Version Description
Bugs fixed
Download this release
Release Info
Developer | galdub |
Plugin | Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager |
Version | 2.6.6 |
Comparing to | |
See all releases |
Code changes from version 2.6.5 to 2.6.6
- folders.php +2 -2
- includes/folders.class.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.6.
|
6 |
* Author: Premio
|
7 |
* Author URI: https://premio.io/downloads/folders/
|
8 |
* Text Domain: 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.6.
|
34 |
}
|
35 |
|
36 |
|
2 |
/**
|
3 |
* Plugin Name: Folders
|
4 |
* Description: Arrange media, pages, custom post types and posts into folders
|
5 |
+
* Version: 2.6.6
|
6 |
* Author: Premio
|
7 |
* Author URI: https://premio.io/downloads/folders/
|
8 |
* Text Domain: folders
|
30 |
define('WCP_FOLDER_URL', plugin_dir_url(__FILE__));
|
31 |
}
|
32 |
if(!defined("WCP_FOLDER_VERSION")) {
|
33 |
+
define('WCP_FOLDER_VERSION', "2.6.6");
|
34 |
}
|
35 |
|
36 |
|
includes/folders.class.php
CHANGED
@@ -948,7 +948,7 @@ class WCP_Folders
|
|
948 |
));
|
949 |
/* Free/Pro URL Change */
|
950 |
wp_enqueue_style( 'folders-media', WCP_FOLDER_URL . 'assets/css/media.css' , array(), WCP_FOLDER_VERSION);
|
951 |
-
} else if(is_admin()) {
|
952 |
/* Free/Pro URL Change */
|
953 |
global $typenow;
|
954 |
global $current_screen;
|
@@ -992,8 +992,8 @@ class WCP_Folders
|
|
992 |
}
|
993 |
|
994 |
wp_enqueue_script('folders-tree', WCP_FOLDER_URL . 'assets/js/jstree.min.js', array(), WCP_FOLDER_VERSION, true);
|
995 |
-
wp_enqueue_script('wcp-jquery-touch', plugin_dir_url(dirname(__FILE__)) . 'assets/js/jquery.ui.touch-punch.min.js', array('jquery'), WCP_FOLDER_VERSION);
|
996 |
wp_enqueue_script('folders-media', WCP_FOLDER_URL . 'assets/js/page-post-media.min.js', array('media-editor', 'media-views', 'jquery', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-sortable', 'backbone'), WCP_FOLDER_VERSION, true);
|
|
|
997 |
wp_localize_script('folders-media', 'folders_media_options', array(
|
998 |
'terms' => $taxonomies,
|
999 |
'taxonomy' => get_taxonomy('media_folder'),
|
@@ -2840,8 +2840,8 @@ class WCP_Folders
|
|
2840 |
global $typenow;
|
2841 |
/* Free/Pro Version change */
|
2842 |
wp_enqueue_script('wcp-folders-jstree', plugin_dir_url(dirname(__FILE__)) . 'assets/js/jstree.min.js', array('jquery'), WCP_FOLDER_VERSION);
|
2843 |
-
wp_enqueue_script('wcp-jquery-touch', plugin_dir_url(dirname(__FILE__)) . 'assets/js/jquery.ui.touch-punch.min.js', array('jquery'), WCP_FOLDER_VERSION);
|
2844 |
wp_enqueue_script('wcp-folders-custom', plugin_dir_url(dirname(__FILE__)) . 'assets/js/folders.min.js', array('jquery', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-sortable', 'backbone'), WCP_FOLDER_VERSION);
|
|
|
2845 |
|
2846 |
$post_type = self::get_custom_post_type($typenow);
|
2847 |
|
948 |
));
|
949 |
/* Free/Pro URL Change */
|
950 |
wp_enqueue_style( 'folders-media', WCP_FOLDER_URL . 'assets/css/media.css' , array(), WCP_FOLDER_VERSION);
|
951 |
+
} else if(is_admin() && !self::is_active_for_screen() && self::is_for_this_post_type('attachment')) {
|
952 |
/* Free/Pro URL Change */
|
953 |
global $typenow;
|
954 |
global $current_screen;
|
992 |
}
|
993 |
|
994 |
wp_enqueue_script('folders-tree', WCP_FOLDER_URL . 'assets/js/jstree.min.js', array(), WCP_FOLDER_VERSION, true);
|
|
|
995 |
wp_enqueue_script('folders-media', WCP_FOLDER_URL . 'assets/js/page-post-media.min.js', array('media-editor', 'media-views', 'jquery', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-sortable', 'backbone'), WCP_FOLDER_VERSION, true);
|
996 |
+
wp_enqueue_script('wcp-jquery-touch', plugin_dir_url(dirname(__FILE__)) . 'assets/js/jquery.ui.touch-punch.min.js', array('jquery'), WCP_FOLDER_VERSION);
|
997 |
wp_localize_script('folders-media', 'folders_media_options', array(
|
998 |
'terms' => $taxonomies,
|
999 |
'taxonomy' => get_taxonomy('media_folder'),
|
2840 |
global $typenow;
|
2841 |
/* Free/Pro Version change */
|
2842 |
wp_enqueue_script('wcp-folders-jstree', plugin_dir_url(dirname(__FILE__)) . 'assets/js/jstree.min.js', array('jquery'), WCP_FOLDER_VERSION);
|
|
|
2843 |
wp_enqueue_script('wcp-folders-custom', plugin_dir_url(dirname(__FILE__)) . 'assets/js/folders.min.js', array('jquery', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-sortable', 'backbone'), WCP_FOLDER_VERSION);
|
2844 |
+
wp_enqueue_script('wcp-jquery-touch', plugin_dir_url(dirname(__FILE__)) . 'assets/js/jquery.ui.touch-punch.min.js', array('jquery'), WCP_FOLDER_VERSION);
|
2845 |
|
2846 |
$post_type = self::get_custom_post_type($typenow);
|
2847 |
|
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.6
|
6 |
-
Stable tag: 2.6.
|
7 |
Plugin URI: https://premio.io/downloads/folders/
|
8 |
|
9 |
Folders is a WordPress plugin that will help you quickly organize and manage your Media Library files, Pages, Posts, and Custom Posts in folders
|
@@ -180,6 +180,9 @@ A live demo for the Folders plugin is available at <a href="https://demo.premio.
|
|
180 |
|
181 |
== Changelog ==
|
182 |
|
|
|
|
|
|
|
183 |
= 2.6.5 =
|
184 |
Import folders from HappyFiles (Happy Files) and Mediamatic + fixed some bugs
|
185 |
|
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.6
|
6 |
+
Stable tag: 2.6.6
|
7 |
Plugin URI: https://premio.io/downloads/folders/
|
8 |
|
9 |
Folders is a WordPress plugin that will help you quickly organize and manage your Media Library files, Pages, Posts, and Custom Posts in folders
|
180 |
|
181 |
== Changelog ==
|
182 |
|
183 |
+
= 2.6.6 =
|
184 |
+
Bugs fixed
|
185 |
+
|
186 |
= 2.6.5 =
|
187 |
Import folders from HappyFiles (Happy Files) and Mediamatic + fixed some bugs
|
188 |
|