Skip to content

Releases: AlexStack/Laravel-CMS

1.4.7

24 May 22:17
Compare
Choose a tag to compare

Fix bugs to make plugins work better in Laravel 8.x environment

1.4.6

08 Feb 21:51
Compare
Choose a tag to compare

Make unique index name of migrate scripts for PostgreSQL

1.4.5

05 Feb 05:38
Compare
Choose a tag to compare

Bug fixes for the install script
Improve Travis CI test

1.4.4

02 Feb 23:51
Compare
Choose a tag to compare
  1. Install laravel ui:auth by default for the new project (only support Laravel >= 6.0)
  2. Allow enter database username/password via install command: php artisan laravelcms
  3. Automatically add a default admin user for the new project, username: [email protected] password: admin321
  4. Tested in php 8 & laravel 8

1.4.3

31 Jan 04:18
Compare
Choose a tag to compare

Test Laravel 8.x
Add login CSS file for new cms website login/register page
Change route / to cms if it is a new website
Update steps for set up a brand new CMS website with the latest Laravel

1.4.2

06 Jun 06:18
ece28e3
Compare
Choose a tag to compare
  1. Support Laravel 7
  2. Added some language files
  3. Tested in PHP 7.1, 7.2, 7.3, 7.4

1.4.1

22 Jan 01:06
5d38c18
Compare
Choose a tag to compare
  1. Add inquiry_verify_str for basic spam check
  2. Display order by sort_value for search result
  3. Pass variables to the plugin for the create() method

1.4

13 Jan 20:24
8807491
Compare
Choose a tag to compare
1.4
  1. Use your own PHP controller/class by adding it into a CMS page. Details: https://www.laravelcms.tech/Laravel-Advanced-Override-the-page-content-by-your-PHP-Class-method-function.html
  2. The All Pages in the backend will use ReactJS by default. Details: https://www.laravelcms.tech/Laravel-Backend-All-Pages-search-and-display-settings.html
  3. Frontend search improve: Allow search keyword & tag together
  4. Frontend inquiry form improve: Show inquiry form even no record in the database

1.3.0

18 Oct 06:13
c33b5c3
Compare
Choose a tag to compare

Add: Basic tags for a page
Add: Upgrade CMS online via browser

1.2.1

14 Oct 20:21
f8ea703
Compare
Choose a tag to compare
Merge pull request #42 from AlexStack/alex_dev

Alex dev