Skip to content

Releases: AlchemyCMS/alchemy_cms

v4.1.0.beta

08 May 09:18
6bb813c
Compare
Choose a tag to compare
v4.1.0.beta Pre-release
Pre-release
  • Rails 5.2 support
  • New backend theme

v4.0.1

08 May 09:14
7ec6089
Compare
Choose a tag to compare
  • Fix for YAML.safe_load'ing Date, Regexp, and Symbol for all YAML config files (#1414)

v3.6.4

23 Apr 07:37
241832f
Compare
Choose a tag to compare
  • Allows Symbol, Regexp and Date in all YAML config files

v4.0.0

06 Nov 10:35
Compare
Choose a tag to compare

v4.0.0 (2017-11-06)

  • Fixes image cropping issues #1320 and #1321 by tvdeyen
    This includes the change that images will not be cropped anymore unless crop: true is explicitly given in either the contents settings or passed via options to render_essence. The former behavior of implicitly cropping only because crop values (crop_from or crop_size) were present on the EssencePicture database record was erroneous and confusing.
  • Allow Dragonfly 1.1 and above #1314 by tvdeyen
  • Added Rails 5.1 support #1310 by tvdeyen
  • Always use border-box box model for all CSS components in the admin #1309 by tvdeyen
  • Removed deprecated :image_size option from EssencePicture
    Use :size instead.
  • Remove deprecated take_me_for_preview content definition option
    Use as_element_title instead.
  • Removed deprecated picture url helpers show_alchemy_picture_path and show_alchemy_picture_url
    Use picture.url instead.
  • Removed deprecated pages helper module.
  • Removed deprecated translation methods _t and Alchemy::I18n.t.
    Use Alchemy.t instead.
  • Removed deprecated redirect_index configuration
    Use redirect_to_public_child configuration instead.
  • Removed merge_params from Alchemy::Admin::BaseHelper
    Use ActionController::Parameters#merge instead
  • Removed merge_params_only from Alchemy::Admin::BaseHelper
    Use methods from ActionController::Parameters instead
  • Removed merge_params_without from Alchemy::Admin::BaseHelper
    Use ActionController::Parameters#delete_if instead
  • Removed tag_list_tag_active? from Alchemy::Admin::TagsHelper
    Use filtered_by_tag? instead
  • Removed add_to_tag_filter and remove_from_tag_filter from Alchemy::Admin::TagsHelper
    Use tags_for_filter and pass the current tag instead
  • Removes the possibility to pass options param as JSON string. #1291 by tvdeyen
    Pass normal params instead.
  • Removed redirect_back_or_to_default from Alchemy::Admin::BaseController
    Use Rails' redirect_back with a fallback_location instead
  • Deprecated controller requests test helpers #1284 by tvdeyen

v3.6.3

24 Oct 12:12
Compare
Choose a tag to compare

3.6.3 (2017-10-24)

v3.6.2

24 Oct 12:11
Compare
Choose a tag to compare

3.6.2 (2017-09-01)

v4.0.0.rc2

18 Aug 13:33
Compare
Choose a tag to compare

4.0.0.rc2 (2017-08-18)

  • Removed deprecated :image_size option from EssencePicture
    Use :size instead.
  • Remove deprecated take_me_for_preview content definition option
    Use as_element_title instead.
  • Removed deprecated picture url helpers show_alchemy_picture_path and show_alchemy_picture_url
    Use picture.url instead.
  • Removed deprecated pages helper module.
  • Removed deprecated translation methods _t and Alchemy::I18n.t.
    Use Alchemy.t instead.
  • Removed deprecated redirect_index configuration
    Use redirect_to_public_child configuration instead.

v4.0.0.rc1

17 Aug 10:25
Compare
Choose a tag to compare

4.0.0.rc1 (2017-0817)

  • Removed merge_params from Alchemy::Admin::BaseHelper
    Use ActionController::Parameters#merge instead
  • Removed merge_params_only from Alchemy::Admin::BaseHelper
    Use methods from ActionController::Parameters instead
  • Removed merge_params_without from Alchemy::Admin::BaseHelper
    Use ActionController::Parameters#delete_if instead
  • Removed tag_list_tag_active? from Alchemy::Admin::TagsHelper
    Use filtered_by_tag? instead
  • Removed add_to_tag_filter and remove_from_tag_filter from Alchemy::Admin::TagsHelper
    Use tags_for_filter and pass the current tag instead
  • Removes the possibility to pass options param as JSON string. #1291 by tvdeyen
    Pass normal params instead.
  • Removed redirect_back_or_to_default from Alchemy::Admin::BaseController
    Use Rails' redirect_back with a fallback_location instead
  • Deprecated controller requests test helpers #1284 by tvdeyen

v3.6.1

17 Aug 10:24
Compare
Choose a tag to compare

3.6.1 (2017-08-16)

  • Do not ask systempage? everytime we load the page definition #1239 by tvdeyen
    This speeds up rendering large sitemaps by about 6 times.

v4.0.0.beta

20 Jun 19:29
Compare
Choose a tag to compare
v4.0.0.beta Pre-release
Pre-release

The only change to 3.6 is Rails 5 instead of Rails 4.2