Skip to content

Commit

Permalink
Release version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 2, 2017
1 parent 2209598 commit 7d00a47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 3.0.6 [2 October 2017]

* Fix search placeholder. [#3291](https://github.com/refinery/refinerycms/pull/3291). [Roman Krylov](https://github.com/xtsidx)
* Upgrade dragonfly to version 1.1. [#3303](https://github.com/refinery/refinerycms/pull/3303). [Anita Graham](https://github.com/anitagraham)
* Bugfix: canonical url now use current_frontend_locale instead of default_frontend_locale. [#3299](https://github.com/refinery/refinerycms/pull/3299). [Brice Sanchez](https://github.com/bricesanchez)
* Now we use redirect 301 to show pages. [#3300](https://github.com/refinery/refinerycms/pull/3300). [Brice Sanchez](https://github.com/bricesanchez)
* jQuery .load() deprecated. [#3288](https://github.com/refinery/refinerycms/pull/3288). [Roman Krylov](https://github.com/xtsidx)
* Fixed variable name for editor options. [#3287](https://github.com/refinery/refinerycms/pull/3287). [Bo Frederiksen](https://github.com/bofrede)
* Fixed PhantomJS timeout when appending something to the body. [#3297](https://github.com/refinery/refinerycms/pull/3297). [Remco Meinen](https://github.com/sjoulbak)
* Change warn to use rails logger. [#3272](https://github.com/refinery/refinerycms/pull/3272). [Paul](https://github.com/yule) & [Philip Arndt](https://github.com/parndt)
* Update the updated_at field of the page itself when a page_part got updated. [#3275](https://github.com/refinery/refinerycms/pull/3275). [Maarten Bezemer](https://github.com/veger)
* Remove obsolete sitemap builder from generator [#3270](https://github.com/refinery/refinerycms/pull/3270). [Brice Sanchez](https://github.com/bricesanchez)
* Fix #3218 regression: don't duplicate locale in url. [#3271](https://github.com/refinery/refinerycms/pull/3271). [Brice Sanchez](https://github.com/bricesanchez)
* Change data attribute to match Turbolinks 5 syntax. [#3269](https://github.com/refinery/refinerycms/pull/3269). [Maarten Bezemer](https://github.com/veger)

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

## 3.0.5 [23 November 2016]

* Fix HTML format for not found page in page seeds. [#3263](https://github.com/refinery/refinerycms/pull/3263). [Brice Sanchez](https://github.com/bricesanchez)
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 = 5
@tiny = 6
@build = nil

class << self
Expand Down

0 comments on commit 7d00a47

Please sign in to comment.