Changeset 3319548
- Timestamp:
- 06/29/2025 07:48:49 PM (9 months ago)
- Location:
- clone-posts
- Files:
-
- 22 added
- 6 edited
-
tags/2.1.3 (added)
-
tags/2.1.3/LICENSE.txt (added)
-
tags/2.1.3/README.txt (added)
-
tags/2.1.3/admin (added)
-
tags/2.1.3/admin/class-clone-posts-admin.php (added)
-
tags/2.1.3/admin/css (added)
-
tags/2.1.3/admin/css/clone-posts-admin.css (added)
-
tags/2.1.3/admin/index.php (added)
-
tags/2.1.3/admin/partials (added)
-
tags/2.1.3/admin/partials/clone-posts-admin-display.php (added)
-
tags/2.1.3/clone-posts.php (added)
-
tags/2.1.3/includes (added)
-
tags/2.1.3/includes/class-clone-posts-activator.php (added)
-
tags/2.1.3/includes/class-clone-posts-deactivator.php (added)
-
tags/2.1.3/includes/class-clone-posts-i18n.php (added)
-
tags/2.1.3/includes/class-clone-posts-loader.php (added)
-
tags/2.1.3/includes/class-clone-posts.php (added)
-
tags/2.1.3/includes/index.php (added)
-
tags/2.1.3/index.php (added)
-
tags/2.1.3/languages (added)
-
tags/2.1.3/languages/clone-posts.pot (added)
-
tags/2.1.3/uninstall.php (added)
-
trunk/README.txt (modified) (5 diffs)
-
trunk/admin/class-clone-posts-admin.php (modified) (1 diff)
-
trunk/admin/css/clone-posts-admin.css (modified) (1 diff)
-
trunk/clone-posts.php (modified) (2 diffs)
-
trunk/includes/class-clone-posts.php (modified) (3 diffs)
-
trunk/includes/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clone-posts/trunk/README.txt
r3199997 r3319548 2 2 Contributors: pattihis 3 3 Donate link: https://profiles.wordpress.org/pattihis/ 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 paste4 Tags: clone posts, clone pages, duplicate posts, copy posts, post cloning 5 5 Requires at least: 5.3.0 6 Tested up to: 6. 7.16 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 2.1. 28 Stable tag: 2.1.3 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.3 = 61 * Ensure compatibility with WP 6.8 62 * Reduced tags to the 5 most useful and relevant ones 63 * Ensured full WordPress coding standards compliance (PHPCS) 64 60 65 = 2.1.2 = 61 * Ensure compatibility with WP 6.7 .x66 * Ensure compatibility with WP 6.7 62 67 63 68 = 2.1.1 = … … 66 71 67 72 = 2.1.0 = 68 * Ensure compatibility with WP 6.4 .x73 * Ensure compatibility with WP 6.4 69 74 * Settings Page Styling Update 70 75 * Translations Update … … 72 77 73 78 = 2.0.4 = 74 * Ensure compatibility with WP 6.1 .x79 * Ensure compatibility with WP 6.1 75 80 * Maybe Unserialize Meta Values - Thanks @bradvin 76 81 77 82 = 2.0.3 = 78 * Ensure compatibility with WP 6.0 .x83 * Ensure compatibility with WP 6.0 79 84 * Remove jQuery and any dependencies 80 85 * Add translation template … … 89 94 90 95 = 2.0.0 = 91 * Major update - compatible with WP 5.7 .x96 * Major update - compatible with WP 5.7 92 97 * Feature: Compatible with Custom Post Types 93 98 * Feature: Copy custom fields (post-metadata) -
clone-posts/trunk/admin/class-clone-posts-admin.php
r3020135 r3319548 315 315 } 316 316 317 $cloned++;317 ++$cloned; 318 318 } 319 319 -
clone-posts/trunk/admin/css/clone-posts-admin.css
r3020135 r3319548 1 1 .clone-posts_header { 2 background: white;3 border-radius: 8px;4 padding: 10px;5 max-width: 550px;6 margin: 16px 0;2 background: white; 3 border-radius: 8px; 4 padding: 10px; 5 max-width: 550px; 6 margin: 16px 0; 7 7 } 8 8 .clone-posts_header h1 { 9 display: flex;10 align-items: center;9 display: flex; 10 align-items: center; 11 11 } 12 12 13 13 .clone-posts_wrap { 14 background: #ffffff;15 border-radius: 8px;16 padding: 0 16px;17 max-width: 540px;14 background: #ffffff; 15 border-radius: 8px; 16 padding: 0 16px; 17 max-width: 540px; 18 18 } 19 19 20 20 .clone-posts.dashicons-admin-page { 21 width: 26px;22 height: 26px;21 width: 26px; 22 height: 26px; 23 23 } 24 24 25 25 .clone-posts.dashicons-admin-page::before { 26 font-size: 26px;26 font-size: 26px; 27 27 } -
clone-posts/trunk/clone-posts.php
r3199997 r3319548 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. 216 * Version: 2.1.3 17 17 * Requires at least: 5.3.0 18 * Tested up to: 6. 7.118 * Tested up to: 6.8 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. 2' );53 define( 'CLONE_POSTS_VERSION', '2.1.3' ); 54 54 55 55 /** -
clone-posts/trunk/includes/class-clone-posts.php
r3199997 r3319548 67 67 $this->version = CLONE_POSTS_VERSION; 68 68 } else { 69 $this->version = '2.1. 2';69 $this->version = '2.1.3'; 70 70 } 71 71 $this->plugin_name = 'clone-posts'; … … 97 97 * core plugin. 98 98 */ 99 require_once plugin_dir_path( dirname( __FILE__ )) . 'includes/class-clone-posts-loader.php';99 require_once plugin_dir_path( __DIR__ ) . 'includes/class-clone-posts-loader.php'; 100 100 101 101 /** … … 103 103 * of the plugin. 104 104 */ 105 require_once plugin_dir_path( dirname( __FILE__ )) . 'includes/class-clone-posts-i18n.php';105 require_once plugin_dir_path( __DIR__ ) . 'includes/class-clone-posts-i18n.php'; 106 106 107 107 /** 108 108 * The class responsible for defining all actions that occur in the admin area. 109 109 */ 110 require_once plugin_dir_path( dirname( __FILE__ )) . 'admin/class-clone-posts-admin.php';110 require_once plugin_dir_path( __DIR__ ) . 'admin/class-clone-posts-admin.php'; 111 111 112 112 $this->loader = new Clone_Posts_Loader(); -
clone-posts/trunk/includes/index.php
r2540915 r3319548 1 <?php // Silence is golden 1 <?php 2 /** 3 * Silence is golden. 4 */
Note: See TracChangeset
for help on using the changeset viewer.