Skip to content

Commit ed4ef38

Browse files
committed
Updated changelog
1 parent 0445bab commit ed4ef38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* Improved database table creation method: on a single-site install, the snippets table will always be created. On a multisite install, the network snippets table will always be created; the site-specific table will always be created for the main site; for sub-sites the snippets table will only be created on a visit to a snippets admin page.
88
* Updated to CodeMirror 3.14
99
* Changes to filter and action hook API
10+
* Added error message handling for import snippets page
11+
* Don't encode HTML entities in database
1012

1113
## 1.7.1.2
1214
* Correct path to admin menu icon. Fixes [#8](https://github.com/bungeshea/code-snippets/issues/8)

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ That's fantastic! Join me on [GitHub](https://github.com/bungeshea/code-snippets
118118
* Improved database table creation method: on a single-site install, the snippets table will always be created. On a multisite install, the network snippets table will always be created; the site-specific table will always be created for the main site; for sub-sites the snippets table will only be created on a visit to a snippets admin page.
119119
* Updated to CodeMirror 3.14
120120
* Changes to action and filter hook API
121+
* Added error message handling for import snippets page
122+
* Don't encode HTML entities in database
121123

122124
= 1.7.1.2 =
123125
* Correct path to admin menu icon ([#](http://wordpress.org/support/topic/icon-disappears-with-mp6?replies=6#post-4148319))

0 commit comments

Comments
 (0)