Skip to content

Commit b748454

Browse files
committed
Update changelog; bump stable tag
1 parent be1e84e commit b748454

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

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

3+
## 1.7.1.1
4+
* Fixed a bug with custom capabilities and admin menus
5+
36
## 1.7.1
47
* Fix a bug with snippet being set as deactivated when saved
58
* Updated PHP Documentation completely. [[View online](http://bungeshea.github.io/code-snippets/api)]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* __Requires at least:__ [WordPress 3.3](http://wordpress.org/download/) or later
44
* __Tested up to:__ WordPress 3.6
5-
* __Stable version:__ [1.7.1](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
5+
* __Stable version:__ [1.7.1.1](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
66
* __License:__ [MIT](license.txt)
77

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

code-snippets.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Description: An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again!
1717
* Author: Shea Bunge
1818
* Author URI: http://bungeshea.com
19-
* Version: 1.7.1
19+
* Version: 1.7.1.1
2020
* License: MIT
2121
* License URI: license.txt
2222
* Text Domain: code-snippets
@@ -53,7 +53,7 @@ final class Code_Snippets {
5353
* @access public
5454
* @var string A PHP-standardized version number string
5555
*/
56-
public $version = '1.7.1';
56+
public $version = '1.7.1.1';
5757

5858
/**
5959
* Variables to hold plugin paths
@@ -518,7 +518,7 @@ function setup_ms_roles( $install = true ) {
518518
* @param string $do_what The task to check against.
519519
* @return bool Whether the current user can perform this task or not
520520
*
521-
* @since 1.7.2 Moved logic to $this->get_cap method
521+
* @since 1.7.1.1 Moved logic to $this->get_cap() method
522522
* @since 1.7.1
523523
* @access public
524524
*/
@@ -533,7 +533,7 @@ public function user_can( $do_what ) {
533533
* If multisite, checks if *Enable Administration Menus: Snippets* is active
534534
* under the *Settings > Network Settings* network admin menu
535535
*
536-
* @since 1.7.2
536+
* @since 1.7.1.1
537537
* @access public
538538
*/
539539
public function get_cap( $do_what ) {

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://code-snippets.bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.3
66
Tested up to: 3.6
7-
Stable tag: 1.7.1
7+
Stable tag: 1.7.1.1
88
License: MIT
99
License URI: license.txt
1010

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

112112
== Changelog ==
113113

114+
= 1.7.1.1 =
115+
* Fix a minor bug with custom capabilities and admin menus
116+
114117
= 1.7.1 =
115118
* Fix a bug with snippet being set as deactivated when saved
116119
* Updated PHP Documentation completely. [[View online](http://bungeshea.github.io/code-snippets/api)]
@@ -204,6 +207,9 @@ Plugin updates will be posted on the [plugin's homepage](http://code-snippets.bu
204207

205208
== Upgrade Notice ==
206209

210+
= 1.7.1.1 =
211+
Fixes a minor bug with custom capabilities and admin menus
212+
207213
= 1.7.1 =
208214
Added German translation thanks to David Decker; bug fixes and improvements
209215

0 commit comments

Comments
 (0)