This is a public repository for the Social Warfare WordPress plugin created primarily for the purpose of publishing and maintaining a public list of bugs, known issues, and feature requests with the community at large.
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.
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
CHANGELOG.md
to improve version tracking and transparency.WpOrg\Requests\Requests
namespace toSWP_Requests.php
to address the PSR-0 deprecation warning.href
for SEO while preserving onclick functionality.Changed
SECURITY.md
to support versions >= 4.5.0.blocks.php
to align with the latest WordPress standards.SWP_Options_Page
.Fixed
WP_DEBUG_LOG
and disabledWP_DEBUG_DISPLAY
to improve debugging without affecting the site's frontend display.@wordpress/icons
,@wordpress/scripts
,@wordpress/env
, and others to ensure compatibility and security.$response
property in theSWP_Twitter
class, ensuring compatibility with future PHP versions.href
attribute for SEO while retaining theonclick
functionality for proper user interaction.