Releases: AsgardCms/Platform
Releases · AsgardCms/Platform
3.6.1
Changed
- Core: Fixed routing issues with localization introduced in 3.6.0
- Workshop: Fixed issue with incorrect binding to the laravel-modules Repository class
Log
3.6.0
Added
- Core: New Hungarian translations
- Core: New
i18nFile
&normalFile
macros - Media: New
MediaMuliple
component for vuejs projects - Page: Add canonical and metadata for pages
Changed
- Core: Updating Dutch translations
- Core: Fix Carbon locale
- Core: Fixed how the admin url is parsed by reading the
path
instead ofurl
- Page: Don't show draft pages
- Page: Throw a 404 if page status is disabled
- Page: Fixed a bug that checked the last radio even if wasn't the right one
Log
3.5.3
Added
- Setting: New setting type media-single
Changed
- Tag: Set tags only if passed any
- Menu: Description field added for extra convenience
- Menu: Use LaravelLocalization When Generating Menu Item URIs
- Menu: Updating typicms/nestablecollection package
- Core: Updating Polish translations
- Core: Updating Spanish translations
Log
3.5.2
Changed
- Core: Correctly returning the Query object from
allWithBuilder
method in base repository - Core: Using font awesome cdn instead of local styles
Log
3.5.1
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
3.5.0
Added
- Translation: Added Korean (ko) translations
Changed
- Media: Let File implement the
Responsable
interface which allows it being returned from a controller directly.
Log
3.4.0
Changed
- Core: Define the warning callback on the SetAppKey
- Core: Cleaner
BaseCacheDecorator
class with a newremember
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 theCacheMenuDecorator
class - Menu: Using new
remember
method in theCacheMenuItemDecorator
class - Page: Fixed vuejs compatibility
- Page: Using new
remember
method in theCachePageDecorator
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 theCacheSettingDecorator
class - Tag: Using new
remember
method in theCacheTagDecorator
- Translation: Dutch translations updated
- User: Using new
remember
method in theCacheUserTokenDecorator
class - Adminlte: Fixing corrupted fonts
Log
3.3.0
Changed
- Core: Updating vue-simple-mde to avoid 'marked' warning with vuejs 2.5
- Core: Updating to element-ui 2.0 (
npm update
andnpm run dev
are required)
Log
3.2.1
3.2.0
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
fromid
inavailable-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 inpage_translations
table nullable (migrate withphp artisan module:migrate page
) - Workshop: Generating the new listener on the
LoadingBackendTranslations
hook to send translations to VueJS