Skip to content

Commit

Permalink
Update Changelog for 3.0.5
Browse files Browse the repository at this point in the history
Closes #3267
  • Loading branch information
bricesanchez authored and parndt committed Nov 23, 2016
1 parent 2b3fa66 commit d319019
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
## 3.0.5 [unreleased]
## 3.0.5 [23 November 2016]

* [See full list](https://github.com/refinery/refinerycms/compare/3.0.4...3-0-stable)
* Fix HTML format for not found page in page seeds. [#3263](https://github.com/refinery/refinerycms/pull/3263). [Brice Sanchez](https://github.com/bricesanchez)
* Bugfix/draft page view not hidden for visitors. [#3264](https://github.com/refinery/refinerycms/pull/3264). [Brice Sanchez](https://github.com/bricesanchez)
* Remove deprecated heroku gem. Fix start generator for Authentication. [#3258](https://github.com/refinery/refinerycms/pull/3258). [Brice Sanchez](https://github.com/bricesanchez)
* Add ability to display current used template in layout. [#3259](https://github.com/refinery/refinerycms/pull/3259). [Brice Sanchez](https://github.com/bricesanchez)
* Add SVG logo. Improve site_bar HTML/CSS. [#3262](https://github.com/refinery/refinerycms/pull/3262). [Brice Sanchez](https://github.com/bricesanchez)
* Fix preview button with WYMeditor. [#3020](https://github.com/refinery/refinerycms/pull/3020). [Christoph Wagner](https://github.com/aiomaster)
* Add "required" html attribute in add_whitelist_attributes config. [#3236](https://github.com/refinery/refinerycms/pull/3236). [Brice Sanchez](https://github.com/bricesanchez)
* Fixed admin menu items duplicating after extensions code changing. [#3234](https://github.com/refinery/refinerycms/pull/3234). [Dmitriy Molodtsov](https://github.com/sintro)
* Enable reselection of resource after removal. [#3216](https://github.com/refinery/refinerycms/pull/3216). [NicholasKirchner](https://github.com/NicholasKirchner)

* [See full list](https://github.com/refinery/refinerycms/compare/3.0.4...3.0.5)

## 3.0.4 [18 July 2016]

## 3.0.4 [17 July 2016]

* Fixed sitemap generation for multiple frontend locales. [#3218](https://github.com/refinery/refinerycms/pull/3218). [Dmitriy Molodtsov](https://github.com/sintro)
* Allow finders to be defined for each action. [#3146](https://github.com/refinery/refinerycms/pull/3146). [Philip Arndt](https://github.com/parndt)
Expand Down
2 changes: 1 addition & 1 deletion core/lib/refinery/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Refinery
class Version
@major = 3
@minor = 0
@tiny = 4
@tiny = 5
@build = nil

class << self
Expand Down

0 comments on commit d319019

Please sign in to comment.