Version bump to 1.4.0
This commit is contained in:
parent
41c273b962
commit
23617b21bc
3 changed files with 18 additions and 3 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -6,7 +6,22 @@
|
||||||
|
|
||||||
- [S] release are always compared to the previous [S] release.
|
- [S] release are always compared to the previous [S] release.
|
||||||
|
|
||||||
## Version 1.4.0-beta [B]
|
## Version 1.4.0 (2016-05-07) [S]
|
||||||
|
|
||||||
|
- Fix: Feeds contain no text
|
||||||
|
- Switch to YAML as config language
|
||||||
|
- Scripts for
|
||||||
|
- Switching from config.php to config.yaml
|
||||||
|
- Initializing RCC
|
||||||
|
- Initializing Rangitaki
|
||||||
|
- Rangitaki API
|
||||||
|
- Switch from JavaScript to CoffeeScript
|
||||||
|
- Switch from CSS to SASS
|
||||||
|
- Building and minimizing with Gulp
|
||||||
|
- Open links in articles in a new tab
|
||||||
|
- Better code style: PSR-2
|
||||||
|
|
||||||
|
## Version 1.4.0-beta (2016-04-27) [B]
|
||||||
|
|
||||||
- Fix: Feeds contain no text
|
- Fix: Feeds contain no text
|
||||||
- Switch to YAML as config language
|
- Switch to YAML as config language
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015 Marcel Kapfer
|
Copyright (c) 2015 - 2016 Marcel Kapfer
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rangitaki",
|
"name": "rangitaki",
|
||||||
"version": "1.4.0-beta",
|
"version": "1.4.0",
|
||||||
"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