Changeset 3079001
- Timestamp:
- 04/29/2024 08:24:52 PM (23 months ago)
- Location:
- wicked-folders
- Files:
-
- 6 edited
- 1 copied
-
tags/3.0.4 (copied) (copied from wicked-folders/trunk)
-
tags/3.0.4/classes/class-screen-state.php (modified) (1 diff)
-
tags/3.0.4/readme.txt (modified) (2 diffs)
-
tags/3.0.4/wicked-folders.php (modified) (1 diff)
-
trunk/classes/class-screen-state.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wicked-folders.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wicked-folders/tags/3.0.4/classes/class-screen-state.php
r3043757 r3079001 131 131 } 132 132 133 $this->expanded_folders = array_ unique( $this->expanded_folders);133 $this->expanded_folders = array_values( array_unique( $this->expanded_folders ) ); 134 134 135 135 // Filter tree pane width -
wicked-folders/tags/3.0.4/readme.txt
r3068593 r3079001 4 4 Requires at least: 4.6 5 5 Tested up to: 6.5 6 Stable tag: 3.0. 36 Stable tag: 3.0.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 144 144 == Changelog == 145 145 146 = 3.0.4 (April 29, 2024) = 147 * Fix: folder pane not appearing in some instances due to JavaScript error caused by expanded folders data being encoded as an object instead of an array 148 146 149 = 3.0.3 (April 10, 2024) = 147 150 * Fix: HTML character entities (e.g. &) appearing in folder names -
wicked-folders/tags/3.0.4/wicked-folders.php
r3068593 r3079001 5 5 Plugin URI: https://wickedplugins.com/wicked-folders/ 6 6 Description: Organize your pages into folders. 7 Version: 3.0. 37 Version: 3.0.4 8 8 Author: Wicked Plugins 9 9 Author URI: https://wickedplugins.com/ -
wicked-folders/trunk/classes/class-screen-state.php
r3043757 r3079001 131 131 } 132 132 133 $this->expanded_folders = array_ unique( $this->expanded_folders);133 $this->expanded_folders = array_values( array_unique( $this->expanded_folders ) ); 134 134 135 135 // Filter tree pane width -
wicked-folders/trunk/readme.txt
r3068593 r3079001 4 4 Requires at least: 4.6 5 5 Tested up to: 6.5 6 Stable tag: 3.0. 36 Stable tag: 3.0.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 144 144 == Changelog == 145 145 146 = 3.0.4 (April 29, 2024) = 147 * Fix: folder pane not appearing in some instances due to JavaScript error caused by expanded folders data being encoded as an object instead of an array 148 146 149 = 3.0.3 (April 10, 2024) = 147 150 * Fix: HTML character entities (e.g. &) appearing in folder names -
wicked-folders/trunk/wicked-folders.php
r3068593 r3079001 5 5 Plugin URI: https://wickedplugins.com/wicked-folders/ 6 6 Description: Organize your pages into folders. 7 Version: 3.0. 37 Version: 3.0.4 8 8 Author: Wicked Plugins 9 9 Author URI: https://wickedplugins.com/
Note: See TracChangeset
for help on using the changeset viewer.