Skip to content

Commit 6ba22b9

Browse files
timohuboisdomtra
authored andcommitted
chore(release): 1.4.1
1 parent b5e16af commit 6ba22b9

File tree

7 files changed

+76
-13
lines changed

7 files changed

+76
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.1](https://github.com/flyntwp/flynt/compare/v1.4.0...v1.4.1) (2022-06-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **BlockPostHeader:** display dates correctly ([#400](https://github.com/flyntwp/flynt/issues/400)) ([b5e16af](https://github.com/flyntwp/flynt/commit/b5e16af19ced21426a8bfe0b303e15c2eb5dcc97))
11+
12+
13+
### Other
14+
15+
* **NavigationBurger:** use Timber\Menu sub-namespace instead of Timber ([#352](https://github.com/flyntwp/flynt/issues/352)) ([c7a763f](https://github.com/flyntwp/flynt/commit/c7a763f697f949f049773a3b42b616816450bb00))
16+
* **NavigationMain:** use Timber\Menu sub-namespace instead of Timber ([#354](https://github.com/flyntwp/flynt/issues/354)) ([70f7e75](https://github.com/flyntwp/flynt/commit/70f7e75cde48241a9ff966d550226ba4782fad18))
17+
518
## [1.4.0](https://github.com/flyntwp/flynt/compare/v1.3.0...v1.4.0) (2020-10-21)
619

720

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"psr-4": {
3434
"Flynt\\": "lib/"
3535
}
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"composer/installers": true
40+
}
3641
}
3742
}

composer.lock

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

lib/Utils/ArrayHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function isAssoc(array $array)
3535
*/
3636
public static function indexedValuesToAssocKeys(array $array)
3737
{
38-
_deprecated_function(__METHOD__, '%%NEXT_VERSION%%');
38+
_deprecated_function(__METHOD__, '1.4.1');
3939
$values = array_map(function ($value) {
4040
return is_array($value) ? $value : [];
4141
}, $array);

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "flynt",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "index.js",
55
"repository": "[email protected]:flyntwp/flynt.git",
66
"author": "bleech <[email protected]>",

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Flynt
33
Theme URI: https://www.flyntwp.com/
44
Description: The starter theme for building Flynt projects.
5-
Version: 1.4.0
5+
Version: 1.4.1
66
Author: bleech <[email protected]>
77
Author URI: https://bleech.de/
88
Text Domain: flynt

0 commit comments

Comments
 (0)