Version Bump to 1.4.0-beta

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-04-27 12:54:04 +02:00
parent 474efd25f3
commit 999998b60b
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.md Normal file
View 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

View File

@ -1,6 +1,6 @@
{
"name": "rangitaki",
"version": "1.3.0",
"version": "1.4.0-beta",
"description": "A simple PHP blogging engine without any database dependencies",
"main": "index.php",
"scripts": {