From 4ace04e764b8518a46f87bccd92d773205d3f8a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:43:05 +0100 Subject: [PATCH] chore(3.x): release 3.0.1 (#66) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 36 +++++++++++++++++------------------ .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ acf-country.php | 2 +- 4 files changed, 27 insertions(+), 20 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95241e5..16162d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,21 +1,21 @@ -name: Release +# name: Release -on: - push: - branches: - - 3.x +# on: +# push: +# branches: +# - 3.x -permissions: - contents: write - pull-requests: write - packages: write +# permissions: +# contents: write +# pull-requests: write +# packages: write -jobs: - release: - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v4 - with: - target-branch: ${{ github.ref_name }} - config-file: release-please-config.json - manifest-file: .release-please-manifest.json +# jobs: +# release: +# runs-on: ubuntu-latest +# steps: +# - uses: google-github-actions/release-please-action@v4 +# with: +# target-branch: ${{ github.ref_name }} +# config-file: release-please-config.json +# manifest-file: .release-please-manifest.json diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2186f..7473859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/nlemoine/acf-country/compare/v3.0.0...v3.0.1) (2024-03-12) + + +### Bug Fixes + +* ACF Column compatibility ([5f6c517](https://github.com/nlemoine/acf-country/commit/5f6c5170145103e4d0e03462251bec153f84dc13)) + ## [3.0.0](https://github.com/nlemoine/acf-country/compare/2.1.0...v3.0.0) (2024-02-23) diff --git a/acf-country.php b/acf-country.php index 19aff32..15b3e43 100644 --- a/acf-country.php +++ b/acf-country.php @@ -6,7 +6,7 @@ * Plugin Name: Advanced Custom Fields: ACF Country * Plugin URI: https://github.com/nlemoine/acf-country * Description: A country field for ACF. Display a select field of all countries, in any language. - * Version: 3.0.0 + * Version: 3.0.1 * Requires at least: 5.0 * Requires PHP: 7.4 * Author: Nicolas Lemoine