Skip to content

Releases: milaxcom/mconsole

0.5

27 Mar 04:13

Choose a tag to compare

Laravel 5.4 support

0.3.8

02 May 06:19

Choose a tag to compare

Fixed
  • Mconsole installer (unable to install mconsole)

0.3.7

02 May 06:00

Choose a tag to compare

Added
  • php 7 compatibility
  • GenericFormsConstructor class to add custom form fields (FormsConstructor interface)
  • GenericAPI interface
  • Repository interface
  • APIManager class (now support third party APIs)
  • Modules config support
  • UploadsAPI detach method
  • Ajax uploader backups (restores after errors or page refresh)
  • CascadeDelete trait for dynamic relationships deletions
  • DoesNotHaveShow trait for controllers that doesn't use the show method
  • HasLinks trait for linkable items
  • GenericPagingHandler class to handle paginators (PagingHandler interface)
Fixed
  • Mconsole installer (unable to overwrite config files, unable to create new user)
  • Multi language menu editor
  • Overall optimizations
Updated
  • Module blueprint
    • Fixed namespaces
    • Removed menu element from bootstrap
    • Added repository
  • No typehints in ListRenderer interface
  • Modules translations
  • CKEditor auto formatting

0.3.6

02 May 05:36

Choose a tag to compare

Added
  • Blade Helper widget (helper for using variables feature)
  • ListRenderer interface for showing records lists
  • Search API namespaces support
  • English localization
  • Variables seeders
  • HasState and System model traits
  • Modal delete confirmation
  • Modules suggestions from packagist.org
  • Variables clipboard copy
  • @trans blade template with trans() javascript helper for translating javascript values
  • Modules dependency system
  • Menu API push method
  • Presets API
  • defines.php file for constants
  • Default laravel migrations (users, password_resets)
  • Upload presets file types
  • Upload files extensions validation
  • --model and --request options for module generator
Updated
  • Upload form visuals
  • Installer now run composer dump-autoload command
  • Menu reordered
  • Run composer dump-autoload after installing module
  • Installer optimizations, now mconsole install/updates faster
  • Filters in modals
Fixed
  • Uploads API POST without files error
  • Upload form json errors
  • HasRedirects trait with session errors
  • Modules uninstall migrations errors
  • UserInterface, Pages tests errors
  • Fill created_at and updated_at fields when creating root user with Installer
  • Clear cache link in settings
  • MconsoleMiddleware routes exceptions
Removed
  • Travis CI builds
  • HasFilters, HasPaginator and HasQuery traits

0.3.5

17 Apr 07:04

Choose a tag to compare

Added
  • Menu editor
  • Menu seeder
  • Trans partial
  • trans javascript helper function
  • notification javascript helper function
Fixed
  • Tags translations

0.3.4

16 Apr 21:50

Choose a tag to compare

Added
  • Mconsole Middleware routes exceptions
  • APIs ajax check
  • New Notifications API
  • Dashboard link in menu
  • System menu
Fixed
  • Images API get() urlencode
  • Roles routes check
  • Only root user can set user role
  • All users can use search bar
  • Dashboard quotes author
Updated
  • Modules sorted by name and installation state
  • APIs controllers moved to \Http\Controllers\API
  • Image names display limited to 10 characters
  • Fixed menu bar

0.3.3

16 Apr 02:25

Choose a tag to compare

Added:

  • Tags editor
  • HasTags trait
  • Back button in portlet title

Updated:

  • Deletion observing on models that using HasImage trait

0.3.2

14 Apr 21:10

Choose a tag to compare

Added:

  • Search bar with an API
  • Settings groups
  • CKEditor

Updated:

  • Trats renamed
  • Installer --quick option to skip long assets copy
  • Translations updater moved from Modules to Settings page

0.3.1

13 Apr 03:09

Choose a tag to compare

Added:

  • Tags support
  • Copy module public assets to /public/massets/modules directory
  • doctrine/dbal dependency for migrations

Updated:

  • milax/mconsole-base-components dependency to any version
  • Module generator creates public assets directories

Fixed:

  • Images API
  • Image model

Removed:

  • Caching test

0.3

12 Apr 23:04

Choose a tag to compare

0.3

Added:

  • Module service provider support
  • php artisan make:module --package option for module packaging including composer.json
  • Detailed modules information
  • MconsoleOption seeder API
  • Images API
  • Images Uploader (with inputs and sortable)
  • Some new cool quotes

Fixed:

  • Empty input values in settings
  • Module install buttons
  • Migrations with doctrine/dbal package
  • Empty rows in variables editor

Updated:

  • Some RU translations
  • Module blueprints
  • Images accessible with public path by symbolic links