Plugin Directory

Changeset 3041901


Ignore:
Timestamp:
02/27/2024 12:31:27 PM (2 years ago)
Author:
wpriders
Message:

tagging beta version

Location:
create-pages-on-multisite
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • create-pages-on-multisite/tags/1.0.1/readme.txt

    r1376292 r3041901  
    44Requires at least: 3.8.8
    55Tested up to: 3.8.8
    6 Stable tag: trunk
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • create-pages-on-multisite/tags/1.0.2-beta/readme.txt

    r1376292 r3041901  
    33Tags: multi site, multisite, multi-site, add pages, create pages, batch create page
    44Requires at least: 3.8.8
    5 Tested up to: 3.8.8
    6 Stable tag: trunk
     5Tested up to: 3.9.40
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • create-pages-on-multisite/tags/1.0.2-beta/wpriders-page-on-all.php

    r1376292 r3041901  
    44 * Plugin URI: http://www.wpriders.com
    55 * Description: This plugin creates a new page an all multisite sites. If the Page exists, it will be updated with the new info (title/content). Optionally, you can set the new page as Blog/Homepage
    6  * Version: 1.0.1
     6 * Version: 1.0.2-beta
    77 * Author: Mihai Irodiu from WPRiders
    88 * Author URI: http://www.wpriders.com
     
    8484                }
    8585                update_post_meta( $post_id, '_wp_page_template', $get_template );
     86                update_post_meta( $post_id, '_multisite_created_plugin', '1' );
    8687                wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been created with sucess' );
    8788            } else {
     
    109110                }
    110111                update_post_meta( $post_id, '_wp_page_template', $get_template );
     112                update_post_meta( $post_id, '_multisite_created_plugin', '1' );
    111113                wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been updated with sucess' );
    112114            } else {
  • create-pages-on-multisite/trunk/readme.txt

    r1376292 r3041901  
    33Tags: multi site, multisite, multi-site, add pages, create pages, batch create page
    44Requires at least: 3.8.8
    5 Tested up to: 3.8.8
    6 Stable tag: trunk
     5Tested up to: 3.9.40
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • create-pages-on-multisite/trunk/wpriders-page-on-all.php

    r1376292 r3041901  
    44 * Plugin URI: http://www.wpriders.com
    55 * Description: This plugin creates a new page an all multisite sites. If the Page exists, it will be updated with the new info (title/content). Optionally, you can set the new page as Blog/Homepage
    6  * Version: 1.0.1
     6 * Version: 1.0.2-beta
    77 * Author: Mihai Irodiu from WPRiders
    88 * Author URI: http://www.wpriders.com
     
    8484                }
    8585                update_post_meta( $post_id, '_wp_page_template', $get_template );
     86                update_post_meta( $post_id, '_multisite_created_plugin', '1' );
    8687                wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been created with sucess' );
    8788            } else {
     
    109110                }
    110111                update_post_meta( $post_id, '_wp_page_template', $get_template );
     112                update_post_meta( $post_id, '_multisite_created_plugin', '1' );
    111113                wp_send_json_success( 'For Blog ID ' . $blog_id . ' The page has been updated with sucess' );
    112114            } else {
Note: See TracChangeset for help on using the changeset viewer.