Version Description
Update issue fixed
Download this release
Release Info
Developer | galdub |
Plugin | Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager |
Version | 2.4.8 |
Comparing to | |
See all releases |
Code changes from version 2.4.7 to 2.4.8
- folders.php +3 -3
- readme.txt +4 -1
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.4.
|
6 |
* Author: Premio
|
7 |
* Author URI: https://premio.io/downloads/folders/
|
8 |
* Text Domain: folders
|
@@ -15,7 +15,7 @@ if(!defined("WCP_FOLDERS_PLUGIN_FILE")) {
|
|
15 |
define('WCP_FOLDERS_PLUGIN_FILE', __FILE__);
|
16 |
}
|
17 |
if(!defined("WCP_FOLDERS_PLUGIN_BASE")) {
|
18 |
-
define('
|
19 |
}
|
20 |
if(!defined("WCP_FOLDER")) {
|
21 |
define('WCP_FOLDER', 'folders');
|
@@ -30,7 +30,7 @@ if(!defined("WCP_FOLDER_URL")) {
|
|
30 |
define('WCP_FOLDER_URL', plugin_dir_url(__FILE__));
|
31 |
}
|
32 |
if(!defined("WCP_FOLDER_VERSION")) {
|
33 |
-
define('WCP_FOLDER_VERSION', "2.4.
|
34 |
}
|
35 |
|
36 |
include_once plugin_dir_path(__FILE__)."includes/folders.class.php";
|
2 |
/**
|
3 |
* Plugin Name: Folders
|
4 |
* Description: Arrange media, pages, custom post types and posts into folders
|
5 |
+
* Version: 2.4.8
|
6 |
* Author: Premio
|
7 |
* Author URI: https://premio.io/downloads/folders/
|
8 |
* Text Domain: folders
|
15 |
define('WCP_FOLDERS_PLUGIN_FILE', __FILE__);
|
16 |
}
|
17 |
if(!defined("WCP_FOLDERS_PLUGIN_BASE")) {
|
18 |
+
define('WCP_FOLDERS_PLUGIN_BASE', plugin_basename(WCP_FOLDERS_PLUGIN_FILE));
|
19 |
}
|
20 |
if(!defined("WCP_FOLDER")) {
|
21 |
define('WCP_FOLDER', 'folders');
|
30 |
define('WCP_FOLDER_URL', plugin_dir_url(__FILE__));
|
31 |
}
|
32 |
if(!defined("WCP_FOLDER_VERSION")) {
|
33 |
+
define('WCP_FOLDER_VERSION', "2.4.8");
|
34 |
}
|
35 |
|
36 |
include_once plugin_dir_path(__FILE__)."includes/folders.class.php";
|
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.4
|
6 |
-
Stable tag: 2.4.
|
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.
|
@@ -156,6 +156,9 @@ A live demo for the Folders plugin is available at <a href="https://demo.premio.
|
|
156 |
|
157 |
== Changelog ==
|
158 |
|
|
|
|
|
|
|
159 |
= 2.4.7 =
|
160 |
Pages folders and posts folders count fix
|
161 |
|
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.4
|
6 |
+
Stable tag: 2.4.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.
|
156 |
|
157 |
== Changelog ==
|
158 |
|
159 |
+
= 2.4.8 =
|
160 |
+
Update issue fixed
|
161 |
+
|
162 |
= 2.4.7 =
|
163 |
Pages folders and posts folders count fix
|
164 |
|