Skip to content

Releases: savannabits/acacia

v1.4.0

11 May 07:14
1c9214d
Compare
Choose a tag to compare

What's Changed

  • Added Default admin user seeder to the Users Seeder by @coolsam726 in #46

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Apr 04:52
9cdc18f
Compare
Choose a tag to compare

What's Changed

  • Validation: User Passwords Validation and use of Rule classes and met… by @coolsam726 in #42
  • User Role Assignment Update by @coolsam726 in #43
  • Added a tab to view currently assigned roles to the Users module.
  • Added ability to assign and revoke roles for any specific user.

Full Changelog: v1.2.3...v1.3.0

v1.2.3

27 Apr 19:15
9fd8365
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

26 Apr 04:23
36cd1e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

26 Apr 03:52
51e924f
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: Negate file_exists when checking if the DB exists or not by @coolsam726 in #39

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Apr 03:04
d98eaf5
Compare
Choose a tag to compare

What's Changed

  • Added Frontend Blade components to the Core Module
  • Added the x-core:: scoped layouts and blade components
  • Installation Improvement:
  • Added conditional check on whether the sqlite db exists
  • Backup the existing sqlite db in case of --force installation
  • On --force installation, remove only the Core module and files and retain the rest in the acacia/ folder
  • Conditional check on whether this is a new installation before runinng acacia db migrations
  • Conditional check on whether the login route exists before running breeze:install
  • Moved acacia.sqlite.latest from the Core module to acacia/

Full Changelog: v1.1.4...v1.2.0

v1.1.4

18 Apr 07:19
898ffe8
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: AcaciaSelect appand-to-body was causing options to be hidden… by @coolsam726 in #36

Full Changelog: v1.1.3...v1.1.4

v1.1.3

18 Apr 06:34
50c6276
Compare
Choose a tag to compare

What's Changed

  • Added A workaround to support enum database data type by @coolsam726 in #35

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Apr 16:33
4ead01e
Compare
Choose a tag to compare

What's Changed

  • Create button's aria- description was wrongly showing New Comment
  • Added a margin below the Create button.
  • Changed permission checking on JS Forms to the global userCan object for reusability

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Apr 07:53
c49d1a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1