From 00b47be0343de728055b6f6411ded01d346e6cda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:13:15 +0000 Subject: [PATCH] chore(main): release 1.1.3 --- CHANGELOG.md | 16 ++++++++++++++++ acf-native-fields.php | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ea5c5bc --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/acf-native-fields.php b/acf-native-fields.php index 86357d4..c530a62 100644 --- a/acf-native-fields.php +++ b/acf-native-fields.php @@ -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 @@ -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)