Skip to content

Releases: a3rev/a3-portfolio

3.2.3

09 Nov 05:39
Compare
Choose a tag to compare

= 3.2.3 - 2024/11/09 =

  • This maintenance release contains a bug fix plus compatibility with WordPress major release version 6.7
  • Tweak - Tested for compatibility with WordPress major version 6.7
  • Fix - validate $numberItems is isset

3.2.2

15 Jul 05:47
Compare
Choose a tag to compare

= 3.2.2 - 2024/07/15 =

  • This release has various tweaks for compatibility with WordPress 6.6
  • Tweak - Tested for compatibility with WordPress 6.6
  • Tweak - Validate and correct block.json based schema from WordPress Block

3.2.1

18 Jan 04:26
Compare
Choose a tag to compare

= 3.2.1 - 2024/01/18 =

  • This release has a breaking bug fix that came out of the 3.2.0 major release.
  • Fix - Call to correct a3_portfolio_title_filter_content_template instead of a3_portfolio_filter_content_template for filter the title.

3.2.0

12 Jan 09:46
Compare
Choose a tag to compare

= 3.2.0 - 2024/01/12 =

  • This feature release adds Stickers for item cards and expander, a new Tags Meta Block and the Gutenberg editor to item posts.
  • Feature - new Portfolio Tags Meta block for use on Content or Single Portfolio Block Page
  • Feature - new Stickers for Item Card and Item Expander.
  • Feature - Portfolio Tags can be sued as to Create the Stickers. Add Sticker Colour on the tag edit page.
  • Feature - Add support for Gutenberg editor for content of Portfolio Edit page
  • Fix - make block Previews show
  • Fix - make Category meta and Tag meta show correct format on Portfolio Content.

3.1.2

23 Nov 06:06
Compare
Choose a tag to compare

= 3.1.2 - 2023/11/23 =

  • This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus 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

3.1.1

08 Apr 05:19
Compare
Choose a tag to compare

= 3.1.1 - 2023/04/08 =

  • This release has a vulnerability security patch, please upgrade now.
  • Security - Add escaping the URL of Launch Button before output.
  • Tweak - Test for compatibility with WordPress 6.2.
  • Props - Security researcher Yuki Haruma reported via Patchstack.

3.1.0

03 Jan 11:15
Compare
Choose a tag to compare

= 3.1.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.0.2

01 Nov 07:06
Compare
Choose a tag to compare

= 3.0.2 - 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.0.1

19 Sep 04:24
Compare
Choose a tag to compare

= 3.0.1 - 2022/09/19 =

  • This maintenance release fixes a missing content filter on portfolio item pages
  • Fix - apply filters the_content into content-single-portfolio so all shortcode, embed media that can show on portfolio single detail page

3.0.0

24 May 07:53
Compare
Choose a tag to compare

= 3.0.0 - 2022/05/24 =

  • This feature release has compatibility tweaks for WordPress major version 6.0 and includes various code tweaks for FSE compatibility and tweaks for hardening security.
  • Feature - Add BlockTemplatesController for control block templates of Portfolio singular, category and tag
  • Feature - Define single-a3-portfolio.html block template with custom layout of portfolio item on FSE
  • Feature - Define taxonomy-portfolio_cat.html block template with custom layout from plugin on FSE
  • Feature - Define taxonomy-portfolio_tag.html block template with custom layout from plugin on FSE
  • Tweak - Test for compatibility with WordPress 6.0
  • Tweak - Test for compatibility with WordPress 6.0
  • Tweak - Add filter on generate_border_style_css
  • Tweak - Add filter on generate_border_corner_css
  • 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