Skip to content

Releases: zgldh/scaffold

v1.7.8

Choose a tag to compare

@zgldh zgldh released this 20 Nov 05:01
a8bc2db

Updated the phpoffice/phpspreadsheet from 1.4.0 to 1.8.2

v1.7.7

Choose a tag to compare

@zgldh zgldh released this 10 Oct 16:00

Fixed the permission:auto-refresh duplicate records issue.

Manually tune-up for old users:

  1. Go to Modules/User/Commands/UpdatePermissions.php down to bottom. The method processConnection.
  2. Change to
    private function processConnection($connection)
    {
        $permissionQuery = (new Permission())->setConnection($connection);
        foreach ($this->permissions as $permissionData) {
            if (!$permissionQuery->where([
                'name' => $permissionData['name'],
                'guard_name' => $permissionData['guard_name']
            ])->first()) {
                $permission = $permissionQuery->firstOrCreate($permissionData);
            }
        }
    }

v1.7.6

Choose a tag to compare

@zgldh zgldh released this 06 Mar 06:42
bb8f510

Fixed Requests template to use Dingo\Api\Http\FormRequest;

v1.7.5

Choose a tag to compare

@zgldh zgldh released this 01 Nov 11:23
0c690bf

Fixed frontend Editor template with parameter

v1.7.4

Choose a tag to compare

@zgldh zgldh released this 01 Nov 11:01
893eed1

Fix frontend List relationship column display
Fix upload field definition

v1.7.3

Choose a tag to compare

@zgldh zgldh released this 01 Nov 10:15
765f687

Fixed the image uploader single file issue

v1.7.2

Choose a tag to compare

@zgldh zgldh released this 01 Nov 10:05
e2a9d01

Fixed the frontend Editor template _with parameter issue

v1.7

Choose a tag to compare

@zgldh zgldh released this 01 Nov 11:01
893eed1
Fix frontend List relationship column display

v1.7.1

Choose a tag to compare

@zgldh zgldh released this 16 Oct 13:06

For Docker and Jenkins

v1.7.0

Choose a tag to compare

@zgldh zgldh released this 25 Sep 09:42

Fixed: The front-end creating page to redirect a proper updating page when creating successful.
Added: Observer generator for scaffold:addModel command