Skip to content

Releases: nuclearcms/nuclear

Bugfixes & Improvements

Choose a tag to compare

@Hyleeh Hyleeh released this 09 Apr 20:33
4.8.2

Bugfixes & Improvements

Updated Dependencies

Choose a tag to compare

@Hyleeh Hyleeh released this 17 Oct 10:13
4.8.1

Updated version

Updated Dependencies

Choose a tag to compare

@Hyleeh Hyleeh released this 10 Oct 14:13
4.8.0

Removed package-lock.json

Minor GA4 Update and Reactor Version Bump

Choose a tag to compare

@Hyleeh Hyleeh released this 23 Dec 21:55
4.7.3

Delete composer.lock

Updated Dependencies

Choose a tag to compare

@Hyleeh Hyleeh released this 25 Sep 22:02
4.7.2

Update composer.json

Canonical URL Addition

Choose a tag to compare

@Hyleeh Hyleeh released this 20 May 11:41
4.7.1

Canonical URL Addition

Soft Deleting Models and Bugfixes

Choose a tag to compare

@Hyleeh Hyleeh released this 04 Apr 18:57
4.7.0

Bumped version number

Added New Configuration Options & Bugfixes

Choose a tag to compare

@Hyleeh Hyleeh released this 13 Feb 15:30
4.6.0

Added New Configuration Options & Bugfixes

Bugfixes and Updated Dependencies

Choose a tag to compare

@Hyleeh Hyleeh released this 12 Dec 21:04
4.5.1

Update composer.json

Added user level content access control

Choose a tag to compare

@Hyleeh Hyleeh released this 29 Nov 22:57

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