Plugin Directory

Changeset 1813504


Ignore:
Timestamp:
02/01/2018 02:00:11 PM (8 years ago)
Author:
pressshack
Message:

Releasing 1.9.6

Location:
publishpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • publishpress/trunk/includes.php

    r1813469 r1813504  
    4141
    4242    // Define contants
    43     define( 'PUBLISHPRESS_VERSION', '1.9.5' );
     43    define( 'PUBLISHPRESS_VERSION', '1.9.6' );
    4444    define( 'PUBLISHPRESS_ROOT', dirname( __FILE__ ) );
    4545    define( 'PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_ROOT . '/' . basename( __FILE__ ) );
  • publishpress/trunk/publishpress.php

    r1809920 r1813504  
    66 * Author: PublishPress
    77 * Author URI: https://publishpress.com
    8  * Version: 1.9.5
     8 * Version: 1.9.6
    99 * Text Domain: publishpress
    1010 * Domain Path: /languages
     
    420420
    421421    public function filter_custom_menu_order( $menu_ord ) {
     422        global $submenu;
     423
    422424        if ( isset( $submenu['pp-calendar'] ) ) {
    423             global $submenu;
    424 
    425425            $submenu_pp  = $submenu['pp-calendar'];
    426426            $new_submenu = array();
  • publishpress/trunk/readme.txt

    r1813469 r1813504  
    77Requires PHP: 5.4
    88Tested up to: 4.9
    9 Stable tag: 1.9.5
     9Stable tag: 1.9.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    156156and this project adheres to [Semantic Versioning](http://semver.org/).
    157157
     158= [1.9.6] - 2018-02-01 =
     159
     160*Fixed:*
     161
     162* Fixed PublishPress menu ordering;
     163* Fixed last release, which changed version but didn't include all the changes;
     164
    158165= [1.9.5] - 2018-01-31 =
    159166
Note: See TracChangeset for help on using the changeset viewer.