@@ -3,8 +3,8 @@ Contributors: bungeshea
3
3
Donate link: http://bungeshea.com/donate/
4
4
Tags: code-snippets, snippets, code, php, network, multisite
5
5
Requires at least: 3.6
6
- Tested up to: 4.2.2
7
- Stable tag: 2.3 .0
6
+ Tested up to: 4.3.1
7
+ Stable tag: 2.4 .0
8
8
License: MIT
9
9
License URI: license.txt
10
10
@@ -116,6 +116,20 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
116
116
117
117
== Changelog ==
118
118
119
+ = 2.4.0 =
120
+ * Added ability to share network snippets to individual sites on WordPress multisite
121
+ * Improved code directory and class structure
122
+ * Remove legacy code for pre-3.6 compatibility
123
+ * Improved code for printing admin messages
124
+ * Updated German translation (Joerg Knoerchen)
125
+ * Added `code_snippets/after_execute_snippet` filter
126
+ * Added class for individual snippets
127
+ * Updated `get_snippets()` function to retrieve individual snippets
128
+ * Removed scope statuses and added fixed tags to indicate scope
129
+ * Changed admin page headers to use `<h1>` tags instead of `<h2>` tags
130
+ * Updated CodeMirror to version 5.6
131
+ * Removed snippet settings page from network admin
132
+
119
133
= 2.3.0 =
120
134
* Removed nested functions
121
135
* Added icons for admin and front-end snippets to manage table
@@ -347,8 +361,11 @@ __Fixed__
347
361
348
362
== Upgrade Notice ==
349
363
364
+ = 2.4.0 =
365
+ New snippet sharing feature for multisite networks; new Snippet class
366
+
350
367
= 2.3.0 =
351
- Numerious fixes and Russian translation update. Props to @signo and @` achumakov.
368
+ Numerous fixes and Russian translation update. Props to @signo and @achumakov.
352
369
353
370
= 2.2.3 =
354
371
Fixed error when exporting; snippet scopes can now be imported
0 commit comments