Plugin Directory

Changeset 2757843


Ignore:
Timestamp:
07/18/2022 10:51:29 AM (3 years ago)
Author:
mndpsingh287
Message:

v 4.4.9

Location:
duplicate-page/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • duplicate-page/trunk/duplicatepage.php

    r2669545 r2757843  
    55Description: Duplicate Posts, Pages and Custom Posts using single click.
    66Author: mndpsingh287
    7 Version: 4.4.8
     7Version: 4.4.9
    88Author URI: https://profiles.wordpress.org/mndpsingh287/
    99License: GPLv2
     
    1414}
    1515if (!defined('DUPLICATE_PAGE_PLUGIN_VERSION')) {
    16     define('DUPLICATE_PAGE_PLUGIN_VERSION', '4.4.8');
     16    define('DUPLICATE_PAGE_PLUGIN_VERSION', '4.4.9');
    1717}
    1818if (!class_exists('duplicate_page')):
     
    216216                        $sql_query.= implode(" UNION ALL ", $sql_query_sel);
    217217                        $wpdb->query($sql_query);
    218                     }
     218                    }
     219                    if(is_plugin_active( 'elementor/elementor.php' )){
     220                        $css = Elementor\Core\Files\CSS\Post::create( $new_post_id );
     221                        $css->update();
     222                        }
    219223                /*
    220224                * finally, redirecting to your choice
  • duplicate-page/trunk/readme.txt

    r2669545 r2757843  
    33Tags: Page Duplicate, Post duplicate, duplicate custom posts, duplicate page, duplicate post, duplicate ,custom posts, post, page, duplicate this, duplicate, content duplicate, duplicate content, data duplicate, duplicate data, copy page, clone page,wordpress page duplicate, wordpress post duplicate, Copy post, wordpress page duplicator, wordpress post duplicator, Cloner, duplicate post
    44Requires at least: 3.4
    5 Tested up to: 5.9
    6 Stable tag: 4.4.8
     5Tested up to: 6.0.1
     6Stable tag: 4.4.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858== Changelog ==
    5959
     60= 4.4.9(15th Jul, 2022)
     61
     62* Checked compatibility with wordpress v6.0.1
     63
    6064= 4.4.8(27th Jan, 2022)
    6165
Note: See TracChangeset for help on using the changeset viewer.