chore: update to v1.2.2

This commit is contained in:
Jay Trees 2025-01-13 10:59:38 +01:00
parent 61cc22b05f
commit f4db23177f
3 changed files with 12 additions and 7 deletions

10
changelogs/1-2-2.md Normal file
View 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
```

View file

@ -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

View file

@ -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');