Skip to content

Commit

Permalink
Preparing for releasing 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed May 27, 2020
1 parent bf94392 commit da9967e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publishpress-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @publishpress-authors
* Plugin Name: PublishPress Authors
* Plugin URI: https://publishpress.com/
* Version: 3.3.1-beta.2
* Version: 3.3.1
* Description: Add support for multiple authors
* Author: PublishPress
* Author URI: https://publishpress.com
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tags: multiple authors, authors, guest authors, author fields, author layouts
Requires at least: 4.7
Requires PHP: 5.4
Tested up to: 5.3
Stable tag: 3.3.0
Stable tag: 3.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion src/includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
defined('ABSPATH') or die('No direct script access allowed.');

if (!defined('PP_AUTHORS_LOADED')) {
define('PP_AUTHORS_VERSION', '3.3.1-beta.2');
define('PP_AUTHORS_VERSION', '3.3.1');
define('PP_AUTHORS_FILE', 'publishpress-authors/publishpress-authors.php');
define('PP_AUTHORS_BASE_PATH', plugin_dir_path(realpath(__DIR__ . '/../publishpress-authors.php')));
define('PP_AUTHORS_SRC_PATH', PP_AUTHORS_BASE_PATH . 'src/');
Expand Down

0 comments on commit da9967e

Please sign in to comment.