Version Bump to 1.4.0-beta
This commit is contained in:
parent
474efd25f3
commit
999998b60b
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Version 1.4.0-beta
|
||||||
|
|
||||||
|
- 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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rangitaki",
|
"name": "rangitaki",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0-beta",
|
||||||
"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