Sha256: e59dd7bc0fd0213e927b974b560e94464400bb7bdf27ad4d32ab08985c146cae

Contents?: true

Size: 747 Bytes

Versions: 14

Compression:

Stored size: 747 Bytes

Contents

module Alchemy
  module Upgrader::TwoPointThree

  private
  
    def gallery_pictures_change_notice
      note =<<NOTE
We have changed the way Alchemy handles EssencePictures in elements.

It is now possible to have single EssencePictures and galleries side by side in the same element.
All element editor views containing render_picture_editor with option `maximum_amount_of_images => 1` must be changed into render_essence_editor_by_name.
In the yml description of these elements add a new content for this picture.

In order to upgrade your elements in the database run:

rails g alchemy:gallery_pictures_migration

and alter `db/seeds.rb`, so that it contains all elements that have essence pictures.

NOTE
      todo note
    end

  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.9.0 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.8.3 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.7.5 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.6.3 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.7.4 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.8.2 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.8.1 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.7.3 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.7.2 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.7.1 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.7.0 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.6.2.1 lib/alchemy/upgrader/two_point_three.rb
alchemy_cms-2.6.2 lib/alchemy/upgrader/two_point_three.rb