You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: Option to count words for Textarea field with use of tag {fieldname;word} to count words
Added: Option to count words for Textarea field with use of tag {fieldname;chars} to count characters excluding, carriage return, line-feed (newline), tab, form-feed, vertical whitespace
Added: Option to count words for Textarea field with use of tag {fieldname;allchars} to count all characters including, carriage return, line-feed (newline), tab, form-feed, vertical whitespace
Improved: Do not store server_http_referrer_session and/or tags_values as client data when not needed, which could stress the database on high traffic websites
Improved: Cookie/Session system, in case WP Cron is disabled, make sure we still clear expired client data from the database
Fix: Bug/Issue with Avada Builder when typing in TinyMCE editor it would not update the live view properly
Fix:Listings bug fix when leaving role settings empty (did not allow the user to view/edit/delete their own entries)