**** Contact People Ultimate Changelog **** = 3.7.3 - 2023/11/23 = * This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, a Google Maps Bug fix and compatibility with WordPress 6.4.1 * Tweak - Test for compatibility with WordPress 6.4.1 * Framework - Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards * Framework - Validate empty before call trim for option value * Fix - Validate google map key is valid before call google map script from plugin settings = 3.7.2 - 2023/05/18 = * This release has 1 page validation bug fix and compatibility with WordPress 6.2.1 * Tweak - Test for compatibility with WordPress version 6.2.1 * Fix - Validate page is exists before get ID of the page = 3.7.1 - 2023/01/14 = * This release has a patch for a security vulnerability - please run it now. * Props to security dev Rio Darmawan who responsibly reported the vulnerability via PatchStack. = 3.7.0 - 2023/01/03 = * This feature release removes the fontawesome lib and replaces icons with SVGs plus adds Default Topography option to font controls. * Feature - Convert icon from font awesome to SVG * Feature - Update styling for new SVG icons * Plugin Framework - Update typography control from plugin framework to add support for Default value * Plugin Framework - Default value will get fonts set in the theme. * Plugin Framework - Change generate typography style for change on typography control * Plugin Framework - Remove fontawesome lib = 3.6.4 - 2022/11/01 = * This maintenance release has a security vulnerability patch, plus compatibility with WordPress major version 6.1.0 * Tweak - Test for compatibility with WordPress 6.1 * Security - This release has a patch for a security vulnerability = 3.6.3 - 2022/05/24 = * This maintenance release is for compatibility with WordPress major version 6.0 plus 2 bug fixes. * Tweak - Test for compatibility with WordPress 6.0 * Fix - Profile edit page layout crash * Fix - Group edit page layout crash = 3.6.2 - 2022/04/07 = * This maintenance release has a fix for Gravity Forms editor plus compatibility with WordPress 5.9.3 * Tweak - Test for compatibility with WordPress 5.9.3 * Fix - Correct field name for plugins custom fields to work with Gravity Forms Editor drag and drop fields into form feature = 3.6.1 - 2022/04/04 = This security release follows a full security audit with code refactoring, security hardening including additional escaping and sanitizing and has tweaks and fixes for the latest versions of Gravity Forms and Contact Form 7 * Tweak - Auto enable AJAX for Gravity Forms and Contact Form 7 shortcodes * Tweak - Filter on generate_border_style_css for compatibility with border display in Outlook * Tweak - Filter on generate_border_corner_css for compatibility with border corner display in Outlook * Fix - Update map fields to work with Gravity Forms major version 2.5 or higher * Framework – Upgrade Plugin Framework to version 2.6.0 * Security - Various code hardening tweaks. * Security - Escape all $-variable * Security - Sanitize all $_REQUEST, $_GET, $_POST * Security - Apply wp_unslash before sanitize = 3.6.0 - 2022/01/21 = * This release has a new Google Maps and Google Fonts API Validation features plus compatibility with WordPress major version 5.9 * Feature - Add Ajax Validate button for the Google Map API and Google Font API fields, for quick and easy Validation of API keys * Dev - Add dynamic help text to Google Map API and Google Font API fields * Tweak - Test for compatibility with WordPress 5.9 * Tweak - Test for compatibility with latest version of Gutenberg from WordPress 5.9 * Framework - Update a3rev Plugin Framework to version 2.5.0 = 3.5.5 - 2021/11/20 = * This maintenance release has a bug fix for compatibility with PHP 8.x * Tweak - Test for compatibility with PHP 8.x * Fix - Update some defined functions without an optional parameter when followed by a required parameter. This is deprecated as of PHP 8.0.0 = 3.5.4 - 2021/07/19 = * This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening. * Tweak - Test for compatibility with WordPress 5.8 * Tweak - Add Update URI to plugin header with unique name * Security - Add more variable, options and html escaping * Security - Get variable via name instead of use extract = 3.5.3 - 2021/07/12 = * This small maintenance release contains a security patch. * Security - Added escaping for the shortcode parameters = 3.5.2 - 2021/03/17 = * This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7 * Tweak - Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated. * Tweak - Replace deprecated .change( handler ) with .on( 'change', handler ) * Tweak - Replace deprecated .change() with .trigger('change') * Tweak - Replace deprecated .focus( handler ) with .on( 'focus', handler ) * Tweak - Replace deprecated .focus() with .trigger('focus') * Tweak - Replace deprecated .click( handler ) with .on( 'click', handler ) * Tweak - Replace deprecated .click() with .trigger('click') * Tweak - Replace deprecated .select( handler ) with .on( 'select', handler ) * Tweak - Replace deprecated .select() with .trigger('select') * Tweak - Replace deprecated .blur( handler ) with .on( 'blur', handler ) * Tweak - Replace deprecated .blur() with .trigger('blur') * Tweak - Replace deprecated .resize( handler ) with .on( 'resize', handler ) * Tweak - Replace deprecated .submit( handler ) with .on( 'submit', handler ) * Tweak - Replace deprecated .scroll( handler ) with .on( 'scroll', handler ) * Tweak - Replace deprecated .mousedown( handler ) with .on( 'mousedown', handler ) * Tweak - Replace deprecated .mouseover( handler ) with .on( 'mouseover', handler ) * Tweak - Replace deprecated .mouseout( handler ) with .on( 'mouseout', handler ) * Tweak - Replace deprecated .keydown( handler ) with .on( 'keydown', handler ) * Tweak - Replace deprecated .attr('disabled', 'disabled') with .prop('disabled', true) * Tweak - Replace deprecated .removeAttr('disabled') with .prop('disabled', false) * Tweak - Replace deprecated .attr('selected', 'selected') with .prop('selected', true) * Tweak - Replace deprecated .removeAttr('selected') with .prop('selected', false) * Tweak - Replace deprecated .attr('checked', 'checked') with .prop('checked', true) * Tweak - Replace deprecated .removeAttr('checked') with .prop('checked', false) = 3.5.1 - 2021/03/09 = * This maintenance release is for compatibility with WordPress 5.7 and Gutenberg 10.0 * Tweak - Test for compatibility with WordPress 5.7 * Tweak - Test for compatibility with Gutenberg 10.0 = 3.5.0 - 2021/01/15 = * This feature release adds the option to add a unique text ID to each Profile. This is for admin use when a Profile has multiple contact cards that have different contact forms. * Feature - Add Profile ID. Plain text, Limited to 30 characters including white space and only visible on backend. * Tweak - Added the ID Field to Profile Details option box on Create / Edit Profiles. * Tweak - Added ID column to the Profiles listing page. * Tweak - Show the Profile name and ID in Contact Profile Block select profile dropdown * Tweak - Show the Profile name and ID in Contact Profile shortcode select profile dropdown * Tweak - Create new ID database table = 3.4.11 - 2020/12/30 = * This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6 * Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery * Fix - Replace .bind( event, handler ) by .on( event, handler ) for compatibility with latest version of jQuery * Fix - Replace :eq() Selector by .eq() for compatibility with latest version of jQuery * Fix - Replace .error() by .on( “error” ) for compatibility with latest version of jQuery * Fix - Replace :first Selector by .first() for compatibility with latest version of jQuery * Fix - Replace :gt(0) Selector by .slice(1) for compatibility with latest version of jQuery * Fix - Remove jQuery.browser for compatibility with latest version of jQuery * Fix - Replace jQuery.isArray() by Array.isArray() for compatibility with latest version of jQuery * Fix - Replace jQuery.isFunction(x) by typeof x === “function” for compatibility with latest version of jQuery * Fix - Replace jQuery.isNumeric(x) by typeof x === “number” for compatibility with latest version of jQuery * Fix - Replace jQuery.now() by Date.now() for compatibility with latest version of jQuery * Fix - Replace jQuery.parseJSON() by JSON.parse() for compatibility with latest version of jQuery * Fix - Remove jQuery.support for compatibility with latest version of jQuery * Fix - Replace jQuery.trim(x) by x.trim() for compatibility with latest version of jQuery * Fix - Replace jQuery.type(x) by typeof x for compatibility with latest version of jQuery * Fix - Replace .load( handler ) by .on( “load”, handler ) for compatibility with latest version of jQuery * Fix - Replace .size() by .length for compatibility with latest version of jQuery * Fix - Replace .unbind( event ) by .off( event ) for compatibility with latest version of jQuery * Fix - Replace .unload( handler ) by .on( “unload”, handler ) for compatibility with latest version of jQuery = 3.4.10 - 2020/12/15 = * This maintenance release adds support for block discovery preview with images * Tweak - Add support for Block Discovery Preview = 3.4.9 - 2020/12/08 = * This maintenance release has tweaks and a fix for compatibility with WordPress major version 5.6, PHP 7.4.8 and Gutenberg 9.4 * Tweak - Test for compatibility with PHP 7.4.8 * Tweak - Test for compatibility with WordPress 5.6 * Tweak - Test for compatibility with Gutenberg 9.4 * Tweak - Update the Spacing component to latest version 1.0.10 * Tweak - Add Contact Profile Block Preview image * Fix - Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin = 3.4.8 - 2020/08/08 = * This maintenance release is for compatibility with WordPress major version 5.5 and WooCommerce 4.3.1. * Tweak - Test for compatibility with WordPress 5.5 * Tweak - Test for compatibility with WooCommerce 4.3.1 * Tweak - Replace wp_make_content_images_responsive with wp_filter_content_tags for compatibility on WordPress 5.5 = 3.4.7 - 2020/07/20 = * This maintenance release has a performance tweak, plus compatibility with WordPress 5.4.2, Gutenberg 8.5.1 and WooCommerce 4.3.0 * Tweak - Reduce the block scripts on first load in the Gutenberg Editor * Tweak - Test for compatibility with WordPress 5.4.2 * Tweak - Test for compatibility with WooCommerce 4.3.0 * Tweak - Test for compatibility with Gutenberg 8.5.1 = 3.4.6 - 2020/04/03 = * This maintenance release updates a depreciated email validating function * Fix - Replace depreciated eregi function with filter_var for validating email = 3.4.5 - 2020/03/28 = * This maintenance release fixes a bug with Contact Group Gutenberg block layout changing to the default layout for cards per row when edit a post or page. * Fix - Update Group block use STRING type for dropdown columns field instead of NUMBER field = 3.4.4 - 2020/03/24 = * This maintenance release is for compatibility with WordPress 5.4, Gutenberg 7.5 and introduces Travis CI build unit testing and fixes for compatibility issue with PHP 7.0 to 7.4 * Tweak - Test for compatibility with WordPress 5.4 * Tweak - Run Travis CI unit build tests for PHP compatibility issues with PHP 7.0 to 7.4 * Tweak - Update Gutenberg block for work compatibility with Gutenberg latest version 7.5 * Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings * Fix - Update global ${$option to $GLOBALS[$option to resolve 7.0+ PHP warnings * Fix - Update less PHP lib that use square brackets [] instead of curly braces {} for Array, depreciated in PHP 7.4 * Fix - Validate to not use get_magic_quotes_gpc function that are depreciated in PHP 7.4 = 3.4.3 - 2020/02/12 = * This maintenance release completes the upgrade to PHP Composer, fixes a bug on the Groups profile position changing when edit the Profile, plus compatibility with WordPress v 5.3.2 * Tweak - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code on admin panels * Tweak - Update plugin for compatibility with new version of plugin Framework * Tweak - Test for compatibility with WordPress 5.3.2 * Fix - Update Edit Profile Update function to prevent the profile position in its groups from being regenerated and changing on update. = 3.4.2 - 2019/12/19 = * This maintenance release resolves an issue with Gravity Forms Google reCAPTCHA load on forms * Fix - Make unique ID for reCAPTCHA field from Gravity Form so that it can render on modal popup = 3.4.1 - 2019/12/09 = * This feature release a full security review plus compatibility with WordPress 5.3.0 * Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css * Tweak - Test for compatibility with WordPress 5.3.0 * Fix - Show recaptcha on modal popup for gravity form * Dev - Replace file_get_contents with HTTP API wp_remote_get * Dev - Ensure that all inputs are sanitized and all outputs are escaped = 3.4.0 - 2019/09/24 = * This feature upgrade is a full refactor of the plugins PHP to PHP dependency manager Composer with autoloading. * Feature - Plugin fully refactored to Composer for cleaner code and faster PHP code * Tweak - Replace PaddingControl instead of MarginControl for Card Spacing settings of Profile block = 3.3.0 - 2019/08/21 = * This feature upgrade adds full Gutenberg support with 2 new Blocks. Contact Profile and Contact Groups. Important! Please be sure that you have upgraded a3 Dashboard to 2.9.0 to use these new blocks in the Gutenberg editor * Feature - Add Contact Profile Gutenberg block * Feature - Add Contact Group Gutenberg block * Tweak - Icon alignment style on Profile Card * Tweak - Add rel=noopener to Profile Card website link = 3.2.6 - 2019/06/29 = * This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 * Fix - PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3 = 3.2.5 - 2019/05/21 = * This maintenance update adds support for ALT text on images * Tweak - Add Support For image ALT Text * Tweak - Test for compatibility with WordPress 5.2.0 * Dev - Update plugin database table with new alt field = 3.2.4 - 2019/01/02 = * This maintenance update is for compatibility with WordPress 5.0.2 and PHP 7.3. It also includes performance updates to the plugin framework. * Tweak - Test for compatibility with WordPress 5.0.2 and WordPress 4.9.9 * Tweak - Create new structure for future development of Gutenberg Blocks * Framework - Performance improvement. Replace wp_remote_fopen with file_get_contents for get web fonts * Framework - Performance improvement. Define new variable `is_load_google_fonts` if admin does not require to load google fonts * Credit - Props to Derek for alerting us to the framework google fonts performance issue * Framework - Register style name for dynamic style of plugin for use with Gutenberg block * Framework - Update Modal script and style to version 4.1.1 * Framework - Update a3rev Plugin Framework to version 2.1.0 * Framework - Test and update for compatibility with PHP 7.3 = 3.2.3 - 2018/08/10 = * This maintenance update is focused on a rework of the Google Maps API settings in the plugin, Maps API error notices. It also resolves a display issue with Gravity Forms added by shortcode and compatibility with WordPress 4.9.8, WooCommerce 3.4.4 and Gravity Forms 2.3.3 * Tweak - Remove custom Gravity Forms style that was added in 2015. Does not work with latest version of Gravity Forms * Tweak - Move Google Maps API settings onto its own options box for greater clarity * Tweak - Update Google Maps API settings with ON | OFF switch and Error display if Key is invalid. * Tweak - Add Warning Notification if Maps are On but an valid key is not set. * Tweak - Test for compatibility with WordPress 4.9.8 * Tweak - Test for compatibility with WooCommerce 3.4.4 * Tweak - Test form compatibility with Gravity Forms v 2.3.3 * Framework - Update a3rev Plugin Framework to version 2.0.7 * Fix - Use HTTPS method and parse Google API Key to resolve issue with Google Map API rate limiting = 3.2.2 - 2018/07/23 = * This maintenance upgrade is a small tweak for improved compatibility with a3 Lazy Load and WordPress v 4.9.7 * Tweak - Called masonry for calculate height of card item after image is loaded by Lazy script for compatibility with a3 Lazy Load plugin * Tweak - Test for compatibility with WordPress 4.9.7 = 3.2.1 - 2018/06/19 = * Maintenance update with fixes for when profile card is embedded on a page in shortcode plus tweaks for modal pop up in mobile and added background colour for third party forms pop up * Tweak - Auto scroll to top of modal popup when it opens for better UI in mobile * Tweak - Show Profile Image and Profile Name on same line on pop up for mobile * Tweak - Apply Form Background Colour setting for 3rd party form * Tweak - Reload page when close the popup after submit gravity form * Framework - Fix for Framework Global Box Settings not working * Framework - Update a3rev Plugin Framework to version 2.0.5 * Fix - Get correct From Page Title when embed contact profile shortcode multiple times on a page * Fix - Get correct From Page URL when embed contact profile shortcode multiple times on a page = 3.2.0 - 2018/06/15 = * This is a major upgrade to the Default Email Inquiry form with 7 new features. Upgrade of the modal popup script for enhanced UI and UX * Feature - Default Email Form. Added Form Field Options box * Feature - Default Email Form. Name field has option to turn ON or OFF Required field * Feature - Default Email Form. Telephone field has ON or OFF option to show. * Feature - Default Email Form. Telephone field IF showing has option for Required field ON or OFF * Feature - Default Email Form. Subject field has ON or OFF option to show. * Feature - Default Emil Form. Subject field IF showing has option for Required field ON or OFF * Feature - Default Email Form. Message Field has option to turn ON or OFF Required field * Tweak - Default Email Form. Update plugin admin page sidebar Place card links for support and more plugins * Tweak - Updated the plugins readme file to reflect the many changes in this version * Tweak - Multiple coding standard enhancements. * Framework - Update Modal script and style to version 4.1.1 * Framework - Update a3rev Plugin Framework to version 2.0.4 = 3.1.2 - 2018/05/26 = * This maintenance update is for compatibility with WordPress 4.9.6 and the new GDPR compliance requirements for users in the EU * Tweak - Default Profile and Contact Us Widget Email Inquiry Form. Add new GDPR Compliance Options Box with option to turn Acceptance notice ON or OFF for default form. * Tweak - When Acceptance notice is ON option shows to edit the default text that shows to the right of the acceptance box. * Tweak - When Acceptance Notice is ON option shows to add information text to the bottom of the form. Leave the text edit empty on and nothing shows on the form footer. * Tweak - Test for compatibility with WordPress 4.9.6 = 3.1.1 - 2018/04/20 = * Maintenance Update. Fix compatibility issues with a3 Lazy Load and close icon position on popup. Also compatibility with WordPress 4.9.5 * Tweak - Test for compatibility with WordPress 4.9.5 * Framework - Define filter tag for enable OR disable load new google fonts via API * Framework - Update plugin framework to new version 2.0.3 * Fix - Added a3-notlazy class for image on popup for compatibility with a3 Lazy Load. Solves the issue image not loaded on popup when first load. * Tweak - Custom X icon so that it shows larger and in correct position = 3.1.0 - 2018/02/13 = * Feature Upgrade - This upgrade features full integration with newly launched a3rev Dashboard including a prompt to upgrade from a3 License manager to a3rev Dashboard plus compatibility with WordPress 4.9.4. * Feature - Upgrade License key auto upgrades and support to a3rev Customer account authorization. * Feature - Post and reply to support tickets right from the a3rev Dashboard Support interface. * Feature - Updating a3 License manager plugin removes it and uploads the new a3rev Dashboard plugin. * Feature - License key no longer used to activate auto updates and upgrades and support. * Feature - Install a3rev Dashboard plugin and authorize it by using your a3rev.com account username and password. * Feature - Manage your account and all a3rev premium plugins from your a3rev Dashboard * Feature – plugin support tickets can be posted and replied to from the a3rev Dashboard support interface. * Framework - Update a3rev Plugin Framework to version 2.0.2 * Framework - Add Framework version for all style and script files * Framework - Update Check Now feature for compatibility with a3rev Dashboard 2.3.0 * Tweak - Remove OLD license manager and tracking code * Tweak - Test for compatibility with WordPress 4.9.4 = 3.0.4 - 2017/07/05 = * Fix - Include Transition script from bootstrap so that Modal pop up script can work = 3.0.3 - 2017/07/04 = * Tweak - Rollback Modal script from Bootstrap version 4.0 Alpha to verssion 3.3.7 * Tweak - Update plugin style for work together with Modal style version 3.3.7 = 3.0.2 - 2017/06/08 = * Tweak - Tested for compatibility with WordPress major version 4.8.0 * Tweak - WordPress Translation activation. Add text domain declaration in file header = 3.0.1 - 2017/05/25 = * Tweak - Increase z-index of Boostrap Modal pop up so that it takes higher priority then a3 Portfolio Item expander * Tweak - Add header to Bootstrap Modal pop up and close button on the right top corner * Tweak - Remove the close X icon from bottom left of the Boostrap Modal pop up and replace with a Close button = 3.0.0 - 2017/05/24 = * Feature - Profile Cards style, add text editors for all profile card fonts, Title / Position, Profile Name, Contact Icon Text, About Profile * Feature - Profile Cards style, add Link Colour and Link Hover colour options * Feature - View Profile on map - changed action to show marker on map from hover over card to click on card. If map not in viewport it now auto scrolls up to show marker on map when card is clicked * Feature - Profile Cards style, add card background hover colour which only applies when the Card is set to show on the location map * Feature - Contact Form Pop Up, added new Bootstrap Modal contact form Pop up for brilliant display in PC, Tablet and mobiles * Feature - Page Title and Page URL tags. Added for Gravity Forms, Contact Form 7 and Default form. Add tags to forms embedded by shortcode so email notifications show page / post title and URL of page that the form was submitted from * Tweak - Performance, when load a page with profiles and map, cache Profile map Lat and Long to save many repeated calls to google maps API * Tweak - Performance, load Gravity Form and Contact form 7 shortcodes with the profile cards by Javascript to prevent them being called in the browser * Tweak - Remove Conditional logic from the + Forms Title and Font options. Previously hidden when default form was selected * Tweak - Removed Fancybox and Colorbox pop up scripts and replaced with Bootstrap Modal pop up * Tweak - Removed all pop up style options * Tweak - Shortcode Single Profile Card - update style to support responsive card display in mobiles * Tweak - Shortcode Group Profile Cards - update style to support responsive group card display in mobiles * Tweak - Change global $$variable to global ${$variable} for compatibility with PHP 7.0 * Tweak - Removed auto redirect to plugins admin panel on activation * Tweak - Update a3 Revolution to a3rev Software on plugins description * Tweak - Added Settings link to plugins description on plugins menu * Tweak - Replace wpcf7_add_shortcode by wpcf7_add_form_tag function for compatibility on Contact Form 7 v4.7 * Tweak - Tested for full compatibility with WordPress version 4.7.5 * Tweak - Tested for full compatibility with Contact Form 7 Version 4.7 * Tweak - Tested for full compatibility with Gravity Forms Version 2.2.1.5 * Fix - Upgrade Profile admin page mobile responsive display * Fix - Profile Card upload card icons * Fix - CCS upgrade to support profile card display when shortcode is embedded in pop up of 3rd party plugins example a3 portfolio item expander = 2.3.0 - 2016/07/06 = * Feature - Update for compatibility with new a3 License Manager plugin * Feature - Show admin notification box re installing a3 License Manager plugin to manage license key and auto upgrades * Feature - Added 'Google Map API' option into Plugin Framework Global Settings box to enter google map api key * Tweak - Removed tracking code from plugin * Tweak - Removed auto upgrading code from plugin * Tweak - Remove confirm license key form at first activate the plugin * Tweak - Can use the plugin without enter license key but can't auto upgrade when have new version * Tweak - Update select type of plugin framework for support group options * Tweak - Tested for full compatibility with WordPress Version 4.5.3 * Fix - show google map on frontend so that google map api key is required to enter for your site = 2.2.0 - 2016/04/13 = * Feature - Define new 'Background Color' type on plugin framework with ON | OFF switch to disable background or enable it * Feature - Define new function - hextorgb() - for convert hex color to rgb color on plugin framework * Feature - Define new function - generate_background_color_css() - for export background style code on plugin framework that is used to make custom style * Tweak - Change on load script so that they are loaded with correct order without jQuery is loaded after slider script * Tweak - Change call action from 'wp_head' to 'wp_enqueue_scripts' and use 'wp_enqueue_style' function to load style for better compatibility with minify feature of caching plugins * Tweak - Define new 'strip_methods' argument for Uploader type, allow strip http/https or no * Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles' * Tweak - Saved the time number into database for one time customize style and Save change on the Plugin Settings * Tweak - Replace version number by time number for dynamic style file are generated by Sass to solve the issue get cache file on CDN server * Tweak - Update core style and script of plugin framework for support Background Color type * Tweak - Update plugin framework to latest version * Tweak - Tested for full compatibility with WordPress major version 4.5 = 2.1.0 - 2015/12/07 = * Feature - Add new field 'c_attachment_id' to table database of plugin for support to save the attachment id of Profile Item * Feature - Support new Responsive Image feature with WordPress v4.4 with backward compatibility * Feature - Added 'Manual Check for New Plugin version'. Find it in the Plugin Framework settings box. * Feature - Update plugin activation and auto Upgrade script for integration with new Responsi Premium Pack plugin * Tweak - Change old Uploader to New UI of Uploader with Backbone and Underscore from WordPress * Tweak - Update the uploader script to save the Attachment ID and work with New Uploader * Tweak - Change the heading on Plugin Settings from h2 to h1 with new WordPress v4.4 UI * Tweak - Tested for full compatibility with WordPress major version 4.4 = 2.0.4 - 2015/09/07 = * Fix - Delete check new version transient when transient_timeout is deleted by WordPress 4.3 get_transients function so call to a3api for new version still works. = 2.0.3 - 2015/09/01 = * Tweak - Tweaked and Tested for full compatibility with Contact Form 7 Version 4.4.2 * Tweak - Tested for full compatibility with Gravity Forms Version 1.9.13.10 * Fix - add parse shortcode after header is called for don't get conflict with any SEO plugin that auto generate the description from post content with shortcode of plugin that make javascript error with jQuery is undefined * Fix - Added 'box-sizing: initial;' for #fancybox-wrap ID to the Close button show correct on top right corner of Fancybox pop-up * Fix - Change timeout of call to a3API for updates from 45 seconds to 8 seconds to resolve the server PHP timeout 30 seconds default. Server timeout before call finish was causing the 24 hour cron call not to be set and causing the dashboard to load slowly if a3API is not reachable. * Fix - Set 24 hours cron before call to a3API so that if have fail to connection then it will call in 24 hours on Cron instead of continue call each time Dashboard is loaded * Fix - Updated Contact Form 7 hooks for Product Name and Product URL fields so that it works with new Contact Form version 4.2 with backward compatibility. = 2.0.2 - 2015/08/21 = * Tweak - include new CSSMin lib from https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port into plugin framework instead of old CSSMin lib from http://code.google.com/p/cssmin/ , to avoid conflict with plugins or themes that have CSSMin lib * Tweak - make __construct() function for 'Compile_Less_Sass' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 * Tweak - change class name from 'lessc' to 'a3_lessc' so that it does not conflict with plugins or themes that have another Lessc lib * Tweak - Plugin Framework DB query optimization. Refactored settings_get_option call for dynamic style elements, example typography, border, border_styles, border_corner, box_shadow * Tweak - Tested for full compatibility with WordPress major version 4.3.0 * Fix - Make __construct() function for 'People_Contact_Shortcode' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 * Fix - Make __construct() function for 'People_Contact' class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4 * Fix - Update the plugin framework for setup correct default settings on first installed * Fix - Update the plugin framework for reset to correct default settings when hit on 'Reset Settings' button on each settings tab = 2.0.1 - 2015/07/14 = * Tweak - Changed Update file name syntax from 2.0.0.php to 2.0.php for some servers which have configuration that don't allow syntax 2.0.0.php = 2.0.0 - 2015/07/10 = * Feature - Plugin framework admin panel Mobile First focus upgrade * Feature - Massive improvement in admin UI and UX in PC, tablet and mobile browsers * Feature - Introducing opening and closing Setting Boxes on admin panels. * Feature - Added Plugin Framework Customization settings. Control how the admin panel settings show when editing. * Feature - New interface has allowed us to do away with the Email Inquiry menu and its 4 tabs, it has been added as 1 tab on Settings menu * Feature - New interface means that all 10 sub menus have been removed from the Setting tabs. * Feature - Includes a script to automatically combine removed tab settings into Tabs main table when upgrading * Feature - Added Option to set a Google Fonts API key to directly access latest fonts and font updates from Google * Feature - Separated all Google map Settings. Now have 4 map types, Contact Page map, Profile map, Widget Map and Groups Maps * Feature - Maps auto zoom feature. Auto sets map zoom to show all profile markers in the map viewer on first load. Removed map centre settings * Feature - Full Setting Boxes conditional logic. Switch on an option and only the Setting boxes that have settings for that option show * Feature - Contact Widget Map editor Live Preview. See exactly how the map will look on front end as each setting is tweaked * Feature - Contact Widget Map Callout Text. Enter Text or HTML that will be output when users click on the map marker * Feature - Profile Create / Edit new admin interface featuring 2 column display * Feature - Profile Create / Edit - Added option to switch ON | OFF the profile display on the Contact Us Page * Feature - Profile Location Address is now required. Profile cannot be created or edited without a map location being set. * Feature - Create or update a Profile without a location map generates an error message and instructions to enter an address * Feature - Profile location map opens showing world map with drag and drop marker and map zoom for setting location * Feature - Added WPML compatibility for the dynamic text from Contact Us Widget settings and Profile Cards settings * Feature - Added full support for Right to Left RTL layout on plugins admin dashboard. * Tweak - Settings menu now has just 4 tabs, Contact Us Page | Profile Cards | Profile Email | Contact us Widget * Tweak - Upgraded the Profiles listing page table style * Tweak - Upgraded the Groups listing page table style * Tweak - All Setting Box Titles updated to be descriptive of the settings in the box for ease of navigation * Tweak - All admin panel help text upgraded for the new UI * Tweak - Added a 260px wide images to the right sidebar for direct links to support forum and the plugins docs * Fix - Check 'request_filesystem_credentials' function, if it does not exists then require the core php lib file from WP where it is defined = 1.2.2 - 2015/06/29 = * Tweak - Automatic delete the house keeping option of Lite version when upgrading from Lite to Pro version. Prevents data from being deleted on upgrade if the Lite Version Clean Up On Deletion option is was left switched ON before deactivating it to install the Pro version. * Fix - Added fallback cron job schedule to fix License Key deactivation bug that occurs when call to server returns null for server name when checking key status for auto Maintenance and Feature upgrades = 1.2.1 - 2015/06/03 = * Tweak - Security Hardening. Removed all php file_put_contents functions in the plugin framework and replace with the WP_Filesystem API * Tweak - Security Hardening. Removed all php file_get_contents functions in the plugin framework and replace with the WP_Filesystem API = 1.2.0 - 2015/05/26 = * Feature - Full compatibility with WPML * Feature - On install plugin detects WPML install and auto creates a Contact Us Page for each language * Tweak - Tested for full compatibility with WordPress Version 4.2.2 * Tweak - Changed Permission 777 to 755 for style folder inside the uploads folder * Tweak - Chmod 644 for dynamic style and .less files from uploads folder * Tweak - Update url of dynamic stylesheet in uploads folder to the format //domain.com/ so it's always is correct when loaded as http or https = 1.1.6 - 2015/05/06 = * Tweak - Tested for full compatibility with WordPress Version 4.2.1 * Fix - Removed check_ajax_referer() call on frontend for compatibility with PHP caching plugins. Was returning -1 to js success call-back. = 1.1.5 - 2015/04/21 = * Tweak - Tested and Tweaked for full compatibility with WordPress Version 4.2.0 * Tweak - Changed dbDelta() function to $wpdb->query() for creating plugin table database. * Tweak - Update style of plugin framework. Removed the [data-icon] selector to prevent conflict with other plugins that have font awesome icons * Fix - Compatibility text for current version of WordPress on the Core Update page. Feature stopped working with WordPress version 4.1 = 1.1.4 - 2015/02/09 = * Tweak - Audit, test and tweak for 100% compatibility with WordPress Version 4.1 * Tweak - Change layout of Edit Profile page for better UX * Tweak - When the add custom contact form by shortcode is OFF the shortcode input box on Edit Profile page does not show. * Tweak - When add custom contact form by shotcode is ON but shortcode has been removed from the shortcode input box on the edit profile page the Email Inquiry link does not show on the profile card * Tweak - Changed WP_CONTENT_DIR to WP_PLUGIN_DIR. When an admin sets a custom WordPress file structure then it can get the correct path of plugin * Tweak - Only load the plugin assets on posts or pages where the Contact People Ultimate is or embedded by shortcode * Tweak - Only load the plugin CSS on posts or pages where the Contact People Ultimate is loaded or embedded by shortcode * Dev - Convert Sass Global .less to simplify compiling style sheet edits. * Fix - added code check id is existed as parameter when add new Profile. Solves the 'Undefined id index' php warning * Fix - Show the new plugin version on the Core Update page. Feature stopped working with WordPress version 4.1 * Fix - Sass compile path not saving on windows xampp. = 1.1.3 - 2014/11/13 = * Fix - a3rev License code now recognises domain with and without the www. We believe that this will solve Licenses auto deactivating on some sites. = 1.1.2 - 2014/10/14 = * Fix - Add when using the default contact form on Contact Us widget on left sidebar. Version 1.1.1 only fixed the issue on the right sidebar. = 1.1.1 - 2014/10/11 = * Tweak - Add
container for Contact us widget * Tweak - Move break points in widget for improved UI = 1.1.0 - 2014/09/15 = * Feature - Converted all front end CSS #dynamic {stylesheets} to Sass #dynamic {stylesheets} for faster loading. * Feature - Convert all back end CSS to Sass. = 1.0.5.5 - 2014/09/10 = * Tweak - Updated google font face in plugin framework. * Tweak - Tested 100% compatible with WordPress Version 4.0 = 1.0.5.4 - 2014/06/21 = * Tweak - Updated chosen js script to latest version 1.1.0 on the a3rev Plugin Framework * Tweak - Added support for placeholder feature for input, email , password , text area types * Tweak - Convert Lifetime License to single site purchase with add sites at discount feature. = 1.0.5.3 - 2014/05/24 = * Feature - Converted all plugin Subscriptions to Lifetime License. * Feature - Add sites to Lifetime license from the a3rev My Account 'Downloads' dashboard. * Tweak - Changed add_filter( 'gettext', array( $this, 'change_button_text' ), null, 2 ); to add_filter( 'gettext', array( $this, 'change_button_text' ), null, 3 ); * Tweak - Update change_button_text() function from ( $original == 'Insert into Post' ) to ( is_admin() && $original === 'Insert into Post' ) * Tweak - Checked and updated for full compatibility with WordPress version 3.9.1 * Tweak - Converted the plugin to the new a3rev Free Evaluation Trail License feature. * Fix - Code tweaks to fix a3 Plugins Framework conflict with WP e-Commerce tax rates. = 1.0.5.2 - 2014/04/14 = * Tweak - Tested and updated for full WordPress version 3.9 compatibility. * Tweak - Updated Masonry script to work with WP 3.9 with backward compatibility to WP v 3.7 = 1.0.5.1 - 2014/02/11 = * Tweak - Stricter sanitization of Default Form Message input field. Only allow input of plain text with auto paragraph on line break. * Tweak - Added function .replace(/^\s+|\s+$/g, '') to check form for empty spaces for required fields Name, Email and Phone. * Tweak - Default Form Success Message Pop-up auto resizes to whatever the tall of the success message content is. * Tweak - Added class .people_ei_cb for Colorbox Pop-up tool content custom background display. * Tweak - Added Custom encode to prevent email clients automatically adding a tag to URL's in form message. * Tweak - Updated Framework help text font for consistency. * Tweak - Added remove_all_filters('mce_external_plugins'); before call to wp_editor to remove extension scripts from other plugins. * Tweak - Tested 100% compatible with WordPress version 3.8.1 * Fix - Added public static function wpcf7_tg_pane_custom to fixed conflict with Contact Form 7 plugin that caused a fatal error. * Credit - Thanks to Shoni Jaycox of http://blue-diamond-materials.com Florida USA for alerting us to the issue. = 1.0.5 - 2013/12/23 = * Feature - a3rev Plugin Framework admin interface upgraded to 100% Compatibility with WordPress v3.8.0 with backward compatibility. * Feature - a3rev framework 100% mobile and tablet responsive, portrait and landscape viewing. * Feature - Button style - Rounded - Can now set a rounded value for each corner of the button to create many different button styles. * Tweak - Upgraded dashboard switches and sliders to Vector based display that shows when WordPress version 3.8.0 is activated. * Tweak - Upgraded all plugin .jpg icons and images to Vector based display for full compatibility with new WordPress version. * Tweak - New border display types, Grove, Ridge, Inset, Outset * Tweak - Tested 100% compatible with WP 3.8.0 * Fix - Update make_compatibility function with isset( $args->slug ) and isset( $args['body']['request'] ) so that our plugin can work together with other developers plugin (eg Backupbuddy) that adds filter on the WordPress plugins_api (bad thing to do) * Fix - Upgraded array_textareas type for Padding, Margin settings on the a3rev plugin framework * Fix - $args->slug depreciated in WordPress 3.7, replace with $request = unserialize( $args['body']['request'] ); $request->slug * Fix - Google fonts preview changes conflict. = 1.0.4 - 2013/11/05 = * Feature - Default Form Style - added Form background colour setting. * Feature - Default Form Style - added Form header text and font editors. * Feature - Default Form Style - added Form Business / Organization text and font editors. * Feature - Default Form Style - added Form Profile Title / Position text and font editors. * Feature - Default Form Style - added Form Profile Name font editor. * Feature - Default Form Style - added Form Input Fields border settings including corner styler. * Feature - Default Form Style - added Form Input Fields font editor. * Feature - Default Form Style - added Form Input Fields cell background colour settings * Feature - Added Colorbox Pop-up tool option. * Feature - Added Fancybox and Colorbox Pop-up Positioning, Transition effect and timing settings * Feature - Added Pop-up background over-lay colour settings. * Tweak - Added new Email Inquiry main menu and moved all Email Form settings onto it. * Tweak - Imail Inquiry Menu tabs - Settings | Default Form | Custom Form | Pop-up Style. * Tweak - Pop-up tools wide under 520px shows 100% wide of the screen for mobiles in portrait or landscape. * Tweak - Default Form breaks down for greatly enhanced display in tablets and mobiles. * Tweak - Default Form - added static 20px content padding that auto reduces to 5px in tablets and mobiles. * Tweak - Default From - vertical alignment of the text fields * Tweak - Default Form - changed the default form fonts on install from Bold to Normal. * Tweak - Default Form Success Message uses form custom background colour. * Tweak - Default Form Success Message Pop-up auto resizes to the tall of the content. * Tweak - Changed the plugins wp-admin sidebar icon. * Fix: Conflict with Google Library plugin that blocked Pop-Up from opening. = 1.0.3.2 - 2013/10/29 = * Tweak - Update a3rev Plugin Framework. * Fix - Bug preventing deletion of a profile. * Fix - Changed &$contact_form to $contact_form, & is depreciated in PHP5.4.2 = 1.0.3.1 - 2013/10/11 = * Fix - Shortcode with " character not rendering on front end. Added array_map( array( $this, 'admin_stripslashes' ) , $current_settings ) = 1.0.3 - 2013/10/10 = * Fix - App interface Radio switches not working properly on Android platform, replace removeProp() with removeAttr() function script = 1.0.2 - 2013/10/08 = * Feature - Upgraded the plugin to the newly developed a3rev admin panel app interface. * Feature - New admin UI features check boxes replaced by switches, some dropdowns replaced by sliders. * Feature - Replaced colour picker with new WordPress 3.6.0 colour picker. * Feature - Added choice of 350 Google fonts to the existing 17 websafe fonts in all new single row font editor. * Feature - New Border / Button shadow features. Create shadow external or internal, set wide of shadow. * Feature - New on page instant previews for Fonts editor, create border and shadow style. * Feature - Added intuitive triggers for some settings. When selected corresponding feature settings appear. = 1.0.1 - 2013/09/14 = * Fix - Plugins admin script and style not loading in Firefox with SSL on admin. Stripped http// and https// protocols so browser will use the protocol that the page was loaded with. = 1.0.0 - 2013/09/05 = * First working release.