Skip to content

Commit

Permalink
- update stable tag and build release file
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Apr 11, 2022
1 parent 87cdde6 commit 6ffd18e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 47 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,11 @@
"scripts": {
"build": "vendor/bin/robo build --ansi",
"build-unpacked": "vendor/bin/robo build:unpacked --ansi"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
}
}
88 changes: 44 additions & 44 deletions composer.lock

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

4 changes: 2 additions & 2 deletions orgSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PublishPress Series
* Plugin URI: https://publishpress.com/publishpress-series/
* Description: PublishPress Series allows you to group content together into a series. This is ideal for magazines, newspapers, short-story writers, teachers, comic artists, or anyone who writes multiple posts on the same topic.
* Version: 2.8.0
* Version: 2.8.1
* Author: PublishPress
* Author URI: https://publishpress.com/
* Text Domain: organize-series
Expand Down Expand Up @@ -59,7 +59,7 @@
register_activation_hook( __FILE__, 'pp_series_core_activation' );

if (!defined('ORG_SERIES_VERSION')) {
define('ORG_SERIES_VERSION', '2.8.0'); //the current version of the plugin
define('ORG_SERIES_VERSION', '2.8.1'); //the current version of the plugin
define( 'SERIES_FILE_PATH', __FILE__ );
define( 'SERIES_PATH_URL', plugins_url('', __FILE__).'/' );
define('SERIES_LOC', plugins_url('', __FILE__).'/' ); //the uri of the orgSeries files.
Expand Down
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: category, series, organize, post, taxonomy
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.8
Stable tag: 2.8.0
Stable tag: 2.8.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 6ffd18e

Please sign in to comment.