Version bump to 1.4.3
This commit is contained in:
parent
8eab76ed20
commit
7210e8e1e1
2 changed files with 9 additions and 1 deletions
|
@ -4,8 +4,16 @@
|
||||||
- [B] = beta release
|
- [B] = beta release
|
||||||
- [D] = development release
|
- [D] = development release
|
||||||
|
|
||||||
|
|
||||||
- [S] release are always compared to the previous [S] release.
|
- [S] release are always compared to the previous [S] release.
|
||||||
|
|
||||||
|
## Version 1.4.3 (2016-05-21) [S]
|
||||||
|
- **[FIX]** Missing space in drawer between "Blogs on" and blogname
|
||||||
|
- **[FIX]** Background layer was not removed if drawer was closed
|
||||||
|
- **[FEATURE]** nextDESIGN theme added to delivered themes
|
||||||
|
- **[NOTE]** The update script to 1.4.3 works with 1.4.0, 1.4.1 and 1.4.2
|
||||||
|
|
||||||
|
|
||||||
## Version 1.4.2 (2016-05-18) [S]
|
## Version 1.4.2 (2016-05-18) [S]
|
||||||
- [FIX]: Password verification not implemented in RCC login page
|
- [FIX]: Password verification not implemented in RCC login page
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rangitaki",
|
"name": "rangitaki",
|
||||||
"version": "1.4.2",
|
"version": "1.4.3",
|
||||||
"description": "A simple PHP blogging engine without any database dependencies",
|
"description": "A simple PHP blogging engine without any database dependencies",
|
||||||
"main": "index.php",
|
"main": "index.php",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue