Skip to content

Commit

Permalink
Update changelog and version number for 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Jun 13, 2022
1 parent 3772d4d commit 2431417
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.1.1 (13 Jun 2022)
* Fixed: Download snippets feature not including snippet content.
* Fixed: Alignment of 'opens externally' dashicon.
* Improved: Added additional parameters to `code_snippets/export/filename` filter.

## 3.1.0 (17 May 2022)
* Fixed: Caching inconsistencies preventing snippets and settings from refreshing on sites with persistent object caching.
* Improved: Simplified database queries.
Expand Down
4 changes: 2 additions & 2 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Shea Bunge <[email protected]>
* @copyright 2012-2022 Shea Bunge
* @license GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html
* @version 3.1.0
* @version 3.1.1
* @link https://github.com/sheabunge/code-snippets
*/

Expand All @@ -19,7 +19,7 @@
Description: An easy, clean and simple way to run code snippets on your site. No need to edit to your theme's functions.php file again!
Author: Code Snippets Pro
Author URI: https://codesnippets.pro
Version: 3.1.0
Version: 3.1.1
License: GPL-2.0-or-later
License URI: license.txt
Text Domain: code-snippets
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "3.1.0",
"version": "3.1.1",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
"homepage": "https://wordpress.org/plugins/code-snippets",
"main": "gulpfile.babel.ts",
Expand Down
2 changes: 1 addition & 1 deletion php/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @var string A PHP-standardized version number string.
*/
const PLUGIN_VERSION = '3.1.0';
const PLUGIN_VERSION = '3.1.1';

/**
* The full path to the main file of this plugin.
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
Tags: snippets, functions, multisite, code, php, html, css, javascript
License: MIT
License URI: license.txt
Stable tag: 3.1.0
Stable tag: 3.1.1
Tested up to: 6.0

An easy, clean and simple way to run code snippets on your site.
Expand Down Expand Up @@ -116,6 +116,11 @@ The best way to do this is to fork the [repository on GitHub](https://github.com

== Changelog ==

= 3.1.1 (13 Jun 2022) =
* Fixed: Download snippets feature not including snippet content.
* Fixed: Alignment of 'opens externally' dashicon.
* Improved: Added additional parameters to `code_snippets/export/filename` filter.

= 3.1.0 (17 May 2022) =
* Fixed: Caching inconsistencies preventing snippets and settings from refreshing on sites with persistent object caching.
* Improved: Simplified database queries.
Expand Down Expand Up @@ -290,6 +295,9 @@ __New in Pro__

== Upgrade Notice ==

= 3.1.1 =
Fixed download snippets feature.

= 3.1.0 =
Comprehensive persistent object caching support.

Expand Down

0 comments on commit 2431417

Please sign in to comment.