*** a3rev Dashboard Changelog *** = 3.6.1 - 2024/09/26 = * This maintenance release has compatibility checks and 1 bug fix for PHP 8.3. * Tweak - Test for compatibility with PHP 8.3 * Tweak - Test for compatibility with WordPress 6.6.2 * Fix - Resolve PHP Warning, define variable for class before set value for it. = 3.6.0 - 2024/01/25 = * This feature release adds support for auto updates for a3rev Themes and has compatibility with WordPress 6.4.2 * Feature - Support the feature - Enable Auto Update - for themes from a3system * Tweak - Test for compatibility with WordPress 6.4.2 = 3.5.2 - 2023/09/09 = * This maintenance release has Tweaks to the plugins menu logic for an improved user experience plus compatibility with WordPress 6.3.0 * Tweak - Move WP Predictive Search plugin card from the Predictive Search Tab to the WordPress Plugins Tab * Tweak - Only show the Predictive Search tab when detect that the WP Predictive Search plugin is installed and activated. * Tweak - Tested for compatibility with WordPress version 6.3.0 = 3.5.1 - 2022/10/15 = * This release has a data response validation bug fix that shipped with yesterdays 3.5.0 release. * Fix - Validated response data before combine with array_merge = 3.5.0 - 2022/10/14 = * This feature release creates a new Predictive Search Tab in the Plugins menu * Feature - Plugins Menu. Add new Predictive Search tab for the new Predictive Search Plugin and addons * Tweak - Move Predictive Search from WordPress plugins tab to the new Predictive Search tab * Tweak - Move Predictive Search WooCommerce Addon to the new tab * Tweak - Show ne Predictive Search bbPress Addon under the new tab = 3.4.1 - 2022/01/21 = * This is a maintenance release for compatibility with WordPress major release 5.9 * Tweak - Test for compatibility with WordPress 5.9 * Tweak - Test for compatibility with latest version of Gutenberg from WordPress 5.9 = 3.4.0 - 2021/12/31 = * This feature release adds BlockPress WordPress Block theme free download to the Dashboard. * Feature - Add new BlockPress Theme menu page to a3rev Dashboard * Feature - Allow download BlockPress Theme with a3rev Dashboard is installed * Tweak - Test for compatibility with WordPress 5.8.2 = 3.3.7 - 2021/11/20 = * This maintenance release has check for compatibility with PHP 8.x * Tweak - Test for compatibility with PHP 8.x = 3.3.6 - 2021/07/22 = * This maintenance release has code tweaks for compatibility with WordPress Major version 5.8 and some Security Hardening. * Tweak - Test for compatibility with WordPress 5.8 * Tweak - Test for compatibility with Gutenberg 10.7 * Tweak - Add Update URI to plugin header with unique name * Tweak - Change filter tag from block_categories to block_categories_all for work compatibility with WordPress 5.8 * Security - Add more variable, options and html escaping = 3.3.5 - 2021/03/17 = * This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7 * 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.3.4 - 2021/03/09 = * This maintenance release is for compatibility with WordPress 5.7 * Tweak - Test for compatibility with WordPress 5.7 = 3.3.3 - 2021/01/16 = * This maintenance release is to fix false positive version compatibility notices on sites that have WooCommerce. * Tweak - Remove this plugin from WC tested up to version check via hook tag woocommerce_get_plugins_for_woocommerce = 3.3.2 - 2020/12/14 = * This maintenace release is for compatibility with WordPress major version 5.6 and Gutenberg v 9.4 * Tweak - Test for compatibility with WordPress 5.6 * Tweak - Test for compatibility with Gutenberg 9.4 = 3.3.1 - 2020/08/11 = * This maintenance release has a fix for auto disconnection of the site from customers account that occurs in some edge cases * Fix - Prevent logout and disconnect from customer account when GET call has no response from a3api = 3.3.0 - 2020/08/08 = * This feature release adds auto plugin and theme update option, compatibility with WordPress major version 5.5 and WooCommerce 4.3.1. * Feature - Apply WordPress 5.5 plugin & themes auto update option feature to a3rev plugins and themes. * Tweak - Test for compatibility with WordPress 5.5 * Tweak - Test for compatibility with WooCommerce 4.3.1 = 3.2.4 - 2020/06/10 = * This maintenance release increases the cURL timeout for plugin downloads and upgrades for slow networks. * Tweak - increase timeout for install and upgrade plugins and Themes from 10 seconds to 30 seconds overcome timeouts on slow networks. = 3.2.3 - 2020/04/17 = * This maintenance release fixes and issue with the Support menu calls to API failing. * Tweak - Add a help Notification that shows on Support menu if connection to the support forum fails. * Fix - If 24 hour cron run to check for support forum updates fails then don't call again to the next 24 hour run. = 3.2.2 - 2020/04/02 = * This maintenance release is for compatibility with WordPress major version 5.4 and WooCommerce 4.0.1 * Tweak - test for compatibility with WordPress 5.4 * Tweak - test for compatibility with WooCommerce 4.0.1 and update tested up to version notice. = 3.2.1 - 2020/03/11 = * This maintenance release is for compatibility with PHP 7.4.0, plus fixes and tweaks for an issue with manual check for updates for the account status and Plugin & theme new version, where the connection times out. * Tweak - Tested for compatibility with PHP 7.4 * Tweak - Increase timeout of connection from the site to customer account via a3api from 8 to 15 seconds for sites that have slow web connection speeds * Tweak - Add a Pop Up Error notification if the connection times out when manually checking for updates * Tweak - Add error message that shows if attempting to connect the dashboard to the customer account and the connection times out. * Fix - If connection times out when doing a manual check for updates don't disconnect the site from the customer account. = 3.2.0 - 2020/02/18 = * This feature release adds new options in the Manager menu Dashboard Access to activate the Dashboard Plugins menu and Responsi Themes menu in the Customizer. This upgrade will automatically disable both so if you want those you will have to activate it again. * Feature - Manager menu new Dashboard Access option to show/hide the a3 Dashboard Plugins menu on the Customizer * Feature - Manager menu new Dashboard Access option to show/hide the a3 Dashboard Themes menu on the Customizer * Fix - Put global code inside namespace on Customizer Plugin Control file = 3.1.0 - 2020/02/03 = * This feature release adds option to set the a3 Dashboard menu to the bottom of the WordPress admin sidebar plus 1 bug fix for notifications * Feature - Add new manage menu Dashboard Access option to change the position of a3rev Dashboard menu from top to bottom (under the WordPress settings menu) * Fix - Use sanitize_text_field instead of absint for validate string id to fix issue with Dismiss the Dashboard notifications * Credit - @thune for the bug report and the menu position option suggestion = 3.0.0 - 2019/12/26 = * This major feature release has a lot including compatibility with WordPress 5.3.2 PHP upgrade to Composer PHP Dependency Manger, plus a full security review. * Feature - Plugin fully refactored to Composer for cleaner and faster PHP code * Tweak - Test for compatibility with WordPress 5.3.2 * Dev - Ensure that all inputs are sanitized and all outputs are escaped = 2.9.0 - 2019/08/20 = * This feature upgrade adds a3 Blocks section to Gutenberg Editor select blocks. Will give access on the Gutenberg editor to all a3rev plugin shortcodes that are being ported to blocks. * Feature - Add a3 Blocks section to Gutenberg editor select blocks menu = 2.8.4 - 2019/07/19 = * This maintenance update is for compatibility with WordPress v 5.2.2 plus add new dev arg when check for updates. * Tweak - Test for compatibility with WordPress 5.2.2 * Dev - Add dev environment arg to call to a3api when checking for updates. = 2.8.3 - 2019/01/09 = * This maintenance upgrade is for compatibility with WordPress v 5.0.3 and fixes the upgrade notification CSS * Tweak - Test for compatibility with WordPress 5.0.3 * Tweak - Include Dismiss feature for upgrade notification * Fix - Upgrade Notification CSS = 2.8.2 - 2019/01/07 = * This maintenance update is for compatibility with WordPress 5.0.2, WooCommerce 3.5.3 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 - Test for compatibility with WooCommerce 3.5.3 = 2.8.1 - 2018/07/19 = * Tweak - Upgrade support stats serialized data to JSON for parsing to sites database * Tweak - Test for compatibility with WordPress 4.9.7 = 2.8.0 - 2018/07/16 = * This Feature upgrade is for the launch of a3 Notification API system including a notifications fresh new design. Also added a disconnect confirmation to prevent accidental disconnection of the site from the customers account. * Feature - Launch of a3 Notifications API system. * Feature - Complete redesign of Notifications user interface. * Feature - Personalized Notifications relative to for active subscriptions products that are installed on the site * Feature - Added Disconnect Confirmation popup to prevent accidental disconnection of the site from the customers account * Tweak - Adds a WP Cron to check for new notifications relevant to the site installs. * Tweak - Removed Notice Board feature and replaced with new a3 Notification System = 2.7.0 - 2018/06/22 = * Feature update that adds descriptive subscription status details to the Membership Details box * Feature - New Members Subscription Status algorithm to get current state of customer account subscriptions including current status, number of sites and activation status on connected site. * Feature - Colour code each subscription according to its status for quick visual reference. * Feature - Show status descriptions via bootstrap tool tips * Tweak - Test for compatibility with WooCommerce 3.4.3 * Fix - Show correct latest version of Free plugin on Available Plugin Updates box = 2.6.2 - 2018/06/04 = * This Maintenance Update is focused on rewriting of the Dashboard access functions and interface for single and multi-site networks. Now can add multiple admins / super admin to Full Dashboard access. * Tweak - Update Dashboard Access card with 2 Sections, Full Access and Limited Access sections * Tweak - Allow add multi admin / super admin to Full Access instead of single admin / super admin * Tweak - Convert single admin to array so that it is saved and admin can access after upgrade to this version * Tweak - Remove confirm email to customer feature when change admin role * Tweak - Update dashboard script for multi admin / super admin * Tweak - Add warning Notification that shows when updates are available, a3rev dashboard is activated but the Site is not connected to customers account = 2.6.1 - 2018/05/28 = * This Maintenance Update brings compatibility with WordPress 4.9.6, WooCommerce 3.4.0 and the new GDPR compliance requirements for users in the EU. Includes 4 code Tweaks and 4 bug fixes * Tweak - Show most recent replies at bottom instead of top on topic details popup * Tweak - Show premium plugin icons on Core Updates page instead of default icon from WordPress * Tweak - Automatic remove support notification 14 days after it appears if admin has not already deleted * Tweak - Remove site IP tracking from the dashboard as there is no use for it * Tweak - Test for compatibility with WooCommerce 3.4.0 * Tweak - Test for compatibility with WordPress 4.9.6 * Fix - Show a3rev Dashboard new version releases on Available Plugin Updates * Fix - Show correct premium plugins on Plugin Updates - Not Available if Membership subscription has expired * Fix - Show Responsi child themes on Theme Updates - Not Available if Membership subscription has expired * Fix - Update Navigation links in Footer of Connection log for detect multi site and network activation * Credit - Thanks to Max Fien for reporting the multi site network activation links issue = 2.6.0 - 2018/05/11 = * This Feature upgrade is focused on bringing new features to the dashboard manage menu that a3rev club members will find useful. In all 5 new Features, 12 Tweaks and 1 bug fix this update. * Feature - On connection if a Lite Version plugin is active and customer has the Premium version with an active subscription, the Lite version is auto deactivated and the Premium version is installed. * Feature - Manage menu. Added new LITE Version Plugin Card. Show Lite Version plugins that are activated but do not have annual subscription for the premium version. * Feature - LITE versions can be manually upgraded to premium version from card after a subscription is purchased. * Feature - Manage menu. Add New Releases card. Show new plugin or theme releases for a 30-day period * Feature - Manage menu. Add Plugin Updates - Not Available card. All installed plugins that have an update, but no active subscription will show on this card. * Tweak - Manage menu. Revamp Membership Details card layout with subscriptions section and link to manage subscriptions on customers My Account on a3rev.com * Tweak - Manage menu. Available Plugin Updates card now only shows plugin updates that have an active subscription and Free plugins that have updates. * Tweak - Manage menu. Revamp of the Theme Updates - Not Available card. * Tweak - Manage menu. Add pop message that shows when Update Check For Updates and no updates are found. * Tweak - Manage menu. Sort all cards so that they show in logical order in the 2 columns * Tweak - Decrease the number of notification numbers that show on dashboard menus. * Tweak - Connection page. Revamp text on Dashboard connection page and connection input form. * Tweak - Connection page. Revamp output text that shows on connection live log * Tweak - Connection page. Remove Free Trial banner at bottom of connection log and replace with linked text to dashboard menus * Tweak - Manage menu. Created new Dashboard Notice Board messages that are less verbose * Tweak - Changed Logout link text to Disconnect * Tweak - Plugins menu. Moved Free plugins section up above the Premium plugins section * Tweak - Plugins menu. Various text changes. * Fix - Set correct configure url of each plugin from Plugins page = 2.5.0 - 2018/04/28 = * This Feature upgrade is focused on the Dashboard Support Menu and adds the secure ability to Grant / Revoke a3rev support staff admin access to resolve support issues * Feature - Add grant secure a3rev Support staff admin access to site with Grant Access Card on Support menu * Feature - Auto support access timeframe set at 96 hours before Auto revoked * Feature - Support staff access session limited to 60 minutes per session * Feature - Show time stamped log of support staff access to the site * Feature - Revoke or extend support access with a Click of a button * Feature - Leave notes on Dasboard for support staff to see when access * Feature - Add pop up explainer text about how Grant access works along with constant for adding to wp-config to disable a3rev support access permanently from site * Feature - Add Create new First Ticket Card with explainer text on dashboard support menu * Tweak - Move Support Summary Card from Manage menu to Support menu. * Tweak - Only show Support Summary Card after first support ticket is created. * Tweak - Remove support replies notifications from the Support Summary Card = 2.4.1 - 2018/04/19 = * Tweak - Show plugin that Part Member has just purchased a subscription for on Members Info on Manager * Tweak - Show plugin data on Part Members Info when customer have multiple subscription for the same plugin * Tweak - Test for compatibility with WooCommerce 3.3.5 * Tweak - Test for compatibility with WordPress 4.9.5 = 2.4.0 - 2018/04/03 = * Feature Upgrade adds Dashboard Access Permissions, support for purchase individual annual subscription plugins plus tweaks that do not allow child plugin download or activation if parent is not activated - example WooCommerce * Feature - Add Dashboard Access. Allows Member to set their user role on the site as Developer once set then can give other site admins to Plugins and Themes menus as required * Feature - Add support for purchasing individual annual subscription plugins * Tweak - When try and download a WooCommerce plugin check that WooCommerce is activated and show error message if it is not. * Tweak - When try and download a Responsi Plugin check that Responsi Framework is activated and show error message if it is not. * Tweak - When try and download an a3 Portfolio Plugin check that a3 Portfolio plugin is activated and show error message if it is not. * Tweak - Show View Plugin Details button for individual plugins if Part Membership want to buy individual plugin = 2.3.6 - 2018/03/13 = * Maintenance Update. 3 code tweaks that resolve edge cases where site has plugin that auto clears transient cache. Also a tweak to use full SSL Verification on calls to and from the Dashboard and a3API * Tweak - Manual set transient expiration for transient cache so that it cannot be overridden to no expiration by other plugins. Solve the issue a3rev Dashboard call to a3api every time instead of daily * Tweak - Change Empty Array to custom value for get installed free plugin transient if none are installed * Tweak - Change sslverify FALSE to TRUE for a3API connection * Credit - Thanks to Henry Mortimer for access to his site to debug and fix this edge case issue = 2.3.5 - 2018/03/08 = * Maintenance Update. 3 small Dashboard Tweaks plus 1 bug fix for auto updates for older versions of Licensed Lifetime and Annual Subscription plugins that where not current versions when installed a3rev Dashboard. * Tweak - Change Dashboard menu name to Manage menu name * Tweak - Remove (1) notification on Dashboard menu when top of Manage page notice is dismissed on Part and Free members dashboards * Tweak - Change Join Club button text to Upgrade Membership button text * Fix - Update backward compatibility functions to support auto updates for single Lifetime or Subscription plugins if plugin is older version and have different key. = 2.3.4 - 2018/03/05 = * Important Maintenance upgrade to fix issue found on the WordPress plugins add new menu which arose out of an issue with show plugin update numbers on plugin type tab released in v 2.3.2 * Fix - Replace get_active_all_plugins() with get_active_premium_plugins() and get_active_free_plugins() to resolve issue on install new plugin page of WordPress = 2.3.3 - 2018/02/28 = * Maintenance update. Following release of v 2.3.2 earlier today – but not related. 1 bug fix to resolve fatal error conflict with another plugin that include plugin install php * Fix - Detect and include plugin-install.php core lib of WordPress only if the function does not already exist to resolve fatal error on add new plugin menu it other plugins are include that lib = 2.3.2 - 2018/02/27 = * Maintenance Update. 12 Code Tweaks designed to enhance user experience from members feedback after initial launch of a3rev Dashboard. * Tweak - Remove Manage API Keys box on Dashboard. It was confusing as it was there only for future feature. * Tweak - Removed Notices section from the top of the Plugins, Responsi Themes and Support menus. Now only shows on the Dashboard menu. * Tweak - Make the Dashboard top notifications dismissible * Tweak - Redirect plugin upgrade link from dashboard to Core Updates for Premium (lower version) plugins that are not on the Dashboard * Tweak - Part members always revert to Part Members after Cancelled trail or lapsed membership so they can still access their Lifetime or Annual Subscription plugins * Tweak - Plugins Menu. Show Update notifications number on plugin type tab for ease of navigation to updates * Tweak - Parse latest member last order number from a3rev to a3api so that Dashboard members area can know the status of last subscription order (if any) * Tweak - Remove button from bottom of Membership Box on Dashboard and replace with Membership Management section * Tweak - Add new Buttons to membership management that mirror what Member can do on latest Order * Tweak - Link Membership management buttons directly to latest Order on the a3rev My Account * Tweak - Re-subscribe filter for Cancel and failed payment subscriptions to allow renew within 30 days and sign up fee is not applied. After that it is. * Tweak - Create and write new Top of Dashboard help notifications that show notices according to the state of the membership * Tweak - Declare support for WooCommerce version 3.3.0 + = 2.3.1 - 2018/02/14 = * Maintenance Update. 4 code tweaks resulting from yesterdays launch of a3rev Dashboard and customer feedback * Tweak - Return TRUE for call is_a3_club_membership function. Prevents connecting to cloudfront to get plugin changelogs on install. With a3rev Dashboard changelogs are called when click on more details – view changelog. * Tweak - Define new is_a3_club_membership_loggedin function used for a3rev Dashboard core code to replace for is_a3_club_membership function * Tweak - Remove admin notice that plugin detect and show message asking to install responsi addon if WooCommerce or bbPress plugins are installed on the site * Tweak - Just register schedule events for get topic from support.a3rev.com when logging into a3rev Dashboard = 2.3.0 - 2018/02/13 = * Feature - Show member status message on main pages * Feature - Show message modal the result of AJAX events as Install, Update, Active, Deactivate Plugins and Themes so that member knows exactly the status of each event * Feature - Trigger when plugin is activated on site for Part Membership so that can update number of sites that are activated for that plugin * Feature - Trigger when plugin is deactivated on site for Part Membership so that can update number of sites are activated for that plugin * Feature - Allow Part Membership to post support tickets on the Forum for their licensed products * Feature - Include Responsi Plugins to Customize * Tweak - Get new Stats for new Member when logged in from Login Form * Tweak - WordPress plugin type is higher for append to plugin list. Solve the issue for WP Email Template plugin when click upgrade from Main Dashboard it take to WordPress tab instead of WooCommerce tab * Tweak - Update plugin scripts and styles for better UI * Tweak - Change text that shows for each Member Type * Tweak - Clean some old files that never use * Tweak - Get new Forum List when click on Check New Stats button from Main Page * Tweak - Change from Text input to Password input at Login Page * Tweak - Update JavaScript to show correct status of message * Tweak - Validate all result data before use them * Dev - Define some functions to get external url to a3rev, support - easier to change on future * Dev - Define member message function show on main pages of plugins for show status of member * Dev - Some new functions for check Membership type and status * Fixed - Show Correct Forum for Part Membership * Fixed - JavaScript error on IE browser * Fixed - Don’t loop character … after end of processing at Login Page = 2.2.0 - 2017/11/30 = * Feature Upgrade. This upgrade adds the a3rev Responsi Themes Menu to the new WP 4.9 Customizer Change Themes Menu plus compatibility with WP 4.9.1 *Feature - Add a3rev Responsi Themes menu to Customizer * Tweak - Allow use username or email to access to a3rev dashboard plugin * Tweak - Test for compatibility with WordPress 4.9.1 * Fix - Check result from api is error or no before use that result = 2.1.0 - 2017/10/26 = * Upgrade Notes - Major feature upgrade. Complete rebuild of Themes menu. Themes and Plugins now load from aws Cloudfront edge distribution and cache. WPMU compatibility. * Feature - Complete rebuild of Themes page to use same UI as the plugins menu * Feature - All Plugin and Theme card images, information and gallery now pulled directly from AWS CloudFront edge distribution * Feature - Added Theme Details bootsrap popup with gallery and Features * Feature - Added Theme changelogs viewable from details pop up * Feature - Added full compatibility with WPMU * Dev - Included new Theme Upgrader lib support for Ajax handle on Themes page without redirect to default WP page * Tweak - Ajax Install the theme without redirect page * Tweak - Ajax Update the theme without redirect page * Tweak - Ajax Activate the theme without redirect page * Tweak - Added new style to a3rev dashboard support for new Themes page * Tweak - Added new a3rev_dashboard_themes.js script that support for new Themes page * Tweak - Updated a3rev_dashboard_plugins.js script for use same popup information. * Tweak - Remove the connection to REST API from a3rev.com to get Plugin and Theme information and gallery * Tweak - Change Theme placemarker images from .jpg to vectors for faster load and clearer images * Tweak - Remove all old files of Themes page never use for now * Fix - Added font awesome to plugin asset ( it’s missed and can’t load) * Fix - Show and allow Download Responsi Framework if it’s not installed before can install other child theme = 1.1.1 - 2016/12/31 = * Tweak - Update check for new version feature on dashboard so that it checks for all plugin and theme new versions * Fix - Define old variable class name - responsi_premium_addons - for backward compatibility with plugins that used superseded Responsi Premium Pack plugin to auto update * Fix - Define old variable class name - a3_license_manager_tracking - for backward compatibility with plugins that used a3 License Manager plugin to auto update = 1.1.0 - 2016/12/30 = * Feature - Complete rebuild of Dashboard plugins menu * Feature - Plugin card image and description loads via WP REST API from the a3rev.com site * Feature - Built new custom bootstrap pop-up for plugin preview * Feature - Plugin preview pop-up content, Dynamic gallery and Features list is loaded via WP REST API from the a3rev site * Feature - Make Ajax for Install plugin from Card and from pop up * Feature - Make Ajax for Update plugin from Card and from pop up * Feature - Make Ajax for Active plugin from Card and from pop up * Feature - Make Ajax for Deactivate plugin from Card and from pop up * Feature - Changelog opens from the preview pop up * Feature - Changelog is loaded via the WP REST API * Dev - Added bootstrap v4 alpha Modal script * Dev - Added bootstrap v4 alpha Carousel script = 1.0.0 - 2016/12/14 = * Initial Release - Commit Plugins source code to a3rev Github repository. * Initial Release - Add License key and configure with a3API * Initial Release - Commit Plugin to Amazon Cloud storage for download.