Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timohubois authored and domtra committed Jul 8, 2022
1 parent b5e16af commit 6ba22b9
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [1.4.1](https://github.com/flyntwp/flynt/compare/v1.4.0...v1.4.1) (2022-06-26)


### Bug Fixes

* **BlockPostHeader:** display dates correctly ([#400](https://github.com/flyntwp/flynt/issues/400)) ([b5e16af](https://github.com/flyntwp/flynt/commit/b5e16af19ced21426a8bfe0b303e15c2eb5dcc97))


### Other

* **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))
* **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))

## [1.4.0](https://github.com/flyntwp/flynt/compare/v1.3.0...v1.4.0) (2020-10-21)


Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@
"psr-4": {
"Flynt\\": "lib/"
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
63 changes: 54 additions & 9 deletions composer.lock

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

2 changes: 1 addition & 1 deletion lib/Utils/ArrayHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function isAssoc(array $array)
*/
public static function indexedValuesToAssocKeys(array $array)
{
_deprecated_function(__METHOD__, '%%NEXT_VERSION%%');
_deprecated_function(__METHOD__, '1.4.1');
$values = array_map(function ($value) {
return is_array($value) ? $value : [];
}, $array);
Expand Down
2 changes: 1 addition & 1 deletion 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": "flynt",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",
"repository": "[email protected]:flyntwp/flynt.git",
"author": "bleech <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Flynt
Theme URI: https://www.flyntwp.com/
Description: The starter theme for building Flynt projects.
Version: 1.4.0
Version: 1.4.1
Author: bleech <[email protected]>
Author URI: https://bleech.de/
Text Domain: flynt
Expand Down

0 comments on commit 6ba22b9

Please sign in to comment.