Skip to content

Commit 5bfb9c4

Browse files
committed
Update changelog and version number
1 parent d761ba3 commit 5bfb9c4

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.9.1
4+
* Use an icon font for menu icon instead of embedded SVG
5+
* Use Sass (libsass) instead of Compass
6+
* Unminify CodeMirror scripts
7+
* Fixes for the WP 3.8 interface
8+
39
## 1.9
410
* Add and remove network capabilities as super admins are added and removed
511
* Updated MP6 icon implementation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Code Snippets [![Build Status](https://travis-ci.org/bungeshea/code-snippets.png?branch=develop)](https://travis-ci.org/bungeshea/code-snippets)
33

44
* __Requires at least:__ [WordPress 3.3](http://wordpress.org/download/) or later
5-
* __Tested up to:__ WordPress 3.7.1
6-
* __Stable version:__ [1.9](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
5+
* __Tested up to:__ WordPress 3.8
6+
* __Stable version:__ [1.9.1](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
77
* __License:__ [MIT](license.txt)
88

99
An easy, clean and simple way to add code snippets to your site.

readme.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: bungeshea
33
Donate link: http://code-snippets.bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.3
6-
Tested up to: 3.7.1
7-
Stable tag: 1.9
6+
Tested up to: 3.8
7+
Stable tag: 1.9.1
88
License: MIT
99
License URI: license.txt
1010

@@ -121,6 +121,12 @@ That's fantastic! Join me on [GitHub](https://github.com/bungeshea/code-snippets
121121

122122
== Changelog ==
123123

124+
= 1.9.1 =
125+
* Use an icon font for menu icon instead of embedded SVG
126+
* Use Sass (libsass) instead of Compass
127+
* Unminify CodeMirror scripts
128+
* Fixes for the WP 3.8 interface
129+
124130
= 1.9 =
125131
* Add and remove network capabilities as super admins are added and removed
126132
* Updated MP6 icon implementation
@@ -262,6 +268,9 @@ Plugin updates will be posted on the [plugin's homepage](http://code-snippets.bu
262268

263269
== Upgrade Notice ==
264270

271+
= 1.9.1 =
272+
UI improvements for WordPress 3.8
273+
265274
= 1.8.1 =
266275
Minimize CSS and JS; updated CodeMirror; fixed export files
267276

0 commit comments

Comments
 (0)