Skip to content

Releases: tcytra/enraiged-laravel

0.3.15

31 Dec 17:31
Compare
Choose a tag to compare

Update: Various bugfixes, improvements, upgrades

  • Corrected issues preventing ssr service
  • Implemented primevue toast for flash notifications
  • Improvements to UserProfile services,handling
  • Upgraded to latest primevue component library
  • Removed 'enraiged' middleware group; Moved to Authenticate class

0.3.14

24 Oct 17:19
Compare
Choose a tag to compare

Update: Improvements to the avatars system

  • Added avatar image optimization and resizing
  • Altered Attachable trait to copy (rather than move) a seeded file
  • Removed the enraiged.avatars config

0.3.13: Summary: Corrected issues preventing SSR; Various other improvements

13 Oct 23:36
Compare
Choose a tag to compare

Summary: Corrected issues preventing SSR; Various other improvements

  • Added basic phpunit tests: Feature\Auth{Login,Register}Test
  • Upgraded various packages
    • Updated @vitejs/plugin-vue from ^4.4.1 to ^5.0.0
    • Updated laravel-vite-plugin from ^0.7.8 to ^1.0.0
    • Updated vite from ^4.5.4 to ^5.0.0
    • Removed vue-axios package, added axios to window object
  • Updated app state handling, preload state data for SSR
    • Added Enraiged\Support\Builders\AppStateBuilder class
    • Modified state builders for consistency in handling
    • Moved App\Support\Enums back into into the App namespace
    • Provide state data via HandleInertiaRequests::share
    • Removed the App\Http\Responses directory,contents
    • Renamed the state 'user' prop to 'auth' to avoid conflicts
  • Updated {postcss,vite}.config.js; Corrections, improvements
  • Updated resources/js/{app,ssr}.js; Corrections, improvements
  • Various corrections,improvements to the enraiged.auth config options
    • Added 'enraiged.auth.force_guest_login' configuration option
    • Completed email verification systems
    • Ensure Welcome email is sent when email address verified
    • Ensure email verification pages displayed when necessary
    • Ensure automated_login,must_verify_email working together

0.3.12.2

08 Oct 16:19
Compare
Choose a tag to compare

Secure: Updated phpoffice/phpspreadsheet to v1.29.2; High severity

0.3.12.1

03 Oct 18:01
Compare
Choose a tag to compare

Minor: Corrections to previous release i18n use, password management

  • Adjusted initial local administrator account config,creation
  • Ensure user language is set when logged in
  • Readded password history logic; Cleanup in the validations
  • Updated axios to v1.7.7

0.3.12

26 Sep 17:10
Compare
Choose a tag to compare

Secure: Various security updates as per enlightn report

  • Corrected high severity vulnerability in rollup <3.29.5
  • Ensure composer packages running most recent stable versions
  • Improved content security policy configuration
  • Locked primevue to v3.40.1 to allow current patches to work
  • Replaced vue-i18n with laravel-vue-i18n
    • Readded ability to switch user locale
  • Updated bcrypt rounds from 10 to 12 in the hashing config

0.3.11.1

19 Sep 16:53
Compare
Choose a tag to compare

Secure: Updated vite to v4.5.4

  • Updated package{,-lock}.json for moderate security vulnerabilities

0.3.11

05 Sep 03:13
Compare
Choose a tag to compare

Update: Configure permanent solution to previous security issue

  • Updated composer to install updated packages
  • Removed phpspreadsheet patch

0.3.10

03 Sep 20:20
Compare
Choose a tag to compare

Update: Correct security vulnerability in phpoffice/phpspreadsheet

  • Updated composer to properly install secure packages
  • Added phpspreadsheet patch to ensure table exports are working

0.3.9

14 Aug 16:01
Compare
Choose a tag to compare

Update: Correct high-severity alert for axios; Upgrade to php8.3

Corrected namespace issues with Country,Region models
Upgraded client-side to correct high-severity alert for axios
Upgraded server-side to use php8.3; Updated other packages