Skip to content

Releases: WebberZone/add-to-all

Version 2.3.0

11 Mar 11:13

Choose a tag to compare

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 class attributes 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_priority option to wp_head and wp_footer hooks for better execution order control.
    • Custom CSS (Header CSS setting) is now enqueued via wp_add_inline_style instead of a raw <style> tag, following WordPress best practices.
    • CSS/JS snippets are now exclusively enqueued via wp_enqueue_scripts, eliminating redundant processing during wp_head/wp_footer that could cause incorrect output timing.
    • Admin column styles are now enqueued via wp_add_inline_style on admin_enqueue_scripts instead of a raw <style> tag in admin_head.
  • Bug fixes:

    • Fixed content display settings for post exclusions.
    • Corrected multiple @since tag references in internal options API documentation.

Full Changelog: v2.2.0...v2.3.0

Version 2.2.0

09 Jun 21:58
e6c1d7a

Choose a tag to compare

Changelog

Security fixes

Full Changelog: v2.1.1...v2.2.0

v2.2.0-beta1

02 Jun 21:18

Choose a tag to compare

v2.2.0-beta1 Pre-release
Pre-release
  • Bug fixes:
    • Fixed sanitization of shortcode and block inputs.

Full Changelog: v2.1.1...v2.2.0-beta1

Version 2.1.1

17 Apr 13:39

Choose a tag to compare

  • Bug fixes:
    • Fixed _load_textdomain_just_in_time PHP warnings.

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

01 Jan 13:04

Choose a tag to compare

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

30 Dec 21:10

Choose a tag to compare

v2.1.0-beta1 Pre-release
Pre-release

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

10 Jun 18:43

Choose a tag to compare

  • 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

30 May 12:32

Choose a tag to compare

Version 2.0.1 Beta 1 Pre-release
Pre-release

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

  1. Download the add-to-all.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

26 May 16:03

Choose a tag to compare

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 and style 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

23 May 19:07
f53f9c8

Choose a tag to compare

Version 2.0.0 Beta 3 Pre-release
Pre-release

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 and style 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

  1. Download the add-to-all.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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