Skip to content

Commit

Permalink
Updated changelog for 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jan 1, 2025
1 parent 500f0e2 commit 861e1ae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
28 changes: 28 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

This is an archive of older changelog entries. Most recent entries are maintained in readme.txt

= 2.0.1 =

Release post: [https://webberzone.com/announcements/snippetz-v2-0-0/](https://webberzone.com/announcements/snippetz-v2-0-0/)

* 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

= 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](https://www.facebook.com/business/help/321167023127050)
* 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](https://support.google.com/analytics/answer/9539598?hl=en)
* *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.

= 1.8.0 =

Release post: [https://webberzone.com/announcements/add-to-all-v1-8-0/](https://webberzone.com/announcements/add-to-all-v1-8-0/)
Expand Down
28 changes: 2 additions & 26 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,39 +97,15 @@ WebberZone Snippetz is one of the many plugins developed by WebberZone. Check ou

= 2.1.0 =

Release post: [https://webberzone.com/announcements/snippetz-v2-1-0/](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.

= 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

= 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](https://www.facebook.com/business/help/321167023127050)
* 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](https://support.google.com/analytics/answer/9539598?hl=en)
* *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.

Check changelog.txt for older entries the [Releases page on Github](https://github.com/WebberZone/add-to-all/releases)

== Upgrade Notice ==
Expand Down

0 comments on commit 861e1ae

Please sign in to comment.