File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.8.5 (13 May 2017)
4+ * Ensured HTML in snippet titles is escaped in snippets table
5+ * Added Indonesian translation by Jordan Silaen from ChameleonJohn.com
6+ * Disallowed undefined fields to be set on the Snippets class
7+ * Prevented shared network snippets from being included twice in snippets table on multisite
8+ * Added setting to hide network snippets on subsites
9+
310## 2.8.4 (29 April 2017)
411* Fixed all snippets being treated as network snippets on non-multisite sites
512
Original file line number Diff line number Diff line change @@ -109,6 +109,13 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
109109
110110== Changelog ==
111111
112+ = 2.8.5 (13 May 2017) =
113+ * Ensured HTML in snippet titles is escaped in snippets table
114+ * Added Indonesian translation by Jordan Silaen from ChameleonJohn.com
115+ * Disallowed undefined fields to be set on the Snippets class
116+ * Prevented shared network snippets from being included twice in snippets table on multisite
117+ * Added setting to hide network snippets on subsites
118+
112119= 2.8.4 (29 April 2017) =
113120* Fixed all snippets being treated as network snippets on non-multisite sites
114121
@@ -445,6 +452,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
445452
446453== Upgrade Notice ==
447454
455+ = 2.8.5 =
456+ Prevents snippets from displaying twice in snippets table on multisite
457+
448458= 2.8.4 =
449459Fixes error with previous version on non-multisite
450460
You can’t perform that action at this time.
0 commit comments