Releases: AsgardCms/Platform
Releases · AsgardCms/Platform
3.6.1
05 Sep 11:14
Compare
Sorry, something went wrong.
No results found
3.6.0
30 Aug 15:34
Compare
Sorry, something went wrong.
No results found
3.5.3
03 May 17:16
Compare
Sorry, something went wrong.
No results found
3.5.2
14 Mar 08:30
Compare
Sorry, something went wrong.
No results found
3.5.1
26 Feb 20:39
Compare
Sorry, something went wrong.
No results found
Diff
Changed
Core: Whitespace in config/filesystems.php causing issues on some configurations, hooray.
Media: Modify media controller to use Imagy non-statically
User: Fix issue 467 id() method checks null instead of false
Workshop: Fixing issue with ThemeManager caused when a theme name has the same name as project name
Log
view commit • Preparing 3.5.1 release
view commit • Adding changelog item
view commit • Adding changelog item
view commit • Adding changelog items
view commit • Merge pull request #462 from teoni/3.0
view commit • Merge pull request #473 from darron1217/issue#467
view commit • Merge pull request #478 from darron1217/issue#477
view commit • Removing whitespace of death
view commit • Modify media controller to use Imagy non-statically (Fix issue #477 )
view commit • Fix issue#467 id() method checks null instead of false
view commit • Fix for #451
3.5.0
13 Jan 21:09
Compare
Sorry, something went wrong.
No results found
3.4.0
20 Nov 19:51
Compare
Sorry, something went wrong.
No results found
Diff
Changed
Core: Define the warning callback on the SetAppKey
Core: Cleaner BaseCacheDecorator class with a new remember function
Core: Checking if the tags() method exists when flushing
Core: Fixing bug where user profile tab was not showing
Media: Fixed vuejs compatibility
Menu: Using new remember method in the CacheMenuDecorator class
Menu: Using new remember method in the CacheMenuItemDecorator class
Page: Fixed vuejs compatibility
Page: Using new remember method in the CachePageDecorator class
Page: Fixing bug where the current page was not cached as well on the server side pagination
Setting: Fix settings with falsey values not getting returned
Setting: Using new remember method in the CacheSettingDecorator class
Tag: Using new remember method in the CacheTagDecorator
Translation: Dutch translations updated
User: Using new remember method in the CacheUserTokenDecorator class
Adminlte: Fixing corrupted fonts
Log
view commit • Preparing 3.4.0 release
view commit • Preparing 3.4.0 release
view commit • CS: PSR1/2
view commit • Using new remember() helper for menu repositories
view commit • Using new remember() helper
view commit • Fixing attribute name. "scope" should be "slot"
view commit • Removing obsolete gitkeep
view commit • Using remember helper function
view commit • Fixing bug where user profile tab was not showing
view commit • Using the remember helper
view commit • Using remember helper for server side filtering. Fixing bug where the current page was not cached as well.
view commit • Checking if the tags() method exists when flushing
view commit • Using new remember function in cache decorator
view commit • Using single quotes
view commit • Adding changelog item
view commit • Make sure a tags method exists before calling it
view commit • Extracting commonly used logic to use cache tags to a helper method. This also generated the cache key automatically, or can be overwritten with a second optional parameter to the remember() method.
view commit • Updating dependencies
view commit • Require predis/predis as dev dependency
view commit • Publishing module assets
view commit • Adding back the font files, hopefully not corrupted
view commit • Removing fontawesome corrupted files
view commit • Adding changelog items
view commit • Update dependencies
view commit • Removing obsolete :value tags
view commit • Preparing 3.4 changelogs
view commit • Merge pull request #435 from mikemand/3.0
view commit • Fix settings with falsey values not getting returned
view commit • Adding License file
view commit • Merge pull request #433 from joshbrw/bugfix/set-env-installer
view commit • Define the warning callback on the SetAppKey method as getLaravel() doesn't exist - Fixes issue #432
3.3.0
31 Oct 08:14
Compare
Sorry, something went wrong.
No results found
3.2.1
21 Oct 10:12
Compare
Sorry, something went wrong.
No results found
Changed
Core: Updated to VueJS 2.5. Updated all components for 2.5 compatibilities.
3.2.0
17 Oct 09:45
Compare
Sorry, something went wrong.
No results found
Diff
Added
Core: New LoadingBackendTranslations hook to load translations to the frontend (vuejs)
Page: Adding the page status field
User: Role views (index, create, edit) have been converted to VueJS components, as a SPA
User: User views (index, create, edit) have been converted to VueJS components, as a SPA
User: Adding vuejs component to manage account profile
User: Adding vuejs component to manage account api keys
Changed
Core: Use blade directive in Core module views
Core: Renaming Indonesian locale key to ind from id in available-locales.php config file.
Page: Sending the page id from the route parameters to the single media component (makes loading single media faster)
Page: Making the status column in page_translations table nullable (migrate with php artisan module:migrate page)
Workshop: Generating the new listener on the LoadingBackendTranslations hook to send translations to VueJS
Log
view commit • Preparing 3.2.0 release
view commit • Compiling assets
view commit • Remove usage of vue datatables
view commit • Stay on vue 2.4 until dependencies upgrade
view commit • Updating cms version to 3.2.0
view commit • Changelog wording
view commit • Adding core changelog item
view commit • Adding core changelog item
view commit • Adding spatie/phpunit-snapshot-assertions
view commit • Using plural pages key
view commit • Compiling Adminlte.
view commit • Generating hooking into the loading of translations for VueJs
view commit • Use the `pages` key for page module instead of singular page. This brings the plural used in permissions.php and everything else in sync.
view commit • Hooking into loading backend translations hook for each module
view commit • Creating a loading backend translation hook
view commit • CS: PSR1/2
view commit • Adding changelog items
view commit • Adding component to manage account api keys
view commit • Fixing route name
view commit • Reverting Blade directives which caused ":?>" to be shown in the template
view commit • Moving new status checkbox to added section
view commit • Setting the status column as nullable
view commit • Adding page changelog
view commit • Setting the locale key to empty array by default
view commit • Adding the page status field as wel as sending the page id from the route to the single media component
view commit • Adding changelog item
view commit • Renaming Indonesian locale key to `ind` from `id`
view commit • Removing validation on entity id type
view commit • Adding the user profile component
view commit • Adding changelog item
view commit • Fixing edit user route btn
view commit • Removing extra unneeded queries on role views
view commit • Empty out blade templates and remove extra queries
view commit • Adding shortcut to go back to user index
view commit • Creating the user components: table and form
view commit • Creating a full user transformer with additional data
view commit • Updating update user form request that has a user entity
view commit • Update delete route name for users
view commit • Creating the Api user controller
view commit • Adding route to get all roles unpaginated
view commit • Renaming route parameters
view commit • Preparing the user api routes
view commit • Adding method to allow server side index & filtering
view commit • Structuring api routes in route group
view commit • Updating to vue-router 3.0
view commit • Updating AdminLTE theme dependencies
view commit • Updating AdminLTE theme dependencies
view commit • Using cleaner tab styles
view commit • Adding changelog items
view commit • Merge pull request #411 from JulienTant/fix/blade-markup-in-menu
view commit • Merge pull request #410 from JulienTant/fix/blade-markup
view commit • use blade in menu module
Read more