Version Description
Fixed the collision with Enhanced Media Library plugin
Download this release
Release Info
Developer | galdub |
Plugin | Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- assets/css/design.css +8 -0
- folders.php +1 -1
- readme.txt +5 -2
assets/css/design.css
CHANGED
@@ -749,6 +749,14 @@ div#custom-menu {
|
|
749 |
.media-frame, .media-frame-content, .media-frame .attachments-browser {
|
750 |
overflow: inherit;
|
751 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
span.upgrade-message {
|
753 |
padding: 0px 0 10px;
|
754 |
background: #fff;
|
749 |
.media-frame, .media-frame-content, .media-frame .attachments-browser {
|
750 |
overflow: inherit;
|
751 |
}
|
752 |
+
body.upload-php.eml-grid #wpbody {
|
753 |
+
position: relative !important;
|
754 |
+
top: 0px !important;
|
755 |
+
bottom: auto !important;
|
756 |
+
left: auto !important;
|
757 |
+
right: auto !important;;
|
758 |
+
height: auto;
|
759 |
+
}
|
760 |
span.upgrade-message {
|
761 |
padding: 0px 0 10px;
|
762 |
background: #fff;
|
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.0.
|
6 |
* Author: Premio
|
7 |
* Author URI: https://premio.io/downloads/folders/
|
8 |
*/
|
2 |
/**
|
3 |
* Plugin Name: Folders
|
4 |
* Description: Arrange media, pages, custom post types and posts into folders
|
5 |
+
* Version: 2.0.4
|
6 |
* Author: Premio
|
7 |
* Author URI: https://premio.io/downloads/folders/
|
8 |
*/
|
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.1
|
6 |
-
Stable tag: 2.0.
|
7 |
Plugin URI: https://premio.io/downloads/folders/
|
8 |
|
9 |
Folders is a FREE WordPress plugin that will help you quickly organize and manage all of your Pages, Posts and Media library files in folders.
|
@@ -22,7 +22,7 @@ There are several ways professionals are using the Folders file manager plugin t
|
|
22 |
* Quickly upload pages, media, and content to your WordPress and easily organize them into directories so they’re never lost. It’s content creation and organization at its finest!
|
23 |
* Mark certain folders as important to quickly find the content you need for your WordPress projects and tasks. No worries of your content getting lost in a sea of directories!
|
24 |
|
25 |
-
Note
|
26 |
|
27 |
= So How Does it Work? =
|
28 |
|
@@ -107,6 +107,9 @@ Just follow our <a href="https://premio.io/wordpress-premio-pro-version-installa
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= 2.0.3 =
|
111 |
Fixed php warnings for php higher version than 5.4
|
112 |
|
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.1
|
6 |
+
Stable tag: 2.0.4
|
7 |
Plugin URI: https://premio.io/downloads/folders/
|
8 |
|
9 |
Folders is a FREE WordPress plugin that will help you quickly organize and manage all of your Pages, Posts and Media library files in folders.
|
22 |
* Quickly upload pages, media, and content to your WordPress and easily organize them into directories so they’re never lost. It’s content creation and organization at its finest!
|
23 |
* Mark certain folders as important to quickly find the content you need for your WordPress projects and tasks. No worries of your content getting lost in a sea of directories!
|
24 |
|
25 |
+
<strong>Note:</strong> adding a page/post/image into a folder will not change its URL.
|
26 |
|
27 |
= So How Does it Work? =
|
28 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= 2.0.4 =
|
111 |
+
Fixed the collision with Enhanced Media Library plugin
|
112 |
+
|
113 |
= 2.0.3 =
|
114 |
Fixed php warnings for php higher version than 5.4
|
115 |
|