Plugin Directory

Changeset 3199997


Ignore:
Timestamp:
11/30/2024 05:07:35 PM (16 months ago)
Author:
pattihis
Message:

Version 2.1.2

Location:
clone-posts
Files:
22 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • clone-posts/trunk/README.txt

    r3020135 r3199997  
    44Tags: 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
    55Requires at least: 5.3.0
    6 Tested up to: 6.4.2
     6Tested up to: 6.7.1
    77Requires PHP: 7.2
    8 Stable tag: 2.1.1
     8Stable tag: 2.1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858== Changelog ==
    5959
     60= 2.1.2 =
     61* Ensure compatibility with WP 6.7.x
     62
    6063= 2.1.1 =
    6164* Settings Page Styling Update
  • clone-posts/trunk/clone-posts.php

    r3020135 r3199997  
    1414 * Plugin URI:        http://wordpress.org/extend/plugins/clone-posts/
    1515 * Description:       Easily clone (duplicate) Posts, Pages and Custom Post Types, including their custom fields (post_meta).
    16  * Version:           2.1.1
     16 * Version:           2.1.2
    1717 * Requires at least: 5.3.0
    18  * Tested up to:      6.4.2
     18 * Tested up to:      6.7.1
    1919 * Requires PHP:      7.2
    2020 * Author:            George Pattichis
     
    5151 * Current plugin version.
    5252 */
    53 define( 'CLONE_POSTS_VERSION', '2.1.1' );
     53define( 'CLONE_POSTS_VERSION', '2.1.2' );
    5454
    5555/**
  • clone-posts/trunk/includes/class-clone-posts.php

    r3020135 r3199997  
    6767            $this->version = CLONE_POSTS_VERSION;
    6868        } else {
    69             $this->version = '2.1.1';
     69            $this->version = '2.1.2';
    7070        }
    7171        $this->plugin_name = 'clone-posts';
Note: See TracChangeset for help on using the changeset viewer.