Skip to content

Releases: a3rev/a3-portfolio

2.9.2

24 Mar 06:12
Compare
Choose a tag to compare

= 2.9.2 - 2020/03/24 =

  • This maintenace release fixes a bug that creates an error with JSON loaded from AJAX
  • Fix - Hook 'a3_portfolio_set_global_page' to action 'plugins_loaded' tag to stop warning that effect to JSON value from AJAX

2.9.1

21 Mar 07:32
Compare
Choose a tag to compare

= 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

12 Oct 05:08
Compare
Choose a tag to compare

= 2.8.1 - 2019/10/12 =

  • This maintenance update is to fix PHP query arg function errors
  • Fix - Parse parameter to add_query_arg function

2.8.0

07 Sep 05:12
Compare
Choose a tag to compare

= 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

01 Aug 05:09
Compare
Choose a tag to compare

= 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

26 Jul 03:35
Compare
Choose a tag to compare

= 2.7.4 - 2019/07/25 =

  • This upgrade has some small tweaks for compatibility with Responsi Framework 7.5.0
  • Refactor - Up grade all plugin CSS and JS called from Responsi Framework from Class ID to Class name for the new Responsi Class names.

2.7.3

29 Jun 06:00
Compare
Choose a tag to compare

= 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

23 May 05:01
Compare
Choose a tag to compare

= 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

13 Jan 12:46
Compare
Choose a tag to compare

= 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

05 Jan 07:13
Compare
Choose a tag to compare

= 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