Changeset 3199997
- Timestamp:
- 11/30/2024 05:07:35 PM (16 months ago)
- Location:
- clone-posts
- Files:
-
- 22 added
- 2 deleted
- 3 edited
-
tags/2.1.2 (added)
-
tags/2.1.2/LICENSE.txt (added)
-
tags/2.1.2/README.txt (added)
-
tags/2.1.2/admin (added)
-
tags/2.1.2/admin/class-clone-posts-admin.php (added)
-
tags/2.1.2/admin/css (added)
-
tags/2.1.2/admin/css/clone-posts-admin.css (added)
-
tags/2.1.2/admin/index.php (added)
-
tags/2.1.2/admin/partials (added)
-
tags/2.1.2/admin/partials/clone-posts-admin-display.php (added)
-
tags/2.1.2/clone-posts.php (added)
-
tags/2.1.2/includes (added)
-
tags/2.1.2/includes/class-clone-posts-activator.php (added)
-
tags/2.1.2/includes/class-clone-posts-deactivator.php (added)
-
tags/2.1.2/includes/class-clone-posts-i18n.php (added)
-
tags/2.1.2/includes/class-clone-posts-loader.php (added)
-
tags/2.1.2/includes/class-clone-posts.php (added)
-
tags/2.1.2/includes/index.php (added)
-
tags/2.1.2/index.php (added)
-
tags/2.1.2/languages (added)
-
tags/2.1.2/languages/clone-posts.pot (added)
-
tags/2.1.2/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/js (deleted)
-
trunk/clone-posts.php (modified) (2 diffs)
-
trunk/includes/class-clone-posts.php (modified) (1 diff)
-
trunk/public (deleted)
Legend:
- Unmodified
- Added
- Removed
-
clone-posts/trunk/README.txt
r3020135 r3199997 4 4 Tags: clone posts, clone pages, clone post, clone page, clone, page cloning, post cloning, posts cloning, pages cloning, page copy, page copy paste, post copy, posts copy paste, copy pages, copy posts, copy and paste posts, copy and paste pages, clone, cloning, copy and paste 5 5 Requires at least: 5.3.0 6 Tested up to: 6. 4.26 Tested up to: 6.7.1 7 7 Requires PHP: 7.2 8 Stable tag: 2.1. 18 Stable tag: 2.1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 == Changelog == 59 59 60 = 2.1.2 = 61 * Ensure compatibility with WP 6.7.x 62 60 63 = 2.1.1 = 61 64 * Settings Page Styling Update -
clone-posts/trunk/clone-posts.php
r3020135 r3199997 14 14 * Plugin URI: http://wordpress.org/extend/plugins/clone-posts/ 15 15 * Description: Easily clone (duplicate) Posts, Pages and Custom Post Types, including their custom fields (post_meta). 16 * Version: 2.1. 116 * Version: 2.1.2 17 17 * Requires at least: 5.3.0 18 * Tested up to: 6. 4.218 * Tested up to: 6.7.1 19 19 * Requires PHP: 7.2 20 20 * Author: George Pattichis … … 51 51 * Current plugin version. 52 52 */ 53 define( 'CLONE_POSTS_VERSION', '2.1. 1' );53 define( 'CLONE_POSTS_VERSION', '2.1.2' ); 54 54 55 55 /** -
clone-posts/trunk/includes/class-clone-posts.php
r3020135 r3199997 67 67 $this->version = CLONE_POSTS_VERSION; 68 68 } else { 69 $this->version = '2.1. 1';69 $this->version = '2.1.2'; 70 70 } 71 71 $this->plugin_name = 'clone-posts';
Note: See TracChangeset
for help on using the changeset viewer.