Updating changelogs for v2

parent bdc4ad0e
url: https://github.com/AsgardCms/Core
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.3.0":
added:
- Laravel 5.2 compatibility
- New command <code>php artisan asgard:download:module asgardcms/contact --migrations --seeds --assets</code>
- New command <code>php artisan asgard:delete:module ModuleName --migrations</code>
"2.2.0":
added:
- Binding as a singleton in an asgard key if we're on the backend or not. Available as <code>app('asgard.onBackend')</code>
"2.0.0":
added:
- Laravel 5.4 compatibility
- <code>CanPublishConfiguration</code> helper trait
- <code>CanRequireAssets</code> helper trait
- added new <code>auth->user()</code> method to get the current user.
......@@ -25,171 +32,3 @@ versions:
- <code>Authentication</code> contract has been moved to the User module
- <code>Setting</code> contract has been moved to the Setting module
- Removed sisyphus usage
"1.24.3":
changed:
- Using <code>::class</code> notation in base controllers
"1.24.2":
changed:
- Default values of normal inputs and textareas changed to <code>null</code>, allowing usage in form model binding
"1.24.1":
changed:
- Use user creation form install command without triggering event and sending email
"1.24.0":
added:
- Macro select i18 & normal
changed:
- Add support for camelcase module name in AdminSidebar
"1.23.2":
changed:
- Added supprt for custom <code>.env</code> files
"1.23.1":
changed:
- Fixed the <code>onBackend</code> method
"1.23.0":
added:
- <code>composer.lock</code> should now be removed in install command
changed:
- AdminSidebar is now only loaded on backend
"1.22.0":
added:
- Adding an <code>Authorization</code> middlware to check permissions via route middleware
changed:
- Removing menu module from core modules, and add media to it
"1.21.0":
added:
- <code>moment.js</code> has been added to the available scripts to include
changed:
- Typehint the eloquent model
- Set the database default values to the homestead values on install command
"1.20.0":
changed:
- Removed language files, they are now in the translation module
"1.19.0":
added:
- Adding a <code>getByAttributes</code> method on the base repository
changed:
- CoreServiceProvider cleanup
"1.18.1":
changed:
- Running the migrations for the translation module on install
"1.18.0":
added:
- Requiring Pace.js script
"1.17.0":
added:
- Registering the Translation module Service provider before the Core loads
"1.16.1":
changed:
- Adding missing asset path on <code>AssetNotFoundException</code>
"1.16.0":
changed:
- Extracting a generic delete modal
"1.15.0":
changed:
- Registering of module namespaces (views, config, languages) are now done in correct module order
- Updating bower dependencies
"1.14.0":
changed:
- Fixing centralised translations and slight refactoring
"1.13.0":
changes:
- Moving the <code>PermissionManager</code> to the User module
"1.12.1":
changed:
- Fixed getting translations logic from Translation module
"1.12.0":
changed:
- Added check for correct database configuration on <code>asgard:install</code>
"1.11.2":
changed:
- Undoing breaking change for StudlyCase module names
"1.11.1":
changed:
- Allow modules to be StudlyCase
"1.11.0":
added:
- Adding a view composer to get the currently logged in user
- Adding animate.css to loaded stylesheets
- Adding helper function to check if given module is active
changed:
- Binding current user view composer to <code>layouts.master</code> template for the backend
"1.10.0":
added:
- Added Polish translations
- Added Russian translations
changed:
- Improving german translations
"1.9.0":
added:
- Chinese (simplified) language
- <code>clearCache</code> method in the repository
changed:
- <code>findByAttributes</code> method on the base repository returns the first result instead of collection
"1.8.0":
added:
- Adding top-nav translation
"1.7.0":
added:
- Spanish translations
"1.6.0":
added:
- Allowing searching by multiple IDs in repositories using <code>findByMany()</code>
"1.5.0":
added:
- Ability to customise middleware on a route group basis
"1.4.0":
changed:
- Making the BaseRepository not rely on a translated object
"1.3.0":
added:
- Customizable AdminLTE skin type, view the <code>config/asgard.core.core.php</code> file
"1.2.0":
added:
- Adding update and go back translation
changed:
- Using <code>::class</code> notation in <code>composers.php</code>
"1.1.0":
changed:
- Setting the app.locale setting from first language in settings
"1.0.13":
changed:
- Adapting AdminSidebar to new Laravel-Sidebar package
"1.0.12":
changed:
- Adapting to changed Cartalyst/Sentinel behaviour, do not hash password ourselves
"1.0.11":
changed:
- Adding missing property on BasePublicController
- Removing Sentry as default option
"1.0.10":
changed:
- Adding a dynamic application version in admin footer
"1.0.9":
changed:
- Auth property on the BasePublicController has ben made protected
removed:
- BaseSidebarViewComposer was removed
"1.0.8":
added:
- Using new sidebar extender class
changed:
- Fixing textarea input macro
removed:
- Old SidebarViewComposer
"1.0.7":
added:
- Adding an <code>id</code> method on the Authentication contract
- Adding a <code>currentUser</code> variable to every public view
"1.0.6":
changed:
- Add ability to overwrite module translation files by adding them to <code>resources/lang/{moduleName}/en/{file}.php</code>
"1.0.5":
changed:
- Using stable version on mcamara/laravel-localization
"1.0.4":
changed:
- New changelog file structure
"1.0.3":
changed:
- Working around laravel bug of empty database password not being possible
- Cleaning up the questions
url: https://github.com/AsgardCms/Dashboard
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.0.0":
added:
- Laravel 5.2 compatibility
- Laravel 5.4 compatibility
changed:
- Using new more flexible way of handle permissions via middleware
"1.10.0":
changed:
- Use <code>$router</code> variable in routes file
"1.9.0":
changed:
- Allow customizing of views
"1.8.0":
changed:
- Removed language files, they are now in the translation module
"1.7.1":
changed:
- Injecting the parent script from partial
"1.7.0":
added:
- Added Russian translations
changed:
- Improving german translations
"1.6.0":
added:
- Chinese Simplified translation
"1.5.0":
added:
- Dutch and Portuguese language
"1.4.0":
added:
- Spanish translations
"1.3.0":
added:
- Added Brazilian Portuguese translations
"1.2.1":
changed:
- Adding correct active class on dashboard sidebar item
"1.2.0":
changed:
- Use route helper functions
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.2":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.1":
changed:
- Adding changelog file
"1.0.0":
changed:
- Initial release
url: https://github.com/AsgardCms/Media
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.0.0":
added:
- Laravel 5.2 compatibility
- Laravel 5.4 compatibility
- New way to define thumbnails, no more via a config file but via a class.
- Adding a new resize canvas image manipulation
changed:
......@@ -13,151 +13,3 @@ versions:
- Allow <code>Imagy->getThumbnail()</code> to get the File entity directly
deleted:
- Removing laracasts/flash dependency
"1.25.1":
changed:
- Fixing setting default to empty array of getting the files of the form
"1.25.0":
changed:
- Use <code>$router</code> variable in routes file
"1.24.0":
changed:
- Add thumbnail helper into File model
"1.23.1":
changed:
- Set default argument to handle method on event handlers
"1.23.0":
changed:
- Removing the need of adding the events in <code>events.php</code>
"1.22.1":
changed:
- Fix thumbnail include
- Hide thumbnail dropdown on include partial if it's not via wysiwyg
"1.22.0":
added:
- Way to handle media on create views (multiple images and single image)
- FTP media file adapter
changed:
- Fixed bug in filename slug when file extension is uppercase
"1.21.0":
changed:
- Using the validator::extend instead of resolve.
- Renamed the <code>$thumbnail</code> variable in partial view of linking media
- Include data file attribute to non image files
"1.20.1":
changed:
- Re-releasing
"1.20.0":
added:
- Drag & drop on the multi file relation file
changed:
- A <code>thumbnail</code> option can be sent to the file partials to decide which thumbnail to use on display
- Added file path data attribute on the media grid popup
"1.19.0":
changed:
- Adding the publishing of the media main config file in the media module
"1.18.1":
changed:
- Fixing instantiation of the <code>RefreshThumbnailCommand</code>
"1.18.0":
changed:
- Queue closures in the <code>FileService</code> has ben extracted to a queued job
- The refresh thumbnail command now uses a queued job
"1.17.2":
added:
- Method to get the file path as a string using <code>$file->path_string</code>
"1.17.1":
changed:
- Fixed extension guessing
- Fixed file location for non images files
"1.17.0":
changed:
- Hiding the thumbnail display if file is not an image
- Fixing the filename property on the edit view
- Removed language files, they are now in the translation module
"1.16.0":
added:
- Adding the timesteamps on the morph files relation
- Adding support for local and s3 file storage!
changed:
- If file with already present filename, new unique filename will be generated instead of throwing error
"1.15.1":
changed:
- Including the Asgard js global definition
"1.15.0":
changed:
- Read the dropzone post URL from the Asgard global object
"1.14.2":
changed:
- Fixing the display of the max file size error message
"1.14.1":
changed:
- Fixed the include media pop up link to assets
"1.14.0":
changed:
- Use the new datatables way of marking column not sortable
- Use the single removal modal setup
"1.13.0":
changed:
- Allow multiple upload from media library fields on one page
- Allow media zone names to have multiple words separated with underscore
"1.12.0":
changed:
- The clic event on the <code>x</code> to unlink an image has been bound to a container to allow removal after dom generation
"1.11.0":
changed:
- Getting the correct field for the description input
- Naming the CkEditor route
"1.10.0":
added:
- Added Russian translations
"1.9.0":
added:
- Chinese Simplified language
changed:
- Setting default folder id to 0
- Fixed bug where thumbnails for images with uppercase extension wouldn't get created
"1.8.0":
added:
- Dutch and Portuguese language
"1.7.0":
added:
- Spanish translations
"1.6.0":
added:
- Added Brazilian Portuguese translations
"1.5.0":
changed:
- Added <code>$attributes</code> to validator resolver
"1.4.0":
changed:
- Use the manual route binding
"1.3.1":
changed:
- Fixing alt atribute display error
"1.3.0":
changed:
- Use the helper functions in controller
- Use manual route definition over the route resource shortcut
"1.2.0":
changed:
- Remove the <code>du</code> function usage for non *nix systems
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.4":
changed:
- Change column ordering on index view
"1.0.3":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.2":
changed:
- Adding a changelog file
"1.0.1":
changed:
- Using tagged version of modules
"1.0.0":
changed:
- Initial release
url: https://github.com/AsgardCms/Menu
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.2.0":
changed:
- Only registering the menus for the frontend part.
"2.0.0":
added:
- Laravel 5.2 compatibility
- Laravel 5.4 compatibility
changed:
- Using new more flexible way of handle permissions via middleware
deleted:
- Removing laracasts/flash dependency
"1.17.0":
changed:
- Use <code>$router</code> variable in routes file
"1.16.0":
changed:
- Using new authorise middleware for more flexibility
- Added migration to alter menu item icon field so that Pingpong MenuItem correctly renders empty icon
"1.15.0":
changed:
- Submenu items now have their target attribute set
"1.14.0":
changed:
- Removed language files, they are now in the translation module
"1.13.0":
changed:
- Manual inclusing of iCheck css file has been removed
- Use the new datatables way of marking column not sortable
"1.12.0":
changed:
- Fix submenu items not being linked
- Fixing display of collapse menu item without sub-items
- Don't allow menu items to be placed before the root item
"1.11.0":
changed:
- Better German translations
- Fixing duplication of sub menu items
"1.10.0":
added:
- Added Russian translations
changed:
- Improving german translations
"1.9.0":
added:
- Icon on menu
"1.8.0":
added:
- Dutch and Portuguese language
"1.7.0":
changes:
- Root menu item now is set in all available languages instead of hardcoded
"1.6.0":
added:
- Spanish translations
"1.5.0":
changed:
- Added Brazilian Portuguese translations
"1.4.0":
changed:
- Autofocus the <code>title</code> field
"1.3.0":
changed:
- Using manual route binding.
- Setting route parameter to singular.
"1.2.0":
changed:
- Use the flash helper function in controller
- Use manual route definition over the route resource shortcut
"1.1.1":
removed:
- Removed unused loaded files
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.3":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.2":
changed:
- Adding changelog file
"1.0.1":
changed:
- Using tagged versions of modules
"1.0.0":
changed:
- Initial release
url: https://github.com/AsgardCms/Page
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.2.0":
added:
- Laravel 5.2 compatibility
- Testing event trigger on page deletion
- Testing that the page events are triggered
removed:
- Removing the page counter as it doesn't serve any purpose besides costing a query
"2.0.0":
added:
- Laravel 5.4 compatibility
- Tags, pages can now own tags.
changed:
- Using new more flexible way of handle permissions via middleware
removed:
- Removing laracasts/flash dependency
"1.15.1":
changed:
- Fixing issue where saving the homepage would remove the is_home status on it
"1.15.0":
added:
- Ability to add middleware on the front end routes
changed:
- Use <code>$router</code> variable in routes file
"1.14.0":
changed:
- Fix ability to uncheck is_home checkbox
- Is home checkbox unique rule has been removed, instead other homepage will now be unchecked
"1.13.1":
changed:
- Load ckeditor using the assetPipeline
"1.13.0":
changed:
- Resolved path problem for different locales
"1.12.1":
added:
- Adding dynamic relations on the Page entity
"1.12.0":
added:
- Adding ability to add additional fields to the pages module
- Individual config publishing for the page module
"1.11.0":
changed:
- Removed language files, they are now in the translation module
"1.10.0":
changed:
- Using the delete modal partial
- Using font awesome icons on index
"1.9.0":
changed:
- Using the new data attribute to disable sorting from datatables
- Removing the duplicate confirm delete modal
- Requiring iCheck from the asset pipeline
- Missing slug class was added on the slug input for automatic slug generation
"1.8.1":
changed:
- Fixed issue with updating pages and triggering event
"1.8.0":
changed:
- Added data attributes for automatic slug creation
"1.7.0":
changed:
- Fix template selector if its name is not defined in the file.
"1.6.0":
added:
- Added naming templates feature
- Added Polish translations
- Added Russian translations
"1.5.0":
added:
- Dutch and Portuguese language
added:
- Making the template selection a dropdown instead of an input
"1.4.0":
added:
- Spanish translations
"1.3.0":
added:
- Added Brazilian Portuguese translations
"1.2.1":
changed:
- Rename the route parameter
- Use the manual model binding
"1.2.0":
changed:
- Use the helper functions in controller
- Typehint the page entity in admin controller
- Use manual route definition over the route resource shortcut
"1.1.1":
removed:
- Removed unused loaded files
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.4":
changed:
- Fixing datatable
"1.0.3":
added:
- Changing index view columns order
"1.0.2":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.1":
changed:
- Fixes AsgardCms/Platform#46 - Old input is kept in all fields
- Using the <code>old()</code> method helper
url: https://github.com/AsgardCms/Setting
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.0.0":
added:
- Laravel 5.2 compatibility
- Add ability to set a plain setting value via <code>Modules\Setting\Support\Settings</code>
......@@ -10,93 +10,3 @@ versions:
removed:
- Removing laracasts/flash dependency
- <code>Setting</code> contract has been moved to the Setting module
"1.14.0":
changed:
- Use <code>$router</code> variable in routes file
"1.13.1":
changed:
- Use the findByName method to find a setting
"1.13.0":
changed:
- Removed language files, they are now in the translation module
added:
- Adding a wysiwyg settings field.
"1.12.1":
changed:
- Manual inclusing of iCheck css file has been removed
"1.12.0":
changed:
- Make setting name unique in database
"1.11.0":
added:
- Added Russian translations
changed:
- Improving german translations
"1.10.0":
added:
- Chinese Simplified language
"1.9.0":
added:
- Dutch and Portuguese language
"1.8.0":
added:
- Spanish translations
"1.7.0":
added:
- Added portuguese translations
"1.6.0":
added:
- Adding a <code>CacheSettingDecorator</code> class which handles the caching correctly
"1.5.0":
changed:
- Set default theme location
- Use the global <code>isInstalled</code> method
"1.4.0":
changed:
- Use the helper functions in controller
- Use manual route definition over the route resource shortcut
"1.3.0":
added:
- Adding a setting helper function, <code>setting()</code>
"1.2.1":
changed:
- Do not cache the theme directories
"1.2.0":
changed:
- Clearing the settings cache on create / update
"1.1.1":
changed:
- Removing unused <code>start.php</code> file
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.9":
changed:
- Require stable version of Doctrine/Dbal
"1.0.8":
"1.0.7":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.6":
changed:
- Get a default value from settings configuration file if setting is empty or not set
"1.0.5":
changed:
- Fixing radio and checkbox field settings not being defined at first use
"1.0.4":
changed:
- Changing the settings value fields to TEXT type, using doctrine/dbal to make it work in all db drivers
"1.0.3":
changed:
- Changing the settings value fields to TEXT type
"1.0.2":
changed:
- Adding changelog file
"1.0.1":
changed:
- Using tagged versions of modules
"1.0.0":
changed:
- Initial release
url: https://github.com/AsgardCms/Tag
url: https://github.com/AsgardCms/Platform
versions:
"1.0@unreleased":
"2.1.0":
changed:
- Fixed tags not being removed probably on update & delete
"2.0.0":
added:
- Initial Release
url: https://github.com/AsgardCms/Translation
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.2.0":
changed:
- Optimising the checking and loading of module translations (~20% speed increase)
"2.1.0":
changed:
- Fixed <code>whereKey</code> for laravel 5.4 where this now searches in <code>id</code> instead of <code>key</code> column
"2.0.0":
added:
- Laravel 5.2 compatibility
- Laravel 5.4 compatibility
changed:
- Using new more flexible way of handle permissions via middleware
- Protecting api routes with api admin middleware
removed:
- Removing laracasts/flash dependency
"1.13.0":
changed:
- Use <code>$router</code> variable in routes file
"1.12.0":
added:
- Adding translation for reset email sent notification
- Add a check to avoid errors on some systems
"1.11.1":
changed:
- Using the correct configuration file & key to hide sidebar
- Updating French translations
"1.11.0":
added:
- Spanish translations
"1.10.1":
changed:
- Fixed the Cache Decorator using null in the Cache Key
"1.10.0":
added:
- French translations
"1.9.1":
changed:
- Fixed variable name in cache decorator
"1.9.0":
added:
- Translation keys for the new menu types coming soon
changed:
- Making sure the translation cache key doesnt contain spaces
- Only use the cache decorator if this is enabled in environment file
"1.8.0":
added:
- Adding swedish language tab translation
changed:
- Converting translation files that were in latin1 to utf8 encoding
"1.7.0":
added:
- Notification <code>messages.view all</code> translation key
- Adding Turkish language
- Added Dutch translations.
"1.6.1":
changed:
- Fixing <code>key</code> index name in down method
"1.6.0":
added:
- Translations revisions now also record the created event
- Adding new event column on revisions modal
changed:
- Making the history limit amount configurable
- Reversing the history array, to show the most up to date revision first
"1.5.1":
changed:
- Adding a case if there are no revisions yet
"1.5.0":
changed:
- Adding an index on the key column of the translations table
"1.4.1":
changed:
- Check that asgard is installed before registering the custom translator
"1.4.0":
added:
- Revisions on the static translations
"1.3.0":
changed:
- Updating the file implementation to read the locations of translations directly from laravel's loader
- Moved the <code>TranslationServiceProvider</code> definition to the Core module
- Defined a custom <code>TranslationLoader</code> class
"1.2.1":
added:
- Adding the venturecraft/revisionable package
- Added Macedonina locale for Core module
- Added Turkish language
"1.2.0":
added:
- Edit translations via a web GUI
"1.1.0":
added:
- Adding translation file for the Translation module itself
- Added tab translations to de/en for portuguese and arabic
"1.0.0":
changed:
- Initial release
url: https://github.com/AsgardCms/User
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.3.0":
changed:
- Avoid hashing passwords 2 times with using createWithRoles method, which calls the create() method.
"2.2.0":
added:
- Create a helper trait to find a user by the given Bearer token <code>CanFindUserWithBearerToken</code>
changed:
- Loging in the user found via the bearer token. Failsafe if the user isn't set on a revision to use empty string.
"2.1.0":
added:
- Testing the UserRepository
- Testing the RoleRepository
"2.0.0":
added:
- Laravel 5.2 compatibility
- Laravel 5.4 compatibility
- Added api keys management per user. With API middleware to protect internal APIs and public APIs.
- <code>Authentication</code> contract has been moved to the User module (from Core Module)
- Adding hasAccess method on UserInterface to check for given permission(s)
......
url: https://github.com/AsgardCms/Workshop
url: https://github.com/AsgardCms/Platform
versions:
"2.0@unreleased":
"2.0.0":
added:
- Laravel 5.2 compatibility
- Laravel 5.4 compatibility
- Ability to add unreleased items in module changelog, by suffixing version with <code>@unreleased</code>
- Protecting api routes with api admin middleware
changed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment