Skip to content

Commit

Permalink
update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GarPit committed Jul 28, 2017
1 parent f087222 commit 33cf6d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.0.0 Unreleased
## Version 1.0.0 2017-07-28

* [changed] remove bunch of dependencies - less-rails, bower-rails and therubyracer
* [changed] updated gems dependencies
Expand All @@ -12,8 +12,13 @@
* [added] Smart template creation
* [added] better specs coverage
* [added] ability to add custom 404 page as regular page with 404 slug
* [changed] use Casper font for text in CodeMirror
* [added] add TransliterationService and auto slug generation on page title typing
* [changed] refactored SearchService
* [changed] update flow.js and ng-flow
* [changed] better UX for assets uploading
* [added] allow to update non-js and non-css files as well
* [changed] increase CodeMirror font size
* [added] enable 3 CodeMirror addons for Templates, Pages, Snippets and Assets - active-line, matchbrackets and autoCloseBrackets

## Version 0.9.0 2017-05-25

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Backend (as content manager): http://demo.apiq.io/kms (login/password: content@a
- [x] Simple and Powerful Template language - [Liquor](https://github.com/evilmartians/liquor)
- [x] Built-in documentation/help

![Screenshot](http://webgradus.com/images/KMS.jpg)

## Installation

1. Add to Gemfile
Expand Down
2 changes: 1 addition & 1 deletion lib/kms/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kms
VERSION = "1.0.0.rc1"
VERSION = "1.0.0"
end

0 comments on commit 33cf6d7

Please sign in to comment.