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

Version Description

Performance improvements

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.7.3
Comparing to
See all releases

Code changes from version 2.7.2 to 2.7.3

Files changed (2) hide show
  1. folders.php +10 -8
  2. readme.txt +4 -1
folders.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Folders
4
  * Description: Organize your Media library, Pages, and Posts into folders. You can easily drag and drop items into directories and change the folders tree view.
5
- * Version: 2.7.2
6
  * Author: Premio
7
  * Author URI: https://premio.io/downloads/folders/
8
  * Text Domain: folders
@@ -24,7 +24,7 @@ if(!defined("WCP_FOLDER_URL")) {
24
  define('WCP_FOLDER_URL', plugin_dir_url(__FILE__));
25
  }
26
  if(!defined("WCP_FOLDER_VERSION")) {
27
- define('WCP_FOLDER_VERSION', "2.7.2");
28
  }
29
 
30
 
@@ -98,13 +98,15 @@ if(!function_exists("folders_clear_all_caches")) {
98
  }
99
  }
100
 
101
- include_once plugin_dir_path(__FILE__)."includes/plugins.class.php";
102
- include_once plugin_dir_path(__FILE__)."includes/media.replace.php";
103
- include_once plugin_dir_path(__FILE__)."includes/folders.class.php";
104
- register_activation_hook( __FILE__, array( 'WCP_Folders', 'activate' ) );
105
- register_deactivation_hook( __FILE__, array( 'WCP_Folders', 'deactivate' ) );
 
106
 
107
- WCP_Folders::get_instance();
 
108
 
109
  /* Affiliate Class*/
110
  if(is_admin()) {
2
  /**
3
  * Plugin Name: Folders
4
  * Description: Organize your Media library, Pages, and Posts into folders. You can easily drag and drop items into directories and change the folders tree view.
5
+ * Version: 2.7.3
6
  * Author: Premio
7
  * Author URI: https://premio.io/downloads/folders/
8
  * Text Domain: folders
24
  define('WCP_FOLDER_URL', plugin_dir_url(__FILE__));
25
  }
26
  if(!defined("WCP_FOLDER_VERSION")) {
27
+ define('WCP_FOLDER_VERSION', "2.7.3");
28
  }
29
 
30
 
98
  }
99
  }
100
 
101
+ if(is_admin()) {
102
+ include_once plugin_dir_path(__FILE__) . "includes/plugins.class.php";
103
+ include_once plugin_dir_path(__FILE__) . "includes/media.replace.php";
104
+ include_once plugin_dir_path(__FILE__) . "includes/folders.class.php";
105
+ register_activation_hook( __FILE__, array( 'WCP_Folders', 'activate' ) );
106
+ register_deactivation_hook( __FILE__, array( 'WCP_Folders', 'deactivate' ) );
107
 
108
+ WCP_Folders::get_instance();
109
+ }
110
 
111
  /* Affiliate Class*/
112
  if(is_admin()) {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: galdub, tomeraharon, premio
3
  Tags: folder, folders, replace media, pages folders, media library, posts folders, media folders, media replace, file manager, directories, media library folders, media library folder
4
  Requires at least: 3.0.0
5
  Tested up to: 5.8
6
- Stable tag: 2.7.2
7
  Plugin URI: https://premio.io/downloads/folders/
8
 
9
  Folders is a WordPress plugin that will help you quickly create unlimited folders and organize and manage your Media Library files, Pages & Posts in folders
@@ -196,6 +196,9 @@ A live demo for the Folders plugin is available at <a href="https://demo.premio.
196
 
197
  == Changelog ==
198
 
 
 
 
199
  = 2.7.2 =
200
  Replace media bugs fixed
201
 
3
  Tags: folder, folders, replace media, pages folders, media library, posts folders, media folders, media replace, file manager, directories, media library folders, media library folder
4
  Requires at least: 3.0.0
5
  Tested up to: 5.8
6
+ Stable tag: 2.7.3
7
  Plugin URI: https://premio.io/downloads/folders/
8
 
9
  Folders is a WordPress plugin that will help you quickly create unlimited folders and organize and manage your Media Library files, Pages & Posts in folders
196
 
197
  == Changelog ==
198
 
199
+ = 2.7.3 =
200
+ Performance improvements
201
+
202
  = 2.7.2 =
203
  Replace media bugs fixed
204