Releases: a3rev/a3-portfolio
Releases · a3rev/a3-portfolio
2.9.2
2.9.1
= 2.9.1 - 2020/03/21 =
- This maintenance release has compatibility with WordPress 5.4 plus completion of framework refactor to Composer, implement Travis CI unit testing and compat tweaks for PHP 7.0 to 7.4 and Gutenberg 7.5
- 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 - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code
- 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 for not use get_magic_quotes_gpc function for PHP 7.4
2.8.1
2.8.0
= 2.8.0 - 2019/09/07 =
- This feature upgrade adds a3Portfolio Gutenberg Block plus 5 filter blocks. Also includes inclusion of shortcodes into core for those still using the legacy editor.
- Feature - a3 Portfolio Premium shortcodes plugin discontinued, shortcodes now included in the parent plugin.
- Feature - Add a3 Portfolio Gutenberg block.
- Feature - Add Portfolio Items Gutenberg block
- Feature - Add Portfolio Categories Gutenberg block
- Feature - Add Portfolio Tags Gutenberg block
- Feature - Add Portfolio Recent Gutenberg block
- Feature - Add Portfolio Sticky Gutenberg block
- Tweak - Remove a3 Portfolio Shortcode placecard and link from admin dashboard sidebar
2.7.5
= 2.7.5 - 2019/08/01 =
- This maintenance upgrade is to fix a style conflict with fontawesome icons and a Categories layout style on Posts
- Fix - fontawesome icons not able to get correct style on frontend when the fontawesome script is loaded on the page by theme or another plugin.
- Fix - Categories layout style on Portfolio Post items
2.7.4
2.7.3
= 2.7.3 - 2019/06/29 =
- This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress v 5.2.2
- Fix - PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3
2.7.1
= 2.7.1 - 2019/05/23 =
- This maintenance upgrade adds support for ALT text on all portfolio images plus compatibility with WordPress 5.2.1
- Tweak - Add ALT text support for item card feature image and default gallery images
- Tweak - Test for compatibility with WordPress 5.2.1
2.7.0
= 2.7.0 - 2019/01/12 =
- This upgrade includes 2 new sort features on the Portfolio Category Widget plus 1 bug fix on it.
- Feature - Portfolio Categories widget - Add option to exclude Categories from showing on the frontend
- Feature - Portfolio Categories widget - Add sort option for category items with show Newest first or show Oldest first
- Fix – Category Order option, show by the order set on the Categories menu was not working
2.6.9
= 2.6.9 - 2019/01/05 =
- 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