Version Description
WordPress 6.1 Folders compatibility adjustments
Download this release
Release Info
Developer | premiocommit |
Plugin | Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager |
Version | 2.8.7 |
Comparing to | |
See all releases |
Code changes from version 2.8.6 to 2.8.7
- folders.php +2 -2
- includes/folders.class.php +1 -1
- includes/plugins.class.php +1 -0
- readme.txt +5 -2
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.8.
|
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.8.
|
28 |
}
|
29 |
|
30 |
|
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.8.7
|
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.8.7");
|
28 |
}
|
29 |
|
30 |
|
includes/folders.class.php
CHANGED
@@ -5637,7 +5637,7 @@ class WCP_Folders
|
|
5637 |
|
5638 |
$plugins = new WCP_Folder_Plugins();
|
5639 |
$plugin_info = $plugins->get_plugin_information();
|
5640 |
-
$is_plugin_exists = $plugins->
|
5641 |
$settingURL = $this->getFolderSettingsURL();
|
5642 |
$setting_page = filter_input(INPUT_GET, 'setting_page');
|
5643 |
if (empty($setting_page)) {
|
5637 |
|
5638 |
$plugins = new WCP_Folder_Plugins();
|
5639 |
$plugin_info = $plugins->get_plugin_information();
|
5640 |
+
$is_plugin_exists = $plugins->isExists;
|
5641 |
$settingURL = $this->getFolderSettingsURL();
|
5642 |
$setting_page = filter_input(INPUT_GET, 'setting_page');
|
5643 |
if (empty($setting_page)) {
|
includes/plugins.class.php
CHANGED
@@ -43,6 +43,7 @@ class WCP_Folder_Plugins
|
|
43 |
|
44 |
|
45 |
/**
|
|
|
46 |
* Define the core functionality of the import data functionality.
|
47 |
*
|
48 |
* Import data from other plugins
|
43 |
|
44 |
|
45 |
/**
|
46 |
+
* Define the core functionality of the import data functionality.
|
47 |
* Define the core functionality of the import data functionality.
|
48 |
*
|
49 |
* Import data from other plugins
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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: 6.
|
6 |
-
Stable tag: 2.8.
|
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
|
@@ -199,6 +199,9 @@ A live demo for the Folders plugin is available at <a href="https://demo.premio.
|
|
199 |
|
200 |
== Changelog ==
|
201 |
|
|
|
|
|
|
|
202 |
= 2.8.6 =
|
203 |
- We've added a horizontal scroll to the folders view
|
204 |
- Importing folders works better and faster now, the same goes for uploading folders and media library scan for used files (Pro)
|
2 |
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: 6.1
|
6 |
+
Stable tag: 2.8.7
|
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
|
199 |
|
200 |
== Changelog ==
|
201 |
|
202 |
+
= 2.8.7 =
|
203 |
+
WordPress 6.1 Folders compatibility adjustments
|
204 |
+
|
205 |
= 2.8.6 =
|
206 |
- We've added a horizontal scroll to the folders view
|
207 |
- Importing folders works better and faster now, the same goes for uploading folders and media library scan for used files (Pro)
|