Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Nov 21, 2023
1 parent 6f39570 commit a63594f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

<a name="1.0.3"></a>
## [1.0.3](https://github.com/flyntwp/acf-field-group-composer/compare/v1.0.2...v1.0.3) (2023-11-22)


### Bug Fixes

* **resolveConfig:** PHP 8.2 deprecated notices ([6f39570](https://github.com/flyntwp/acf-field-group-composer/commit/6f39570))


<a name="1.0.2"></a>
## [1.0.2](https://github.com/flyntwp/acf-field-group-composer/compare/v1.0.1...v1.0.2) (2020-09-11)

Expand Down
2 changes: 1 addition & 1 deletion acf-field-group-composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://bleech.de
* Text Domain: acf-field-group-composer
* Domain Path: /languages
* Version: 1.0.0
* Version: 1.0.3
*
* @package ACF_Field_Group_Composer
*/
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": "acf-field-group-composer",
"version": "1.0.2",
"version": "1.0.3",
"repository": "[email protected]:flyntwp/acf-field-group-composer.git",
"author": "bleech <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a63594f

Please sign in to comment.