Skip to content

Commit 224f381

Browse files
committed
Prepare release 4.2
1 parent efba78b commit 224f381

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
== Changelog ==
2+
= 4.2 =
3+
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
4+
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
5+
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.1 to 5.10.11.
6+
* DEPRECATED - Setup Assistant removed.
7+
28
= 4.1.3 =
39
* COMPATIBILITY - PolyLang Compatibility replaced with [WP-Stateless – Polylang Pro Addon](https://wordpress.org/plugins/wp-stateless-polylang-pro-addon/).
410
* ENHANCEMENT - updated `wpmetabox/meta-box` library from from 5.10.1 to 5.10.7.

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 4.1.4
1+
#### 4.2
22
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
33
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
44
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.1 to 5.10.11.

lib/classes/class-settings.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -752,22 +752,19 @@ public function documentation_message() {
752752

753753
$documentation_url = sprintf(
754754
'<a href="%s" target="_blank">%s</a>',
755-
$this->bootstrap->get_docs_page_url('docs/manual-setup/'),
756-
__('Setup Manual', ud_get_stateless_media()->domain),
757-
'Documentation',
755+
$this->bootstrap->get_docs_page_url('/setup/'),
756+
__('Refer to the setup manual', ud_get_stateless_media()->domain),
758757
);
759758

760759
$this->bootstrap->errors->add([
761760
'title' => __('WP-Stateless: Finish Setup', ud_get_stateless_media()->domain),
762761
'message' => sprintf(
763762
__(
764-
'WP-Stateless has been successfully activated. For guidance on completing the setup, please refer to the %s.',
763+
'WP-Stateless has been successfully activated. %s for guidance on completing the setup.',
765764
ud_get_stateless_media()->domain,
766765
),
767766
$documentation_url,
768767
),
769-
// 'button' => __('View Manuas', ud_get_stateless_media()->domain),
770-
// 'button_link' => $this->bootstrap->get_docs_page_url('docs/manual-setup/'),
771768
'key' => self::SETUP_MESSAGE_KEY,
772769
], 'message');
773770
}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Before upgrading to WP-Stateless 3.2.0, please, make sure you use PHP 7.2 or abo
135135
Before upgrading to WP-Stateless 3.0, please, make sure you tested it on your development environment.
136136

137137
== Changelog ==
138-
= 4.1.4 =
138+
= 4.2 =
139139
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
140140
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
141141
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.1 to 5.10.11.

0 commit comments

Comments
 (0)