Version Description
WP 5.5
Download this release
Release Info
Developer | galdub |
Plugin | Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager |
Version | 2.5.2 |
Comparing to | |
See all releases |
Code changes from version 2.5.1 to 2.5.2
- folders.php +2 -2
- includes/folders.class.php +2 -2
- readme.txt +5 -2
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.5.
|
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.5.
|
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.5.2
|
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.5.2");
|
34 |
}
|
35 |
|
36 |
include_once plugin_dir_path(__FILE__)."includes/folders.class.php";
|
includes/folders.class.php
CHANGED
@@ -1193,7 +1193,7 @@ class WCP_Folders
|
|
1193 |
</table>
|
1194 |
<?php
|
1195 |
$message = ob_get_clean();
|
1196 |
-
$email_id = "gal@premio.io";
|
1197 |
$status = wp_mail($email_id, $subject, $message, $headers);
|
1198 |
if ($status) {
|
1199 |
$response['status'] = 1;
|
@@ -1282,7 +1282,7 @@ class WCP_Folders
|
|
1282 |
</table>
|
1283 |
<?php
|
1284 |
$content = ob_get_clean();
|
1285 |
-
$email_id = "gal@premio.io";
|
1286 |
wp_mail($email_id, $subject, $content, $headers);
|
1287 |
$response['status'] = 1;
|
1288 |
}
|
1193 |
</table>
|
1194 |
<?php
|
1195 |
$message = ob_get_clean();
|
1196 |
+
$email_id = "gal@premio.io, karina@premio.io";
|
1197 |
$status = wp_mail($email_id, $subject, $message, $headers);
|
1198 |
if ($status) {
|
1199 |
$response['status'] = 1;
|
1282 |
</table>
|
1283 |
<?php
|
1284 |
$content = ob_get_clean();
|
1285 |
+
$email_id = "gal@premio.io, karina@premio.io";
|
1286 |
wp_mail($email_id, $subject, $content, $headers);
|
1287 |
$response['status'] = 1;
|
1288 |
}
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.
|
6 |
-
Stable tag: 2.5.
|
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.
|
@@ -159,6 +159,9 @@ A live demo for the Folders plugin is available at <a href="https://demo.premio.
|
|
159 |
|
160 |
== Changelog ==
|
161 |
|
|
|
|
|
|
|
162 |
= 2.5.1 =
|
163 |
Sort your folders based on name and creation date. We've also added some usability improvements, fixed some WPML and Polylang issue, and fixed some bugs
|
164 |
|
2 |
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.5
|
6 |
+
Stable tag: 2.5.2
|
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.
|
159 |
|
160 |
== Changelog ==
|
161 |
|
162 |
+
= 2.5.2 =
|
163 |
+
WP 5.5
|
164 |
+
|
165 |
= 2.5.1 =
|
166 |
Sort your folders based on name and creation date. We've also added some usability improvements, fixed some WPML and Polylang issue, and fixed some bugs
|
167 |
|