Skip to content

4.5.4

Latest
Compare
Choose a tag to compare
@goqflash goqflash released this 17 Sep 20:06
812667e

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This changelog covers updates for version 4.5.4.

[4.5.4] - 2024-09-10

Added

  • Added CHANGELOG.md to improve version tracking and transparency.
  • Added the WpOrg\Requests\Requests namespace to SWP_Requests.php to address the PSR-0 deprecation warning.
  • Fix Pinterest share button to include href for SEO while preserving onclick functionality.

Changed

  • Updated stable tag and version numbers to 4.5.4.
  • Enhanced security by updating SECURITY.md to support versions >= 4.5.0.
  • Updated block category filter in blocks.php to align with the latest WordPress standards.
  • Removed deprecated Facebook options from SWP_Options_Page.

Fixed

  • Enabled WP_DEBUG_LOG and disabled WP_DEBUG_DISPLAY to improve debugging without affecting the site's frontend display.
  • Bumped dependencies including @wordpress/icons, @wordpress/scripts, @wordpress/env, and others to ensure compatibility and security.
  • Resolved PHP deprecation warning by explicitly declaring the $response property in the SWP_Twitter class, ensuring compatibility with future PHP versions.
  • Fixed Pinterest share button by adding an href attribute for SEO while retaining the onclick functionality for proper user interaction.