Releases: WebberZone/add-to-all
Releases · WebberZone/add-to-all
Version 2.3.0
Changelog
Release post: https://webberzone.com/announcements/snippetz-v2-3-0/
-
Features:
- External Minified Files: New setting to generate and load external minified CSS/JS files instead of inline output.
- File Combination: Option to combine all CSS/JS snippets into single minified files for significantly improved page load performance.
- Tools Page: Added a new Tools page under Settings (or Snippets) to easily regenerate minified assets, clear cache, and view system and file statistics.
- Added support for
classattributes in the[ata_snippet]shortcode (e.g.[ata_snippet id="1" class="custom-class"]).
-
Improvements:
- Updated to latest version of WebberZone Settings API.
- Improved internal hook management for better reliability.
- Reorganized plugin architecture with strict namespaces and autoloading.
- Applied global
snippet_priorityoption towp_headandwp_footerhooks for better execution order control. - Custom CSS (Header CSS setting) is now enqueued via
wp_add_inline_styleinstead of a raw<style>tag, following WordPress best practices. - CSS/JS snippets are now exclusively enqueued via
wp_enqueue_scripts, eliminating redundant processing duringwp_head/wp_footerthat could cause incorrect output timing. - Admin column styles are now enqueued via
wp_add_inline_styleonadmin_enqueue_scriptsinstead of a raw<style>tag inadmin_head.
-
Bug fixes:
- Fixed content display settings for post exclusions.
- Corrected multiple
@sincetag references in internal options API documentation.
Full Changelog: v2.2.0...v2.3.0
Version 2.2.0
v2.2.0-beta1
- Bug fixes:
- Fixed sanitization of shortcode and block inputs.
Full Changelog: v2.1.1...v2.2.0-beta1
Version 2.1.1
- Bug fixes:
- Fixed
_load_textdomain_just_in_timePHP warnings.
- Fixed
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0
Release post: https://webberzone.com/announcements/snippetz-v2-1-0/
-
Features:
- New block to select and display any snippet in the block or site editor.
- New On/Off toggle button in the snippet screen to enable/disable a snippet.
-
Modifications:
- Snippets are no longer public or visible on the frontend. They are only visible in the snippet screen.
Full Changelog: v2.0.1...v2.1.0
v2.1.0-beta1
Full Changelog: v2.0.1...v2.1.0-beta1
- Features:
- New block to select and display any snippet in the block or site editor.
- New On/Off toggle button in the snippet screen to enable/disable a snippet.
Version 2.0.1
- Bug fixes:
- Fixed "Exclude display on these post IDs"
- Fixed link to Settings page
- Fixed Content addition on Post and Pages only
- Admin scripts were incorrectly added on all "Add New" post screens
Version 2.0.1 Beta 1
What's Changed
- Bug fixes:
- Fixed "Exclude display on these post IDs"
- Fixed link to Settings page
- Fixed Content addition on Post and Pages only
Full Changelog: v2.0.0...v2.0.1-beta1
Installation
- Download the add-to-all.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the zip file that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Version 2.0.0
Add to All plugin has now been rebranded to WebberZone Snippetz. The plugin code has also been rewritten to use OOP.
-
New feature:
- Add Meta verification. Read how to verify your domain in the Meta Business Help Centre
- Snippet priority: New global option to set the priority of when snippets are added to the content. Additionally, the snippet screen allows settings a priority amongst other snippets that add to the content
- Snippet Type: New dropdown to select if the snippet is a CSS, JS or HTML snippet. If you select JS or CSS, then the
scriptandstyletags are automatically added - New option to add content to the
wp_body_open()tag
-
Enhancements:
- Google Analytics code has been updated to GA4. Please update your Google Tag ID
- uninstall.php now uses
get_sites()function - Settings menu link is under Snippetz menu if enabled and under Settings menu when disabled
-
Deprecated:
- Support for Tynt has been removed. If you are using Tynt, you will need to directly use the full code in the Footer tab.
Version 2.0.0 Beta 3
What's Changed
Add to All plugin has now been rebranded to WebberZone Snippetz. The plugin code has also been rewritten to use OOP.
-
New feature:
- Add Meta verification. Read how to verify your domain in the Meta Business Help Centre
- Snippet priority: New global option to set the priority of when snippets are added to the content. Additionally, the snippet screen allows to set a priority amongst other snippets that add to content
- Snippet type: New dropdown to select if the snippet is a CSS, JS or HTML snippet. If you select JS or CSS, then the
scriptandstyletags are automatically added - New option to add content to the
wp_body_open()tag
-
Enhancements:
- Google Analytics code has been updated to GA4. Please update your Google Tag ID
- uninstall.php now uses
get_sites()function
-
Deprecated:
- Support for Tynt has been removed. If you are using Tynt, you will need to directly use the full code in the Footer tab.
Full Changelog: v2.0.0-beta2...v2.0.0-beta3
Installation
- Download the add-to-all.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the zip file that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number