Version bump to 1.5.0
This commit is contained in:
parent
92451f15ea
commit
72bbd8d046
3 changed files with 11 additions and 1 deletions
|
@ -7,6 +7,15 @@
|
|||
|
||||
- [S] release are always compared to the previous [S] release.
|
||||
|
||||
## Version 1.5.0 (2016-08-03) [S]
|
||||
|
||||
- **[FEATURE]** Ability to only show post excerpts on overview pages
|
||||
- **[FIX]** Fixed twitter username not specified in connfig.yaml
|
||||
- **[FIX]** Fixed wrong OpenGraph meta tags
|
||||
- **[CODE]** Further improved code style
|
||||
- **[CODE]** Added unit tests for Config.php and ArticleGenerator.php
|
||||
- **[NOTE]** If you have own language file, please update them. See also the upgrade guide
|
||||
|
||||
## Version 1.4.4 (2016-06-03) [S]
|
||||
- **[FIX]** Error when trying to create a feed
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ blog:
|
|||
footer: "Rangitaki 2016 <a href=\"https://gitlab.com/mmk2410/rangitaki\" target=\"blank\">\n gitlab.com/mmk2410/rangitaki</a>"
|
||||
url: 'https://example.com/blog/'
|
||||
design:
|
||||
excerpt: "off"
|
||||
fab: 'on'
|
||||
drawer: 'on'
|
||||
theme: material-light
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rangitaki",
|
||||
"version": "1.4.4",
|
||||
"version": "1.5.0",
|
||||
"description": "A simple PHP blogging engine without any database dependencies",
|
||||
"main": "index.php",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue