Version bump to 1.4.0

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-07 17:41:31 +02:00
parent 41c273b962
commit 23617b21bc
3 changed files with 18 additions and 3 deletions

View File

@ -6,7 +6,22 @@
- [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
- Switch to YAML as config language

View File

@ -1,6 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal

View File

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