Skip to content

Commit b32623b

Browse files
committed
2.8.2: Recompile + changelog.
1 parent 21e0113 commit b32623b

12 files changed

+26
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## 2.8.2 (2022-05-06)
6+
7+
### Fixes
8+
9+
- Make site link translatable [`#1617`](https://github.com/area17/twill/pull/1617)
10+
- Fix SQL error on twill:refresh-crops command [`#1618`](https://github.com/area17/twill/pull/1618)
11+
- Fix locale if intl extension is missing. [`#1620`](https://github.com/area17/twill/pull/1620)
12+
- Fix usage of quotes in placeholder [`#1621`](https://github.com/area17/twill/pull/1621)
13+
- Fix visual issue with long notes on media [`#1612`](https://github.com/area17/twill/pull/1612)
14+
- Change search to allow less then 3 characters [`#1613`](https://github.com/area17/twill/pull/1613)
15+
- Add polyfill for doesntContain to ensure Laravel 7 compatability [`#1635`](https://github.com/area17/twill/pull/1635)
16+
517
## 2.8.1 (2022-04-26)
618

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

1325
## 2.8.0 (2022-04-19)
1426

15-
### Added
27+
### Added
1628

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

4557
### Docs
4658

dist/assets/admin/css/chunk-common.917b2fb8.css renamed to dist/assets/admin/css/chunk-common.7aea64ec.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/admin/js/chunk-common.51b18714.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/admin/js/chunk-common.8bdc3e4e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/assets/admin/twill-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"Inter-MediumItalic.woff2": "/assets/admin/fonts/Inter-MediumItalic.7a7fd735.woff2",
1212
"Inter-Regular.woff": "/assets/admin/fonts/Inter-Regular.aebfbb3c.woff",
1313
"Inter-Regular.woff2": "/assets/admin/fonts/Inter-Regular.bffaed79.woff2",
14-
"chunk-common.css": "/assets/admin/css/chunk-common.917b2fb8.css",
15-
"chunk-common.js": "/assets/admin/js/chunk-common.8bdc3e4e.js",
14+
"chunk-common.css": "/assets/admin/css/chunk-common.7aea64ec.css",
15+
"chunk-common.js": "/assets/admin/js/chunk-common.51b18714.js",
1616
"chunk-vendors.css": "/assets/admin/css/chunk-vendors.e0f3ef32.css",
1717
"chunk-vendors.js": "/assets/admin/js/chunk-vendors.7d2ee8d2.js",
1818
"icons-files.php": "/views/partials/icons/icons-files-svg.blade.php",
1919
"icons-wysiwyg.php": "/views/partials/icons/icons-wysiwyg-svg.blade.php",
2020
"icons.php": "/views/partials/icons/icons-svg.blade.php",
2121
"main-buckets.css": "/assets/admin/css/main-buckets.4476e8eb.css",
22-
"main-buckets.js": "/assets/admin/js/main-buckets.06e77913.js",
22+
"main-buckets.js": "/assets/admin/js/main-buckets.0437084d.js",
2323
"main-dashboard.css": "/assets/admin/css/main-dashboard.cc2042d4.css",
24-
"main-dashboard.js": "/assets/admin/js/main-dashboard.3d11cc45.js",
24+
"main-dashboard.js": "/assets/admin/js/main-dashboard.84c4e67e.js",
2525
"main-form.css": "/assets/admin/css/main-form.6c216c44.css",
26-
"main-form.js": "/assets/admin/js/main-form.07337faa.js",
26+
"main-form.js": "/assets/admin/js/main-form.84909f6b.js",
2727
"main-free.js": "/assets/admin/js/main-free.94ff6746.js",
2828
"main-listing.css": "/assets/admin/css/main-listing.4c860d28.css",
29-
"main-listing.js": "/assets/admin/js/main-listing.ee5ba6e0.js"
29+
"main-listing.js": "/assets/admin/js/main-listing.6388c3bc.js"
3030
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@area17/twill",
3-
"version": "2.8.0",
3+
"version": "2.8.2",
44
"private": true,
55
"scripts": {
66
"inspect": "vue-cli-service inspect --mode production",

src/TwillServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TwillServiceProvider extends ServiceProvider
4949
*
5050
* @var string
5151
*/
52-
public const VERSION = '2.8.0';
52+
public const VERSION = '2.8.2';
5353

5454
/**
5555
* Service providers to be registered.

0 commit comments

Comments
 (0)