Skip to content

Commit

Permalink
🚀 RELEASE: 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
colorful-tones committed Oct 20, 2023
1 parent 25e34ef commit 92b1f65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ __Required__ You must have [ACF PRO](https://https://www.advancedcustomfields.co

## Changelog

### 0.1.4 – 2023-10-20

- Fixed Fatal Error for misnamed function call in `includes/acf-restrict-access.php` 🤦‍♂️

### 0.1.3 – 2023-09-25

- Restrict access to block locking based on email domain with `demo_acf_show_admin()` check.
Expand Down
4 changes: 2 additions & 2 deletions demo-acf-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: A demo WordPress plugin for custom ACF PRO Blocks, Post Types, Options Pages, Taxonomies and more.
* Requires at least: 6.3
* Requires PHP: 7.4
* Version: 0.1.3
* Version: 0.1.4
* Author: ACF
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -14,7 +14,7 @@
*/

// Define our handy constants.
define( 'DEMO_ACF_VERSION', '0.1.3' );
define( 'DEMO_ACF_VERSION', '0.1.4' );
define( 'DEMO_ACF_PLUGIN_DIR', __DIR__ );
define( 'DEMO_ACF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'DEMO_ACF_PLUGIN_BLOCKS', DEMO_ACF_PLUGIN_DIR . '/blocks/' );
Expand Down

0 comments on commit 92b1f65

Please sign in to comment.