Plugin Directory

Changeset 3027556

Timestamp:
01/27/2024 03:11:05 AM (6 months ago)
Author:
dlocc
Message:

Update to version 2.0.6 from GitHub

Location:
wp-rollback
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-rollback/tags/2.0.6/languages/wp-rollback.pot

    r3017950 r3027556  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Rollback 2.0.5\n"
     5"Project-Id-Version: WP Rollback 2.0.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-rollback\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-06T00:22:10+00:00\n"
     12"POT-Creation-Date: 2024-01-+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • wp-rollback/tags/2.0.6/readme.txt

    r3017950 r3027556  
    22Contributors: dlocc, drrobotnik, webdevmattcrom, givewp
    33Tags: rollback, revert, downgrade, version, plugins, themes, version, versions, backup, backups, revision, revisions
    4 Requires at least: 4.8
     4Requires at least:
    55Donate Link: https://givewp.com/
    66Tested up to: 6.5
    77Requires PHP: 7.4
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    107107== Changelog ==
    108108
     109
     110
     111
    109112= 2.0.5 =
    110113* New: In this version we've brought back the "trunk" option to rollback to. This allows plugin or theme developers who use trunk for beta testing to rollback to the latest trunk version. Thanks, @megamenu for suggesting this be brought back.
  • wp-rollback/tags/2.0.6/wp-rollback.php

    r3017950 r3027556  
    66 * Author: WP Rollback
    77 * Author URI: https://wprollback.com/
    8  * Version: 2.0.5
     8 * Version: 2.0.
    99 * Text Domain: wp-rollback
    1010 * Domain Path: /languages
     
    108108
    109109                    // TODO: Create separate includes method.
    110                     include_once WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-multisite-compatibility.php';
     110                    include_once WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-multisite-compatibility.php';
    111111
    112112                    self::$instance->hooks();
     
    224224            // Theme's listing page JS
    225225            if ( 'themes.php' === $hook && !is_multisite() ) {
    226                 $theme_script_asset = require WP_ROLLBACK_PLUGIN_DIR . '/build/themes.asset.php';
     226                $theme_script_asset = require WP_ROLLBACK_PLUGIN_DIR . 'build/themes.asset.php';
    227227
    228228                wp_enqueue_script(
     
    253253            }
    254254
    255             $script_asset = require WP_ROLLBACK_PLUGIN_DIR . '/build/admin.asset.php';
     255            $script_asset = require WP_ROLLBACK_PLUGIN_DIR . 'build/admin.asset.php';
    256256
    257257            wp_enqueue_script( 'updates' );
     
    289289                plugins_url( 'build/admin.css', WP_ROLLBACK_PLUGIN_FILE ),
    290290                [ 'wp-components' ],
    291                 filemtime( WP_ROLLBACK_PLUGIN_DIR . '/build/admin.css' )
     291                filemtime( WP_ROLLBACK_PLUGIN_DIR . 'build/admin.css' )
    292292            );
    293293        }
     
    326326
    327327        public function register_rest_route() {
    328             include WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-api-requests.php';
     328            include WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-api-requests.php';
    329329
    330330            register_rest_route( 'wp-rollback/v1', '/fetch-info/', [
     
    379379            if ( ! empty( $args['plugin_version'] ) ) {
    380380                // Plugin: rolling back.
    381                 include WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-plugin-upgrader.php';
    382                 include WP_ROLLBACK_PLUGIN_DIR . '/src/rollback-action.php';
     381                include WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-plugin-upgrader.php';
     382                include WP_ROLLBACK_PLUGIN_DIR . 'src/rollback-action.php';
    383383            } elseif ( ! empty( $args['theme_version'] ) ) {
    384384                // Theme: rolling back.
    385                 include WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-theme-upgrader.php';
    386                 include WP_ROLLBACK_PLUGIN_DIR . '/src/rollback-action.php';
     385                include WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-theme-upgrader.php';
     386                include WP_ROLLBACK_PLUGIN_DIR . 'src/rollback-action.php';
    387387            } else {
    388388                // Rollback main screen.
  • wp-rollback/trunk/languages/wp-rollback.pot

    r3017950 r3027556  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Rollback 2.0.5\n"
     5"Project-Id-Version: WP Rollback 2.0.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-rollback\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-01-06T00:22:10+00:00\n"
     12"POT-Creation-Date: 2024-01-+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • wp-rollback/trunk/readme.txt

    r3017950 r3027556  
    22Contributors: dlocc, drrobotnik, webdevmattcrom, givewp
    33Tags: rollback, revert, downgrade, version, plugins, themes, version, versions, backup, backups, revision, revisions
    4 Requires at least: 4.8
     4Requires at least:
    55Donate Link: https://givewp.com/
    66Tested up to: 6.5
    77Requires PHP: 7.4
    8 Stable tag: 2.0.5
     8Stable tag: 2.0.
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    107107== Changelog ==
    108108
     109
     110
     111
    109112= 2.0.5 =
    110113* New: In this version we've brought back the "trunk" option to rollback to. This allows plugin or theme developers who use trunk for beta testing to rollback to the latest trunk version. Thanks, @megamenu for suggesting this be brought back.
  • wp-rollback/trunk/wp-rollback.php

    r3017950 r3027556  
    66 * Author: WP Rollback
    77 * Author URI: https://wprollback.com/
    8  * Version: 2.0.5
     8 * Version: 2.0.
    99 * Text Domain: wp-rollback
    1010 * Domain Path: /languages
     
    108108
    109109                    // TODO: Create separate includes method.
    110                     include_once WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-multisite-compatibility.php';
     110                    include_once WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-multisite-compatibility.php';
    111111
    112112                    self::$instance->hooks();
     
    224224            // Theme's listing page JS
    225225            if ( 'themes.php' === $hook && !is_multisite() ) {
    226                 $theme_script_asset = require WP_ROLLBACK_PLUGIN_DIR . '/build/themes.asset.php';
     226                $theme_script_asset = require WP_ROLLBACK_PLUGIN_DIR . 'build/themes.asset.php';
    227227
    228228                wp_enqueue_script(
     
    253253            }
    254254
    255             $script_asset = require WP_ROLLBACK_PLUGIN_DIR . '/build/admin.asset.php';
     255            $script_asset = require WP_ROLLBACK_PLUGIN_DIR . 'build/admin.asset.php';
    256256
    257257            wp_enqueue_script( 'updates' );
     
    289289                plugins_url( 'build/admin.css', WP_ROLLBACK_PLUGIN_FILE ),
    290290                [ 'wp-components' ],
    291                 filemtime( WP_ROLLBACK_PLUGIN_DIR . '/build/admin.css' )
     291                filemtime( WP_ROLLBACK_PLUGIN_DIR . 'build/admin.css' )
    292292            );
    293293        }
     
    326326
    327327        public function register_rest_route() {
    328             include WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-api-requests.php';
     328            include WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-api-requests.php';
    329329
    330330            register_rest_route( 'wp-rollback/v1', '/fetch-info/', [
     
    379379            if ( ! empty( $args['plugin_version'] ) ) {
    380380                // Plugin: rolling back.
    381                 include WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-plugin-upgrader.php';
    382                 include WP_ROLLBACK_PLUGIN_DIR . '/src/rollback-action.php';
     381                include WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-plugin-upgrader.php';
     382                include WP_ROLLBACK_PLUGIN_DIR . 'src/rollback-action.php';
    383383            } elseif ( ! empty( $args['theme_version'] ) ) {
    384384                // Theme: rolling back.
    385                 include WP_ROLLBACK_PLUGIN_DIR . '/src/class-rollback-theme-upgrader.php';
    386                 include WP_ROLLBACK_PLUGIN_DIR . '/src/rollback-action.php';
     385                include WP_ROLLBACK_PLUGIN_DIR . 'src/class-rollback-theme-upgrader.php';
     386                include WP_ROLLBACK_PLUGIN_DIR . 'src/rollback-action.php';
    387387            } else {
    388388                // Rollback main screen.
Note: See TracChangeset for help on using the changeset viewer.