Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 16, 2023
1 parent 727eb2e commit f902119
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/winteragency/acf-native-fields/compare/v1.1.3...v1.2.0) (2023-05-16)


### Features

* allow marking native fields as required, with working validation ([727eb2e](https://github.com/winteragency/acf-native-fields/commit/727eb2eba01707a1110796ed72746349c5013431))

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


Expand Down
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.3
* Version: 1.2.0
* 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.3'; // x-release-please-version
public $version = '1.2.0'; // x-release-please-version

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

0 comments on commit f902119

Please sign in to comment.