From f9738f0cb102d4309ed1e184bd3b5bc7cad80948 Mon Sep 17 00:00:00 2001 From: Anderson Grudtner Martins Date: Tue, 6 Jun 2017 16:55:09 -0300 Subject: [PATCH] Update version --- src/includes.php | 2 +- src/publishpress.php | 2 +- src/readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/includes.php b/src/includes.php index 5e7af55e6..335712501 100644 --- a/src/includes.php +++ b/src/includes.php @@ -40,7 +40,7 @@ ); // Define contants - define( 'PUBLISHPRESS_VERSION', '1.4.1' ); + define( 'PUBLISHPRESS_VERSION', '1.4.2' ); define( 'PUBLISHPRESS_ROOT', dirname( __FILE__ ) ); define( 'PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_ROOT . '/' . basename( __FILE__ ) ); define( 'PUBLISHPRESS_URL', plugins_url( '/', __FILE__ ) ); diff --git a/src/publishpress.php b/src/publishpress.php index dd22246a5..f857f1269 100644 --- a/src/publishpress.php +++ b/src/publishpress.php @@ -5,7 +5,7 @@ * Description: The essential plugin for any WordPress site with multiple writers * Author: PressShack * Author URI: https://pressshack.com - * Version: 1.4.1 + * Version: 1.4.2 * * Copyright (c) 2017 PressShack * diff --git a/src/readme.txt b/src/readme.txt index a3662a2f5..60005db59 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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.7 -Stable tag: 1.4.1 +Stable tag: 1.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html