File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 3.4.0 (unreleased )
3+ ## 3.4.0 (2016-08-02 )
44
55__ New Features__
66
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ For a Ruby 1.8.7 compatible version use the [`2.3-stable` branch](https://github
5656Use the installer:
5757
5858``` shell
59- $ gem install alchemy_cms --pre
59+ $ gem install alchemy_cms
6060$ alchemy new my_magicpage
6161```
6262
@@ -78,8 +78,6 @@ Put this into your `Gemfile`:
7878gem ' alchemy_cms' , github: ' AlchemyCMS/alchemy_cms' , branch: ' 3.4-stable'
7979```
8080
81- ** NOTE:** You normally want to use a stable branch, like ` 3.3-stable ` .
82-
8381If you want to use Russian translation and have better i18n support, you should put:
8482
8583``` ruby
Original file line number Diff line number Diff line change 11module Alchemy
2- VERSION = "3.4.0.rc1 "
2+ VERSION = "3.4.0"
33
44 def self . version
55 VERSION
You can’t perform that action at this time.
0 commit comments