Skip to content

Releases: nuclearcms/nuclear

Minor GA4 Update and Reactor Version Bump

23 Dec 21:55
Compare
Choose a tag to compare

Updated Dependencies

25 Sep 22:02
Compare
Choose a tag to compare
4.7.2

Update composer.json

Canonical URL Addition

20 May 11:41
Compare
Choose a tag to compare
4.7.1

Canonical URL Addition

Soft Deleting Models and Bugfixes

04 Apr 18:57
Compare
Choose a tag to compare
4.7.0

Bumped version number

Added New Configuration Options & Bugfixes

13 Feb 15:30
Compare
Choose a tag to compare
4.6.0

Added New Configuration Options & Bugfixes

Bugfixes and Updated Dependencies

12 Dec 21:04
Compare
Choose a tag to compare
4.5.1

Update composer.json

Added user level content access control

29 Nov 22:57
Compare
Choose a tag to compare

Upgrade guide:

  • Composer update
  • Migratere
  • New attribute translations
  • Publish and change config/auth.php (don’t forget to upload)
  • Change all model_has_roles & model_has_permissions Umomega\Auth\User to Nuclear\Reactor\Auth\User: UPDATE model_has_roles SET model_type='Nuclear\Reactor\Auth\User' and UPDATE model_has_permissions SET model_type='Nuclear\Reactor\Auth\User'
  • Clear caches

Updated Dependencies

29 Nov 14:50
Compare
Choose a tag to compare

Must update the validation.php translation attributes with slug.
This release has new migrations.

Upgraded to Laravel 9

30 Jul 13:40
Compare
Choose a tag to compare
  • TrustProxies middleware needs to be updated
  • Cookie Consent resources needs to be updated
  • Migrate new DB Migrations

4.2.7

29 Jul 13:50
Compare
Choose a tag to compare
Updated Dependencies