Version Description
PHP 5.4 (Strict Standards) compatible + Fixed possible XSS and SQL injections + other bugs
Download this release
Release Info
Developer | lopo |
Plugin | Duplicate Post |
Version | 2.6 |
Comparing to | |
See all releases |
Code changes from version 2.5 to 2.6
- duplicate-post.php +2 -2
- readme.txt +8 -4
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- screenshot-3.jpg +0 -0
- screenshot-4.jpg +0 -0
- screenshot-5.jpg +0 -0
duplicate-post.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Duplicate Post
|
4 |
Plugin URI: http://lopo.it/duplicate-post-plugin/
|
5 |
Description: Clone posts and pages.
|
6 |
-
Version: 2.
|
7 |
Author: Enrico Battocchi
|
8 |
Author URI: http://lopo.it
|
9 |
Text Domain: duplicate-post
|
@@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
30 |
define('DUPLICATE_POST_I18N_DOMAIN', 'duplicate-post');
|
31 |
|
32 |
// Version of the plugin
|
33 |
-
define('DUPLICATE_POST_CURRENT_VERSION', '2.
|
34 |
|
35 |
/**
|
36 |
* Initialise the internationalisation domain
|
3 |
Plugin Name: Duplicate Post
|
4 |
Plugin URI: http://lopo.it/duplicate-post-plugin/
|
5 |
Description: Clone posts and pages.
|
6 |
+
Version: 2.6
|
7 |
Author: Enrico Battocchi
|
8 |
Author URI: http://lopo.it
|
9 |
Text Domain: duplicate-post
|
30 |
define('DUPLICATE_POST_I18N_DOMAIN', 'duplicate-post');
|
31 |
|
32 |
// Version of the plugin
|
33 |
+
define('DUPLICATE_POST_CURRENT_VERSION', '2.6' );
|
34 |
|
35 |
/**
|
36 |
* Initialise the internationalisation domain
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: lopo
|
|
3 |
Donate link: http://lopo.it/duplicate-post-plugin/
|
4 |
Tags: duplicate post, copy, clone
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -60,6 +60,10 @@ Use WordPress' Add New Plugin feature, searching "Duplicate Post", or download t
|
|
60 |
|
61 |
== Frequently Asked Questions ==
|
62 |
|
|
|
|
|
|
|
|
|
63 |
= The plugin doesn't work, why? =
|
64 |
|
65 |
First, check your version of WordPress: the plugin is not supposed to work on old versions anymore. Make sure also to upgrade to the last version of the plugin!
|
@@ -86,7 +90,7 @@ There is an open ticket in WordPress Trac, as other plugin developers too are in
|
|
86 |
|
87 |
== Upgrade Notice ==
|
88 |
|
89 |
-
= 2.
|
90 |
PHP 5.4 (Strict Standards) compatible + Fixed possible XSS and SQL injections + other bugs
|
91 |
|
92 |
= 2.4.1 =
|
@@ -124,7 +128,7 @@ New features and customization, WP 3.0 compatibility: you should upgrade if you
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
-
= 2.
|
128 |
* PHP 5.4 (Strict Standards) compatible
|
129 |
* Fixed possible XSS and SQL injections
|
130 |
* other bugs
|
3 |
Donate link: http://lopo.it/duplicate-post-plugin/
|
4 |
Tags: duplicate post, copy, clone
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 2.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
60 |
|
61 |
== Frequently Asked Questions ==
|
62 |
|
63 |
+
= How to stop copying featured images? =
|
64 |
+
|
65 |
+
Add `_thumbnail_id` to "Do not copy these fields" in the Settings page.
|
66 |
+
|
67 |
= The plugin doesn't work, why? =
|
68 |
|
69 |
First, check your version of WordPress: the plugin is not supposed to work on old versions anymore. Make sure also to upgrade to the last version of the plugin!
|
90 |
|
91 |
== Upgrade Notice ==
|
92 |
|
93 |
+
= 2.6 =
|
94 |
PHP 5.4 (Strict Standards) compatible + Fixed possible XSS and SQL injections + other bugs
|
95 |
|
96 |
= 2.4.1 =
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 2.6 =
|
132 |
* PHP 5.4 (Strict Standards) compatible
|
133 |
* Fixed possible XSS and SQL injections
|
134 |
* other bugs
|
screenshot-1.jpg
DELETED
Binary file
|
screenshot-2.jpg
DELETED
Binary file
|
screenshot-3.jpg
DELETED
Binary file
|
screenshot-4.jpg
DELETED
Binary file
|
screenshot-5.jpg
DELETED
Binary file
|