Changeset 3271272
- Timestamp:
- 04/11/2025 10:19:41 PM (10 months ago)
- Location:
- backwpup
- Files:
-
- 12 edited
- 1 copied
-
tags/5.1.1 (copied) (copied from backwpup/trunk)
-
tags/5.1.1/backwpup.php (modified) (1 diff)
-
tags/5.1.1/changelog.txt (modified) (1 diff)
-
tags/5.1.1/inc/class-migrate.php (modified) (1 diff)
-
tags/5.1.1/languages/backwpup.pot (modified) (1 diff)
-
tags/5.1.1/readme.txt (modified) (3 diffs)
-
tags/5.1.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/backwpup.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/inc/class-migrate.php (modified) (1 diff)
-
trunk/languages/backwpup.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
backwpup/tags/5.1.1/backwpup.php
r3267954 r3271272 6 6 * Author: BackWPup – WordPress Backup & Restore Plugin 7 7 * Author URI: https://backwpup.com 8 * Version: 5.1. 08 * Version: 5.1.1 9 9 * Requires at least: 4.9 10 10 * Requires PHP: 7.4 -
backwpup/tags/5.1.1/changelog.txt
r3267954 r3271272 1 1 == Changelog == 2 = 5.1.1 = 3 Release date: April 11,2025 4 5 * Fixed: Backups created before v5 are no longer deactivated when updating the plugin. 6 2 7 = 5.1.0 = 3 8 Release date: April 07,2025 -
backwpup/tags/5.1.1/inc/class-migrate.php
r3267954 r3271272 279 279 } else { 280 280 BackWPup_Option::update( $id, 'legacy', true ); 281 BackWPup_Job::disable_job( $id );282 281 } 283 282 } -
backwpup/tags/5.1.1/languages/backwpup.pot
r3267954 r3271272 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-04- 07 14:02+0000\n"9 "POT-Creation-Date: 2025-04-11 22:09+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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" -
backwpup/tags/5.1.1/readme.txt
r3271262 r3271272 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 7.4 8 Stable tag: 5. 0.98 Stable tag: 5.1.1 9 9 License: GPLv2+ 10 10 … … 15 15 == Description == 16 16 17 [BackWPup](https://backwpup.com/) is the most comprehensive backup & restore plugin for WordPress. 18 17 [BackWPup](https://backwpup.com/) is the most comprehensive backup & restore plugin for WordPress. 19 18 20 19 … … 191 190 192 191 193 == Changelog == 192 == Changelog == 193 = 5.1.1 = 194 * Fixed: Backups created before v5 are no longer deactivated when updating the plugin 195 194 196 = 5.1.0 = 195 197 Release date: April 07,2025 -
backwpup/tags/5.1.1/vendor/composer/installed.php
r3267954 r3271272 2 2 'root' => array( 3 3 'name' => 'inpsyde/backwpup-pro', 4 'pretty_version' => '5.1. 0',5 'version' => '5.1. 0.0',6 'reference' => ' 26cb8d687eccd64f671c72780cbf0a993fb15c0d',4 'pretty_version' => '5.1.1', 5 'version' => '5.1.1.0', 6 'reference' => '996f68439babd838ba1336d318a986e43b77cf22', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 225 225 ), 226 226 'inpsyde/backwpup-pro' => array( 227 'pretty_version' => '5.1. 0',228 'version' => '5.1. 0.0',229 'reference' => ' 26cb8d687eccd64f671c72780cbf0a993fb15c0d',227 'pretty_version' => '5.1.1', 228 'version' => '5.1.1.0', 229 'reference' => '996f68439babd838ba1336d318a986e43b77cf22', 230 230 'type' => 'wordpress-plugin', 231 231 'install_path' => __DIR__ . '/../../', -
backwpup/trunk/backwpup.php
r3267954 r3271272 6 6 * Author: BackWPup – WordPress Backup & Restore Plugin 7 7 * Author URI: https://backwpup.com 8 * Version: 5.1. 08 * Version: 5.1.1 9 9 * Requires at least: 4.9 10 10 * Requires PHP: 7.4 -
backwpup/trunk/changelog.txt
r3267954 r3271272 1 1 == Changelog == 2 = 5.1.1 = 3 Release date: April 11,2025 4 5 * Fixed: Backups created before v5 are no longer deactivated when updating the plugin. 6 2 7 = 5.1.0 = 3 8 Release date: April 07,2025 -
backwpup/trunk/inc/class-migrate.php
r3267954 r3271272 279 279 } else { 280 280 BackWPup_Option::update( $id, 'legacy', true ); 281 BackWPup_Job::disable_job( $id );282 281 } 283 282 } -
backwpup/trunk/languages/backwpup.pot
r3267954 r3271272 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2025-04- 07 14:02+0000\n"9 "POT-Creation-Date: 2025-04-11 22:09+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "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" -
backwpup/trunk/readme.txt
r3271262 r3271272 6 6 Tested up to: 6.7.1 7 7 Requires PHP: 7.4 8 Stable tag: 5. 0.98 Stable tag: 5.1.1 9 9 License: GPLv2+ 10 10 … … 15 15 == Description == 16 16 17 [BackWPup](https://backwpup.com/) is the most comprehensive backup & restore plugin for WordPress. 18 17 [BackWPup](https://backwpup.com/) is the most comprehensive backup & restore plugin for WordPress. 19 18 20 19 … … 191 190 192 191 193 == Changelog == 192 == Changelog == 193 = 5.1.1 = 194 * Fixed: Backups created before v5 are no longer deactivated when updating the plugin 195 194 196 = 5.1.0 = 195 197 Release date: April 07,2025 -
backwpup/trunk/vendor/composer/installed.php
r3267954 r3271272 2 2 'root' => array( 3 3 'name' => 'inpsyde/backwpup-pro', 4 'pretty_version' => '5.1. 0',5 'version' => '5.1. 0.0',6 'reference' => ' 26cb8d687eccd64f671c72780cbf0a993fb15c0d',4 'pretty_version' => '5.1.1', 5 'version' => '5.1.1.0', 6 'reference' => '996f68439babd838ba1336d318a986e43b77cf22', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 225 225 ), 226 226 'inpsyde/backwpup-pro' => array( 227 'pretty_version' => '5.1. 0',228 'version' => '5.1. 0.0',229 'reference' => ' 26cb8d687eccd64f671c72780cbf0a993fb15c0d',227 'pretty_version' => '5.1.1', 228 'version' => '5.1.1.0', 229 'reference' => '996f68439babd838ba1336d318a986e43b77cf22', 230 230 'type' => 'wordpress-plugin', 231 231 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.