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

Version Description

  • Upgrade 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.1.8
Comparing to
See all releases

Code changes from version 2.1.7 to 2.1.8

Files changed (3) hide show
  1. folders.php +2 -2
  2. readme.txt +4 -1
  3. templates/admin/upgrade-to-pro.php +3 -3
folders.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Folders
4
  * Description: Arrange media, pages, custom post types and posts into folders
5
- * Version: 2.1.7
6
  * Author: Premio
7
  * Author URI: https://premio.io/downloads/folders/
8
  */
@@ -15,7 +15,7 @@ define('WCP_FOLDER', 'folders');
15
  define('WCP_FOLDER_VAR', 'folders_settings');
16
  define("WCP_DS", DIRECTORY_SEPARATOR);
17
  define('WCP_FOLDER_URL',plugin_dir_url(__FILE__));
18
- define('WCP_FOLDER_VERSION',"2.1.7");
19
 
20
  include_once plugin_dir_path(__FILE__)."includes/folders.class.php";
21
  register_activation_hook( __FILE__, array( 'WCP_Folders', 'activate' ) );
2
  /**
3
  * Plugin Name: Folders
4
  * Description: Arrange media, pages, custom post types and posts into folders
5
+ * Version: 2.1.8
6
  * Author: Premio
7
  * Author URI: https://premio.io/downloads/folders/
8
  */
15
  define('WCP_FOLDER_VAR', 'folders_settings');
16
  define("WCP_DS", DIRECTORY_SEPARATOR);
17
  define('WCP_FOLDER_URL',plugin_dir_url(__FILE__));
18
+ define('WCP_FOLDER_VERSION',"2.1.8");
19
 
20
  include_once plugin_dir_path(__FILE__)."includes/folders.class.php";
21
  register_activation_hook( __FILE__, array( 'WCP_Folders', 'activate' ) );
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.2
6
- Stable tag: 2.1.7
7
  Plugin URI: https://premio.io/downloads/folders/
8
 
9
  Folders is a WordPress plugin that will help you quickly organize and manage all of your Pages, Posts and Media library files in folders.
@@ -127,6 +127,9 @@ A live demo for the Folders plugin is available at <a href="https://demo.premio.
127
 
128
  == Changelog ==
129
 
 
 
 
130
  = 2.1.7 =
131
  * Better drag and drop, SportPress support
132
 
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.2
6
+ Stable tag: 2.1.8
7
  Plugin URI: https://premio.io/downloads/folders/
8
 
9
  Folders is a WordPress plugin that will help you quickly organize and manage all of your Pages, Posts and Media library files in folders.
127
 
128
  == Changelog ==
129
 
130
+ = 2.1.8 =
131
+ * Upgrade fix
132
+
133
  = 2.1.7 =
134
  * Better drag and drop, SportPress support
135
 
templates/admin/upgrade-to-pro.php CHANGED
@@ -18,7 +18,7 @@ $pro_url = $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=
18
  <?php _e('For small website owners', WCP_FOLDER); ?>
19
  </div>
20
  <div class="rpt_price rpt_price_0">$19</div>
21
- <div class="rpt_description rpt_description_0">
22
  <?php _e('Per year. Renewals for 25% off', WCP_FOLDER); ?>
23
  </div>
24
  <div style="clear:both;"></div>
@@ -57,7 +57,7 @@ $pro_url = $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=
57
  <?php _e('For businesses with multiple websites', WCP_FOLDER); ?>
58
  </div>
59
  <div class="rpt_price rpt_price_1">$39</div>
60
- <div class="rpt_description rpt_description_0">
61
  <?php _e('Per year. Renewals for 25% off', WCP_FOLDER); ?>
62
  </div>
63
  <div style="clear:both;"></div>
@@ -98,7 +98,7 @@ $pro_url = $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=
98
  <?php _e('For agencies who manage clients', WCP_FOLDER); ?>
99
  </div>
100
  <div class="rpt_price rpt_price_2">$79</div>
101
- <div class="rpt_description rpt_description_0">
102
  <?php _e('Per year. Renewals for 25% off', WCP_FOLDER); ?>
103
  </div>
104
  <div style="clear:both;"></div>
18
  <?php _e('For small website owners', WCP_FOLDER); ?>
19
  </div>
20
  <div class="rpt_price rpt_price_0">$19</div>
21
+ <div class="rpt_description rpt_description_0 rpt_desc">
22
  <?php _e('Per year. Renewals for 25% off', WCP_FOLDER); ?>
23
  </div>
24
  <div style="clear:both;"></div>
57
  <?php _e('For businesses with multiple websites', WCP_FOLDER); ?>
58
  </div>
59
  <div class="rpt_price rpt_price_1">$39</div>
60
+ <div class="rpt_description rpt_description_0 rpt_desc">
61
  <?php _e('Per year. Renewals for 25% off', WCP_FOLDER); ?>
62
  </div>
63
  <div style="clear:both;"></div>
98
  <?php _e('For agencies who manage clients', WCP_FOLDER); ?>
99
  </div>
100
  <div class="rpt_price rpt_price_2">$79</div>
101
+ <div class="rpt_description rpt_description_0 rpt_desc">
102
  <?php _e('Per year. Renewals for 25% off', WCP_FOLDER); ?>
103
  </div>
104
  <div style="clear:both;"></div>