Skip to content

Commit b583e9b

Browse files
committed
Release 5.5.0
1 parent f7affb5 commit b583e9b

File tree

17 files changed

+54
-220
lines changed

17 files changed

+54
-220
lines changed

assets/css/backwpup-admin.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,10 @@ select {
999999
margin-top: 0.5rem;
10001000
}
10011001

1002+
.mt-3 {
1003+
margin-top: 0.75rem;
1004+
}
1005+
10021006
.mt-4 {
10031007
margin-top: 1rem;
10041008
}
@@ -1617,6 +1621,14 @@ select {
16171621
padding-bottom: 5rem;
16181622
}
16191623

1624+
.pl-3 {
1625+
padding-left: 0.75rem;
1626+
}
1627+
1628+
.pr-3 {
1629+
padding-right: 0.75rem;
1630+
}
1631+
16201632
.pr-4 {
16211633
padding-right: 1rem;
16221634
}
@@ -1766,6 +1778,10 @@ select {
17661778
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
17671779
}
17681780

1781+
.underline {
1782+
text-decoration-line: underline;
1783+
}
1784+
17691785
.opacity-0 {
17701786
opacity: 0;
17711787
}

backwpup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WordPress Backup Plugin
66
* Author: BackWPup – WordPress Backup & Restore Plugin
77
* Author URI: https://backwpup.com
8-
* Version: 5.4.2-beta1
8+
* Version: 5.5.0
99
* Requires at least: 4.9
1010
* Requires PHP: 7.4
1111
* Text Domain: backwpup

changelog.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
== Changelog ==
22
= 5.5.0 =
3-
Release date: September ???, 2025
3+
Release date: September 16, 2025
44

55
* New Feature: Archive format per backup
6-
* Bugfix: Rackspace cloud connection fails on PHP 8 and above
76
* New Feature: Archive name per backup
8-
* Enhancement: Add One drive storage disconnect & re-authenticate option
97

108
= 5.4.1 =
119
Release date: September 2, 2025

config/providers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'WPMedia\BackWPup\Backup\ServiceProvider',
1616
'WPMedia\BackWPup\Frontend\ServiceProvider',
1717
'WPMedia\BackWPup\Tracking\ServiceProvider',
18-
'WPMedia\BackWPup\Beta\ServiceProvider',
1918
];
2019

2120

languages/backwpup.pot

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
9-
"POT-Creation-Date: 2025-09-11 17:38+0000\n"
9+
"POT-Creation-Date: 2025-09-16 09:48+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"
1212
"X-Poedit-SearchPath-0: .\n"
@@ -4649,7 +4649,7 @@ msgstr ""
46494649
msgid "Exclusion Settings"
46504650
msgstr ""
46514651

4652-
#: parts/modal/exclude-files-core.php:47, parts/modal/exclude-files-plugins.php:38, parts/modal/exclude-files-root.php:32, parts/modal/exclude-files-themes.php:37, parts/modal/exclude-files-uploads.php:48, parts/modal/exclude-files-wp-content.php:37, parts/sidebar/edit-title.php:42, parts/sidebar/settings-jobs.php:158, parts/sidebar/settings-logs.php:134, parts/sidebar/settings-network.php:108, pro/parts/sidebar/settings-encryption.php:199
4652+
#: parts/modal/exclude-files-core.php:47, parts/modal/exclude-files-plugins.php:38, parts/modal/exclude-files-root.php:32, parts/modal/exclude-files-themes.php:37, parts/modal/exclude-files-uploads.php:48, parts/modal/exclude-files-wp-content.php:37, parts/sidebar/edit-title.php:42, parts/sidebar/settings-jobs.php:145, parts/sidebar/settings-logs.php:134, parts/sidebar/settings-network.php:108, pro/parts/sidebar/settings-encryption.php:199
46534653
msgid "Save"
46544654
msgstr ""
46554655

@@ -4909,15 +4909,7 @@ msgstr ""
49094909
msgid "By checking this box, I agree to share anonymous usage data with the BackWPup development team to help improve the plugin. %1$sWhat info will we collect?%2$s"
49104910
msgstr ""
49114911

