You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Admin scripts were incorrectly added on all "Add New" post screens
14
+
15
+
= 2.0.0 =
16
+
17
+
*Add to All* plugin has now been rebranded to *WebberZone Snippetz*. The plugin code has also been rewritten to use OOP.
18
+
19
+
* New feature:
20
+
* Add Meta verification. Read how to verify your domain in the [Meta Business Help Centre](https://www.facebook.com/business/help/321167023127050)
21
+
* 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
22
+
* 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
23
+
* New option to add content to the `wp_body_open()` tag
24
+
25
+
* Enhancements:
26
+
* Google Analytics code has been updated to GA4. Please update your [Google Tag ID](https://support.google.com/analytics/answer/9539598?hl=en)
27
+
* *uninstall.php* now uses `get_sites()` function
28
+
* Settings menu link is under Snippetz menu if enabled and under Settings menu when disabled
29
+
30
+
* Deprecated:
31
+
* Support for Tynt has been removed. If you are using Tynt, you will need to directly use the full code in the *Footer* tab.
* New block to select and display any snippet in the block or site editor.
102
104
* New On/Off toggle button in the snippet screen to enable/disable a snippet.
103
105
104
106
* Modifications:
105
107
* Snippets are no longer public or visible on the frontend. They are only visible in the snippet screen.
106
108
107
-
= 2.0.1 =
108
-
109
-
* Bug fixes:
110
-
* Fixed "Exclude display on these post IDs"
111
-
* Fixed link to Settings page
112
-
* Fixed Content addition on Post and Pages only
113
-
* Admin scripts were incorrectly added on all "Add New" post screens
114
-
115
-
= 2.0.0 =
116
-
117
-
*Add to All* plugin has now been rebranded to *WebberZone Snippetz*. The plugin code has also been rewritten to use OOP.
118
-
119
-
* New feature:
120
-
* Add Meta verification. Read how to verify your domain in the [Meta Business Help Centre](https://www.facebook.com/business/help/321167023127050)
121
-
* 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
122
-
* 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
123
-
* New option to add content to the `wp_body_open()` tag
124
-
125
-
* Enhancements:
126
-
* Google Analytics code has been updated to GA4. Please update your [Google Tag ID](https://support.google.com/analytics/answer/9539598?hl=en)
127
-
* *uninstall.php* now uses `get_sites()` function
128
-
* Settings menu link is under Snippetz menu if enabled and under Settings menu when disabled
129
-
130
-
* Deprecated:
131
-
* Support for Tynt has been removed. If you are using Tynt, you will need to directly use the full code in the *Footer* tab.
132
-
133
109
Check changelog.txt for older entries the [Releases page on Github](https://github.com/WebberZone/add-to-all/releases)
0 commit comments