Skip to content

Commit

Permalink
Preparing to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Grudtner Martins committed Jun 28, 2017
1 parent fb1b1cc commit 5ec2e0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
);

// Define contants
define( 'PUBLISHPRESS_VERSION', '1.5.0' );
define( 'PUBLISHPRESS_VERSION', '1.5.1' );
define( 'PUBLISHPRESS_ROOT', dirname( __FILE__ ) );
define( 'PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_ROOT . '/' . basename( __FILE__ ) );
define( 'PUBLISHPRESS_URL', plugins_url( '/', __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion src/publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The essential plugin for any WordPress site with multiple writers
* Author: PressShack
* Author URI: https://pressshack.com
* Version: 1.5.0
* Version: 1.5.1
*
* Copyright (c) 2017 PressShack
*
Expand Down
7 changes: 6 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author URI: https://pressshack.com
Tags: Content Calendar, Editorial Calendar, workflow, checklist, pre-publish
Requires at least: 4.6
Tested up to: 4.8
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -166,6 +166,11 @@ You can install PublishPress through your WordPress admin area:
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= [1.5.1] - 2017-06-28 =

* Fixed:
* Fixes required capability to see the calendar

= [1.5.0] - 2017-06-27 =

* Changed:
Expand Down

0 comments on commit 5ec2e0a

Please sign in to comment.