Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Jun 4, 2019
1 parent ff1ed1e commit 7737b9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"scripts": {
"beforeStart": "bash ./bin/create-release.sh ${version}"
"afterBump": "bash ./bin/create-release.sh ${version}",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"github": {
"release": true
},
"npm": {
"publish": false
},
"git": {
"requireCleanWorkingDir": false
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: permalink,permalinks,custom post type,cms
Requires at least: 4.0
Tested up to: 5.2
Requires PHP: 5.3
Stable tag: 2.0.3
Stable tag: 2.0.5
License: GPLv2 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions simple-post-type-permalinks.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* @package SPTP
* @version 2.0.3
* @version 2.0.5
*/
/**
* Plugin Name: Simple Post Type Permalinks
* Plugin URI: https://github.com/torounit/simple-post-type-permalinks
* Description: Easy to change Permalink of custom post type.
* Version: 2.0.3
* Version: 2.0.5
* Author: Toro_Unit
* Author URI: https://torounit.com
* License: GPLv2 or Later
Expand Down

0 comments on commit 7737b9c

Please sign in to comment.