Skip to content

Commit

Permalink
Merge pull request #171 from OSTraining/development
Browse files Browse the repository at this point in the history
PPRESS-360 ⁃ 1.11.1
  • Loading branch information
Anderson Grüdtner Martins authored Mar 14, 2018
2 parents 5a59997 + 341f6a0 commit d2c008c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
);

// Define contants
define('PUBLISHPRESS_VERSION', '1.11.0');
define('PUBLISHPRESS_VERSION', '1.11.1');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/' . basename(__FILE__));
define('PUBLISHPRESS_URL', plugins_url('/', __FILE__));
Expand Down
2 changes: 1 addition & 1 deletion modules/user-groups/user-groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function __construct()
'content' => __('<p>For those with many people involved in the publishing process, user groups helps you keep them organized.</p><p>Currently, user groups are primarily used for subscribing a set of users to a post for notifications.</p>', 'publishpress'),
),
'settings_help_sidebar' => __('<p><strong>For more information:</strong></p><p><a href="https://publishpress.com/features/user-groups/">User Groups Documentation</a></p><p><a href="https://github.com/ostraining/PublishPress">PublishPress on Github</a></p>', 'publishpress'),
'options_page' => true,
// 'options_page' => true,
);
$this->module = PublishPress()->register_module('user_groups', $args);
}
Expand Down
3 changes: 2 additions & 1 deletion 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: PublishPress
* Author URI: https://publishpress.com
* Version: 1.11.0
* Version: 1.11.1
* Text Domain: publishpress
* Domain Path: /languages
*
Expand Down Expand Up @@ -236,6 +236,7 @@ private function load_modules()
'roles' => PUBLISHPRESS_BASE_PATH,
'improved-notifications' => PUBLISHPRESS_BASE_PATH,
'async-notifications' => PUBLISHPRESS_BASE_PATH,
'user-groups' => PUBLISHPRESS_BASE_PATH,

// @TODO: Move for settings, and remove after cleanup
'dashboard' => PUBLISHPRESS_BASE_PATH,
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== PublishPress – PublishPress helps WordPress teams create great content ===
=== PublishPress helps WordPress teams create great content ===
Contributors: publishpress, andergmartins, stevejburge, pressshack
Author: PublishPress, PressShack
Author URI: https://publishpress.com
Tags: Content Calendar, Editorial Calendar, workflow, checklist, permissions
Requires at least: 4.6
Requires PHP: 5.4
Tested up to: 4.9.4
Stable tag: 1.11.0
Stable tag: 1.11.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -133,6 +133,12 @@ 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.11.1] - 2018-03-13 =

*Fixed:*

* Fixed backward compatibility with legacy PublishPress Permissions;

= [1.11.0] - 2018-03-13 =

*Fixed:*
Expand Down

0 comments on commit d2c008c

Please sign in to comment.