Skip to content

Commit

Permalink
Update changelog; bump stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Apr 29, 2013
1 parent be1e84e commit b748454
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.7.1.1
* Fixed a bug with custom capabilities and admin menus

## 1.7.1
* Fix a bug with snippet being set as deactivated when saved
* Updated PHP Documentation completely. [[View online](http://bungeshea.github.io/code-snippets/api)]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

An easy, clean and simple way to add code snippets to your site.
Expand Down
8 changes: 4 additions & 4 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* 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!
* Author: Shea Bunge
* Author URI: http://bungeshea.com
* Version: 1.7.1
* Version: 1.7.1.1
* License: MIT
* License URI: license.txt
* Text Domain: code-snippets
Expand Down Expand Up @@ -53,7 +53,7 @@ final class Code_Snippets {
* @access public
* @var string A PHP-standardized version number string
*/
public $version = '1.7.1';
public $version = '1.7.1.1';

/**
* Variables to hold plugin paths
Expand Down Expand Up @@ -518,7 +518,7 @@ function setup_ms_roles( $install = true ) {
* @param string $do_what The task to check against.
* @return bool Whether the current user can perform this task or not
*
* @since 1.7.2 Moved logic to $this->get_cap method
* @since 1.7.1.1 Moved logic to $this->get_cap() method
* @since 1.7.1
* @access public
*/
Expand All @@ -533,7 +533,7 @@ public function user_can( $do_what ) {
* If multisite, checks if *Enable Administration Menus: Snippets* is active
* under the *Settings > Network Settings* network admin menu
*
* @since 1.7.2
* @since 1.7.1.1
* @access public
*/
public function get_cap( $do_what ) {
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://code-snippets.bungeshea.com/donate/
Tags: code-snippets, snippets, code, php, network, multisite
Requires at least: 3.3
Tested up to: 3.6
Stable tag: 1.7.1
Stable tag: 1.7.1.1
License: MIT
License URI: license.txt

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

== Changelog ==

= 1.7.1.1 =
* Fix a minor bug with custom capabilities and admin menus

= 1.7.1 =
* Fix a bug with snippet being set as deactivated when saved
* Updated PHP Documentation completely. [[View online](http://bungeshea.github.io/code-snippets/api)]
Expand Down Expand Up @@ -204,6 +207,9 @@ Plugin updates will be posted on the [plugin's homepage](http://code-snippets.bu

== Upgrade Notice ==

= 1.7.1.1 =
Fixes a minor bug with custom capabilities and admin menus

= 1.7.1 =
Added German translation thanks to David Decker; bug fixes and improvements

Expand Down

0 comments on commit b748454

Please sign in to comment.