Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager - Version 2.0.2

Version Description

PHP 7.2 bug fix

Download this release

Release Info

Developer galdub
Plugin Icon wp plugin Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager
Version 2.0.2
Comparing to
See all releases

Code changes from version 2.0.1 to 2.0.2

Files changed (3) hide show
  1. folders.php +2 -2
  2. includes/folders.class.php +2 -2
  3. readme.txt +5 -3
folders.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * Plugin Name: Folders - Pages, Posts and Media Library Folders with Drag and Drop
4
  * Description: Arrange media, pages, custom post types and posts into folders
5
- * Version: 2.0.1
6
  * Author: Premio
7
  * Author URI: https://premio.io/downloads/folders/
8
  */
1
  <?php
2
  /**
3
+ * Plugin Name: Folders
4
  * Description: Arrange media, pages, custom post types and posts into folders
5
+ * Version: 2.0.2
6
  * Author: Premio
7
  * Author URI: https://premio.io/downloads/folders/
8
  */
includes/folders.class.php CHANGED
@@ -1108,8 +1108,8 @@ class WCP_Folders
1108
 
1109
  add_submenu_page(
1110
  $menu_slug,
1111
- __('Upgrade to Pro', CHT_OPT),
1112
- __('Upgrade to Pro', CHT_OPT),
1113
  'manage_options',
1114
  'wcp_folders_upgrade',
1115
  array($this, 'wcp_folders_upgrade')
1108
 
1109
  add_submenu_page(
1110
  $menu_slug,
1111
+ __('Upgrade to Pro', WCP_FOLDER),
1112
+ __('Upgrade to Pro', WCP_FOLDER),
1113
  'manage_options',
1114
  'wcp_folders_upgrade',
1115
  array($this, 'wcp_folders_upgrade')
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Plugin Name ===
2
  Contributors: galdub, tomeraharon, premio
3
  Tags: folder, folders, organize, pages folders, media library, posts folders, media folders, subfolders, file manager, directories
4
  Requires at least: 3.0.0
5
- Tested up to: 5.0
6
- Stable tag: 2.0.1
7
  Plugin URI: https://premio.io/downloads/folders/
8
 
9
  Folders is a FREE WordPress plugin that will help you quickly organize and manage all of your Pages, Posts and Media library files in folders.
@@ -107,6 +107,8 @@ Just follow our <a href="https://premio.io/wordpress-premio-pro-version-installa
107
 
108
  == Changelog ==
109
 
 
 
110
  = 2.0.1 =
111
  - Brand New UI, Drag and Drop option, organize within the pages, posts and media library
112
 
1
+ === Folders - Organize Pages, Posts and Media Library Folders with Drag and Drop ===
2
  Contributors: galdub, tomeraharon, premio
3
  Tags: folder, folders, organize, pages folders, media library, posts folders, media folders, subfolders, file manager, directories
4
  Requires at least: 3.0.0
5
+ Tested up to: 5.1
6
+ Stable tag: 2.0.2
7
  Plugin URI: https://premio.io/downloads/folders/
8
 
9
  Folders is a FREE WordPress plugin that will help you quickly organize and manage all of your Pages, Posts and Media library files in folders.
107
 
108
  == Changelog ==
109
 
110
+ = 2.0.2 = PHP 7.2 bug fix
111
+
112
  = 2.0.1 =
113
  - Brand New UI, Drag and Drop option, organize within the pages, posts and media library
114