Skip to content

Commit

Permalink
2.8.2: Recompile + changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed May 6, 2022
1 parent 21e0113 commit b32623b
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 14 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to `twill` will be documented in this file.

## 2.8.2 (2022-05-06)

### Fixes

- Make site link translatable [`#1617`](https://github.com/area17/twill/pull/1617)
- Fix SQL error on twill:refresh-crops command [`#1618`](https://github.com/area17/twill/pull/1618)
- Fix locale if intl extension is missing. [`#1620`](https://github.com/area17/twill/pull/1620)
- Fix usage of quotes in placeholder [`#1621`](https://github.com/area17/twill/pull/1621)
- Fix visual issue with long notes on media [`#1612`](https://github.com/area17/twill/pull/1612)
- Change search to allow less then 3 characters [`#1613`](https://github.com/area17/twill/pull/1613)
- Add polyfill for doesntContain to ensure Laravel 7 compatability [`#1635`](https://github.com/area17/twill/pull/1635)

## 2.8.1 (2022-04-26)

### Fixes
Expand All @@ -12,7 +24,7 @@ All notable changes to `twill` will be documented in this file.

## 2.8.0 (2022-04-19)

### Added
### Added

No new features were added in the final release. Please check rc and beta tags to see a full
list of new features and fixes.
Expand Down Expand Up @@ -40,7 +52,7 @@ list of new features and fixes.
- Changed activity log morph size to bigInt [`#1565`](https://github.com/area17/twill/pull/1565)
- Fixed leftover array accessor on capsule object [`#1574`](https://github.com/area17/twill/pull/1574)
- Fixed small visual issue with long labels [`#1566`](https://github.com/area17/twill/pull/1566)
- Fixed MorphMany saving [`#1460`](https://github.com/area17/twill/pull/1460)
- Fixed MorphMany saving [`#1460`](https://github.com/area17/twill/pull/1460)

### Docs

Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/admin/js/chunk-common.51b18714.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/assets/admin/js/chunk-common.8bdc3e4e.js

This file was deleted.

File renamed without changes.
12 changes: 6 additions & 6 deletions dist/assets/admin/twill-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"Inter-MediumItalic.woff2": "/assets/admin/fonts/Inter-MediumItalic.7a7fd735.woff2",
"Inter-Regular.woff": "/assets/admin/fonts/Inter-Regular.aebfbb3c.woff",
"Inter-Regular.woff2": "/assets/admin/fonts/Inter-Regular.bffaed79.woff2",
"chunk-common.css": "/assets/admin/css/chunk-common.917b2fb8.css",
"chunk-common.js": "/assets/admin/js/chunk-common.8bdc3e4e.js",
"chunk-common.css": "/assets/admin/css/chunk-common.7aea64ec.css",
"chunk-common.js": "/assets/admin/js/chunk-common.51b18714.js",
"chunk-vendors.css": "/assets/admin/css/chunk-vendors.e0f3ef32.css",
"chunk-vendors.js": "/assets/admin/js/chunk-vendors.7d2ee8d2.js",
"icons-files.php": "/views/partials/icons/icons-files-svg.blade.php",
"icons-wysiwyg.php": "/views/partials/icons/icons-wysiwyg-svg.blade.php",
"icons.php": "/views/partials/icons/icons-svg.blade.php",
"main-buckets.css": "/assets/admin/css/main-buckets.4476e8eb.css",
"main-buckets.js": "/assets/admin/js/main-buckets.06e77913.js",
"main-buckets.js": "/assets/admin/js/main-buckets.0437084d.js",
"main-dashboard.css": "/assets/admin/css/main-dashboard.cc2042d4.css",
"main-dashboard.js": "/assets/admin/js/main-dashboard.3d11cc45.js",
"main-dashboard.js": "/assets/admin/js/main-dashboard.84c4e67e.js",
"main-form.css": "/assets/admin/css/main-form.6c216c44.css",
"main-form.js": "/assets/admin/js/main-form.07337faa.js",
"main-form.js": "/assets/admin/js/main-form.84909f6b.js",
"main-free.js": "/assets/admin/js/main-free.94ff6746.js",
"main-listing.css": "/assets/admin/css/main-listing.4c860d28.css",
"main-listing.js": "/assets/admin/js/main-listing.ee5ba6e0.js"
"main-listing.js": "/assets/admin/js/main-listing.6388c3bc.js"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "2.8.0",
"version": "2.8.2",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '2.8.0';
public const VERSION = '2.8.2';

/**
* Service providers to be registered.
Expand Down

0 comments on commit b32623b

Please sign in to comment.