Plugin Directory

Changeset 3005651

Timestamp:
12/05/2023 12:28:37 PM (8 months ago)
Author:
everestthemes
Message:

version 2.2.3 updated

Location:
everest-backup
Files:
363 added
7 edited

Legend:

Unmodified
Added
Removed
  • everest-backup/trunk/changelog.txt

    r3001767 r3005651  
    11== Changelog ==
     2
     3
     4
     5
    26
    37= v2.2.2 =
  • everest-backup/trunk/everest-backup.php

    r3001767 r3005651  
    66 * Author: everestthemes
    77 * Author URI: https://everestthemes.com/
    8  * Version: 2.2.2
     8 * Version: 2.2.
    99 * Text Domain: everest-backup
    1010 * License: GPLv3 or later
  • everest-backup/trunk/inc/core/import/class-extraction.php

    r3001767 r3005651  
    3232
    3333        if ( ! is_file( $filepath ) ) {
     34
     35
     36
     37
    3438            return;
    3539        }
  • everest-backup/trunk/inc/functions.php

    r2987207 r3005651  
    234234    if ( ! $id ) {
    235235        $proc_lock = Proc_Lock::get();
    236         $id = ! empty( $proc_lock['request_id'] ) ? sanitize_text_field( $proc_lock['request_id'] ) : uniqid();
     236        $id = ! empty( $proc_lock['request_id'] ) ? sanitize_text_field( $proc_lock['request_id'] ) : );
    237237    }
    238238
  • everest-backup/trunk/languages/everest-backup.pot

    r3001767 r3005651  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2023-11-25 16:57+0000\n"
     9"POT-Creation-Date: 2023-1+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     
    10391039msgstr ""
    10401040
    1041 #: ../inc/core/import/class-extraction.php:45
     1041#: ../inc/core/import/class-extraction.php:4
    10421042msgid "Archive file path missing from metadata. Aborting restore."
    10431043msgstr ""
    10441044
    1045 #: ../inc/core/import/class-extraction.php:48
     1045#: ../inc/core/import/class-extraction.php:
    10461046msgid "Restoring files"
    10471047msgstr ""
    10481048
    1049 #: ../inc/core/import/class-extraction.php:152
     1049#: ../inc/core/import/class-extraction.php:15
    10501050msgid "Restoring files [ %1$s ] : %2$d%% completed"
    10511051msgstr ""
    10521052
    1053 #: ../inc/core/import/class-extraction.php:156
     1053#: ../inc/core/import/class-extraction.php:1
    10541054msgid "Restored: %1$s out of %2$s"
    10551055msgstr ""
    10561056
    1057 #: ../inc/core/import/class-extraction.php:194
     1057#: ../inc/core/import/class-extraction.php:19
    10581058msgid "Restored %1$d files. Time taken: %2$s"
    10591059msgstr ""
    10601060
    1061 #: ../inc/core/import/class-extraction.php:198
     1061#: ../inc/core/import/class-extraction.php:
    10621062msgid "Removing uploaded archive file"
    10631063msgstr ""
    10641064
    1065 #: ../inc/core/import/class-extraction.php:198
     1065#: ../inc/core/import/class-extraction.php:
    10661066msgid "Keeping uploaded archive file."
    10671067msgstr ""
  • everest-backup/trunk/readme.txt

    r3001767 r3005651  
    66Tested up to: 6.4
    77Requires PHP: 7.4
    8 Stable tag: 2.2.2
     8Stable tag: 2.2.
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • everest-backup/trunk/vendor/composer/installed.php

    r3001767 r3005651  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '2dd6a91ec30feb3291ba8a73a32bdd73135a45ac',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '2dd6a91ec30feb3291ba8a73a32bdd73135a45ac',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.