Changeset 1813540
- Timestamp:
- 02/01/2018 02:41:46 PM (8 years ago)
- Location:
- publishpress
- Files:
-
- 1 deleted
- 3 edited
-
tags/1.9.6 (deleted)
-
trunk/includes.php (modified) (1 diff)
-
trunk/publishpress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
publishpress/trunk/includes.php
r1813504 r1813540 41 41 42 42 // Define contants 43 define( 'PUBLISHPRESS_VERSION', '1.9. 6' );43 define( 'PUBLISHPRESS_VERSION', '1.9.5' ); 44 44 define( 'PUBLISHPRESS_ROOT', dirname( __FILE__ ) ); 45 45 define( 'PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_ROOT . '/' . basename( __FILE__ ) ); -
publishpress/trunk/publishpress.php
r1813504 r1813540 6 6 * Author: PublishPress 7 7 * Author URI: https://publishpress.com 8 * Version: 1.9. 68 * Version: 1.9.5 9 9 * Text Domain: publishpress 10 10 * Domain Path: /languages … … 420 420 421 421 public function filter_custom_menu_order( $menu_ord ) { 422 global $submenu;423 424 422 if ( isset( $submenu['pp-calendar'] ) ) { 423 global $submenu; 424 425 425 $submenu_pp = $submenu['pp-calendar']; 426 426 $new_submenu = array(); -
publishpress/trunk/readme.txt
r1813504 r1813540 7 7 Requires PHP: 5.4 8 8 Tested up to: 4.9 9 Stable tag: 1.9. 69 Stable tag: 1.9.5 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 156 156 and this project adheres to [Semantic Versioning](http://semver.org/). 157 157 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 165 158 = [1.9.5] - 2018-01-31 = 166 159
Note: See TracChangeset
for help on using the changeset viewer.