4912-
#: parts/sidebar/settings-jobs.php:132
4913-
msgid "Receive beta updates"
4914-
msgstr ""
4915-
4916-
#: parts/sidebar/settings-jobs.php:133
4917-
msgid "With this option, you will receive beta updates of the BackWPUp plugin. Beta versions might be unstable and their use is discouraged on production websites."
4918-
msgstr ""
4919-
4920-
#: parts/sidebar/settings-jobs.php:143
4912+
#: parts/sidebar/settings-jobs.php:130
49214913
msgid "Access to Legacy Jobs"
49224914
msgstr ""
49234915

parts/sidebar/settings-jobs.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,6 @@
124124
]);
125125
?>
126126

127-
<?php
128-
if ( ! BackWPup::is_pro() ) {
129-
BackWPupHelpers::component("form/checkbox", [
130-
"name" => "beta",
131-
"checked" => (bool) get_option('backwpup_beta_optin', false),
132-
"label" => __("Receive beta updates", 'backwpup'),
133-
"tooltip" => __('With this option, you will receive beta updates of the BackWPUp plugin. Beta versions might be unstable and their use is discouraged on production websites.', 'backwpup'),
134-
"tooltip_pos" => "left",
135-
"value" => "0",
136-
]);
137-
}
138-
?>
139-
140127
<?php
141128
BackWPupHelpers::component("navigation/link", [
142129
"type" => "secondary",

src/Admin/Notices/Notices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function display_update_notices() {
6666
$admin_notice = $this->beacon->get_suggest( 'file_format' );
6767
$message = sprintf(
6868
// translators: %1$s: opening a tag, %2$s: closing a tag.
69-
__( 'You can now set the archive format and name for each backup for better flexibility, and easily disconnect and re-authenticate OneDrive storage. We\'ve also fixed Rackspace cloud connection issues on PHP 8 and above, among other improvements. Check out our %1$sblog post%2$s to learn more and see what’s coming next for BackWPup!', 'backwpup' ),
69+
__( 'You can now set the archive format and name for each backup for better flexibility and more control. We\'ve also added opt-in beta release among other improvements. Check out our %1$sblog post%2$s to learn more and see what’s coming next for BackWPup!', 'backwpup' ),
7070
'<a href="' . esc_url( $admin_notice['url'] ) . '" title="' . esc_attr( $admin_notice['title'] ) . '" target="_blank" rel="noopener noreferrer" class="text-primary-darker border-b border-primary-darker">',
7171
'</a>'
7272
);

src/Tracking/Subscriber.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public static function get_subscribed_events(): array {
4444
'backwpup_page_settings_save' => 'update_setting',
4545
'wp_ajax_backwpup_notice_optin' => 'notice_optin_callback',
4646
'admin_notices' => 'display_tracking_notice',
47-
'backwpup_beta_optin_change' => 'track_beta_optin_change',
4847
];
4948
}
5049

@@ -59,17 +58,6 @@ public function track_optin_change( $optin ): void {
5958
$this->tracking->track_optin_change( $optin );
6059
}
6160

62-
/**
63-
* Track the beta opt-in change event.
64-
*
65-
* @param int $optin The new opt-in value.
66-
*
67-
* @return void
68-
*/
69-
public function track_beta_optin_change( $optin ): void {
70-
$this->tracking->track_beta_optin_change( $optin );
71-
}
72-
7361
/**
7462
* Track the addition of a new job.
7563
*

src/Tracking/Tracking.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -85,30 +85,6 @@ public function track_optin_change( $optin ): void {
8585
$this->mixpanel->track_optin( $optin );
8686
}
8787

88-
/**
89-
* Track the beta opt-in change event.
90-
*
91-
* @param int $optin The new opt-in value.
92-
*
93-
* @return void
94-
*/
95-
public function track_beta_optin_change( $optin ): void {
96-
if ( ! $this->optin->is_enabled() ) {
97-
return;
98-
}
99-
100-
$user = wp_get_current_user();
101-
102-
$this->mixpanel->identify( $user->user_email );
103-
$this->mixpanel->track(
104-
'WordPress Plugin Beta Opt-in Changed',
105-
[
106-
'context' => 'wp_plugin',
107-
'opt_in_status' => (bool) $optin,
108-
]
109-
);
110-
}
111-
11288
/**
11389
* Track the addition of a new job.
11490
*

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
require_once __DIR__ . '/composer/autoload_real.php';
2121

22-
return ComposerAutoloaderInit99c6611ec53a611f3f2f164958723871::getLoader();
22+
return ComposerAutoloaderInit519e5db9a2cb27fc9c3b1eefc384faeb::getLoader();

0 commit comments

Comments
 (0)