Skip to content

Commit

Permalink
Merge pull request #10 from winteragency/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--acf-native-fields

chore(main): release 1.1.3
  • Loading branch information
marcusforsberg committed May 15, 2023
2 parents f7334b6 + 00b47be commit 2a15da1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [1.1.3](https://github.com/winteragency/acf-native-fields/compare/v1.1.2...v1.1.3) (2023-05-15)


### Bug Fixes

* don't require composer/installers ([537fc97](https://github.com/winteragency/acf-native-fields/commit/537fc97442673fb4c51810eb36fc3f2528cfcf94))
* set max width for featured images to 150px when used in native field ([f7334b6](https://github.com/winteragency/acf-native-fields/commit/f7334b6f81b4815b03e24c396d417a5d589a4cbf))


### Miscellaneous Chores

* added and ran Prettier ([15985a4](https://github.com/winteragency/acf-native-fields/commit/15985a4ddf5c18857c48db1900c6a3045f730eb4))
* added release-please ([c1ff88c](https://github.com/winteragency/acf-native-fields/commit/c1ff88c62918a0e424fe5486b6a8dcd3e9494b51))
* update .gitignore to exclude vendor folder ([755a503](https://github.com/winteragency/acf-native-fields/commit/755a503812adadad5092ddab898460872679b7fc))
4 changes: 2 additions & 2 deletions acf-native-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: ACF Native Fields
* Plugin URI: https://github.com/winteragency/acf-native-fields
* Description: An interface to move native WordPress fields and options into ACF for a cleaner editor layout
* Version: 1.1.2
* Version: 1.1.3
* Requires at least: 6.0
* Requires PHP: 8.0
* Author: Winter Agency
Expand All @@ -31,7 +31,7 @@

class ACF_Native_Fields {
static $instance = false;
public $version = '1.1.2'; // x-release-please-version
public $version = '1.1.3'; // x-release-please-version

function __construct() {
// Init plugin (check requirements etc)
Expand Down

0 comments on commit 2a15da1

Please sign in to comment.