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
|
### Fixed
|
||||||
|
|
||||||
- Users with Spanish (Latin American) locale (`es_419`) unable to register (#209)
|
- Nothing
|
||||||
- Typo in the "Unreleased" changelog
|
|
||||||
```diff
|
|
||||||
-Depcreated
|
|
||||||
+Deprecated
|
|
||||||
```
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace wishthis;
|
namespace wishthis;
|
||||||
|
|
||||||
define('VERSION', '1.2.1');
|
define('VERSION', '1.2.2');
|
||||||
define('ROOT', __DIR__);
|
define('ROOT', __DIR__);
|
||||||
define('DEFAULT_LOCALE', 'en_GB');
|
define('DEFAULT_LOCALE', 'en_GB');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue