Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

v0.1.9 -- Gondulfo Granese

Compare
Choose a tag to compare
@a-barbieri a-barbieri released this 18 May 15:19
· 64 commits to master since this release
f681ff7

If you are upgrading from v0.1.8 please

rails generate migration addReadOnly

Then update the file db/migrate/xxxxxx_add_read_only.rb with the following line:

 def change
      add_column :binda_field_settings, :read_only, :boolean, default: false
 end

Once done just run migrations:

rails db:migrate

Find below new features and updates introduced by version v0.1.9.

New Features

  • Read Only option is now available for each field. When Read Only is enabled, the field can be updated only by super admins, not standard users.
  • Hook on views are now available which enable plugin to inject content on standard Binda pages.

Updates

  • Popup warning is now a global feature which can be used by plugins as well.
  • Test factories are exposed so Binda plugins can make use of them.

Fixes

  • Svg file upload available on repeaters on admin interface.
  • Relation syntax error