Skip to content

Commit e49061a

Browse files
committed
Mark as 2.0.0 beta
1 parent 5c9a3cb commit e49061a

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.9.0
3+
## Unreleased
44

55
* Improve compatibility with WordPress 6.1 and `WP_Textdomain_Registry`.
66
* Minimum WordPress version requirement has been increased to 6.1.

preferred-languages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Preferred Languages
44
* Plugin URI: https://github.com/swissspidy/preferred-languages/
55
* Description: Choose languages for displaying WordPress in, in order of preference.
6-
* Version: 1.9.0
6+
* Version: 2.0.0-beta.1
77
* Author: Pascal Birchler
88
* Author URI: https://pascalbirchler.com
99
* License: GPL-2.0+

readme.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: swissspidy
33
Tags: internationalization, i18n, localization, l10n, language, locale, translation
44
Tested up to: 6.1
5-
Stable tag: 1.9.0
5+
Stable tag: 1.8.0
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

@@ -35,7 +35,6 @@ It provides three parameters:
3535
**Warning**: Since this is a potentially slow/expensive process involving the loading of multiple translation files, it's recommended to use it
3636
sparingly and only for specific domains.
3737

38-
3938
= Get Involved =
4039

4140
Active development is taking place on [GitHub](https://github.com/swissspidy/preferred-languages).
@@ -53,6 +52,6 @@ For the plugin's changelog, please head over to [the GitHub repository](https://
5352

5453
== Upgrade Notice ==
5554

56-
= 1.9.0 =
55+
= 2.0.0 =
5756

58-
This release improves compatibility with locale switching and WordPress 6.1.
57+
This release improves compatibility with locale switching and WordPress 6.1, and fixes various bugs.

0 commit comments

Comments
 (0)