chore: update to v1.2.2
This commit is contained in:
parent
61cc22b05f
commit
f4db23177f
3 changed files with 12 additions and 7 deletions
10
changelogs/1-2-2.md
Normal file
10
changelogs/1-2-2.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
## v1.2.2
|
||||
|
||||
### Fixed
|
||||
|
||||
- Users with Spanish (Latin American) locale (`es_419`) unable to register (#209)
|
||||
- Typo in the "Unreleased" changelog
|
||||
```diff
|
||||
-Depcreated
|
||||
+Deprecated
|
||||
```
|
|
@ -18,12 +18,7 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- Users with Spanish (Latin American) locale (`es_419`) unable to register (#209)
|
||||
- Typo in the "Unreleased" changelog
|
||||
```diff
|
||||
-Depcreated
|
||||
+Deprecated
|
||||
```
|
||||
- Nothing
|
||||
|
||||
### Security
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace wishthis;
|
||||
|
||||
define('VERSION', '1.2.1');
|
||||
define('VERSION', '1.2.2');
|
||||
define('ROOT', __DIR__);
|
||||
define('DEFAULT_LOCALE', 'en_GB');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue