Skip to content

Commit 53f59c3

Browse files
committed
Update changelog and version for 3.4.1
1 parent 9c6416f commit 53f59c3

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 3.4.1
6+
7+
### Improved
8+
9+
- Allow media and file library disk configuration using an environement variable by [@antonioribeiro](https://github.com/antonioribeiro) in https://github.com/area17/twill/pull/2676
10+
11+
### Fixed
12+
13+
- Fix #2671: 3.4.0 regression on related browsers previews by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2672
14+
- Fix #2674: 3.4.0 regression on relation column using a one-to-one relationship by [@Tofandel](https://github.com/Tofandel) in https://github.com/area17/twill/pull/2675
15+
516
## 3.4.0
617

718
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@area17/twill",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"private": true,
55
"scripts": {
66
"inspect": "vue-cli-service inspect --mode production",

src/TwillServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class TwillServiceProvider extends ServiceProvider
6565
*
6666
* @var string
6767
*/
68-
public const VERSION = '3.4.0';
68+
public const VERSION = '3.4.1';
6969

7070
/**
7171
* Service providers to be registered.

0 commit comments

Comments
 (0)