Releases: WebberZone/add-to-all
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
script
andstyle
tags 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
script
andstyle
tags 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
Version 2.0.0 Beta 2
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
script
andstyle
tags 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-beta1...v2.0.0-beta2
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 Beta 1
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
-
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.
-
Oop by @ajaydsouza in #28
Full Changelog: v1.8.0...v2.0.0-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 1.8.0
Release post: https://webberzone.com/blog/add-to-all-v1-8-0/
-
New feature:
- New constant
ATA_DISABLE_SNIPPETS
can be added to your wp-config.php to disable snippets. Perfect for WordPress multisite - New placeholder
%updated_time%
to display the updated date - New feature to display the estimated reading time. You can use
%reading_time%
in the Settings page. Alternatively use the shortcode[ata_reading_time]
to display the reading time
- New constant
-
Enhancements/modifications:
- Upgraded Settings_API to v2
Full Changelog: v1.7.3...v1.8.0
Version 1.7.3
Release post: https://webberzone.com/blog/add-to-all-v1-7-0/
Bug fixes:
- Feed copyright placeholders were not processed