Skip to content

Releases: codn/adminpanel

3.4.3

02 Aug 17:26

Choose a tag to compare

Fix travis and add some missing validations

3.4.2

27 Jul 18:19

Choose a tag to compare

Support Rails 5.1

3.4.1

27 Jul 18:19

Choose a tag to compare

Pages implementation
Fix an issue with accordion scroll

3.3.4

04 May 18:38

Choose a tag to compare

bump version

3.3.0

01 Dec 01:55

Choose a tag to compare

Rails 5 support.

3.2.1

04 Apr 17:16

Choose a tag to compare

3.1.0

28 Mar 19:24

Choose a tag to compare

Add trix support instead wysihtml5

3.0.0

28 Mar 19:20

Choose a tag to compare

  • Date field accepts data-attributes.
  • Add dropzone.
  • Add bootstrap confirm dialog instead of native ugly js.
  • Remove elements don't reload page, also don't mess with cache.

Migration intstructions from 2.6.x to 3.x

  • *file Models now inherit from Adminpanel::Image
  • Whitelisted is changed from *files_attributes: [...] to *file_ids: []
  • Merge all adminpanel_*files into a new table called: adminpanel_images, with attrbitues:
  • file_size: string
  • content_type: string
  • model_id: integer(this is the foreign_key)
  • model_type: string
  • file:string
  • type: string
  • and created and updated_at

2.6.0

01 Jun 22:22

Choose a tag to compare

  • Renamed image field

Upgrading from >= 2.5.4, file_field should be chaged to image_field and non_image_field to file_field to avoid confusion.

2.5.5

01 May 20:01

Choose a tag to compare

  • Add Facebook share_picture to let devs choose a thumbnail.