Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Jul 11, 2024
1 parent d84ac0f commit 15731d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ This ACF field type is compatible with:
2. Activate the plugin via the plugins admin page.
3. Create a new field via ACF and select the User Network selector.

## Changelog ##
## Changelog

### 1.0.1 - 11 July 2024

* Fix: Update AJAX nonce handling for ACF 6.3.2 ([#5](https://github.com/BeAPI/acf-user-network/pull/5))
* Fix: JS error when initializing the field ([#3](https://github.com/BeAPI/acf-user-network/pull/3))

### 1.0.0 - 6 Sept 2017
* Initial
* Initial release
6 changes: 3 additions & 3 deletions acf-user-network.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Advanced Custom Fields: User Network
Version: 1.0.0
Version: 1.0.1
Plugin URI: http://www.beapi.fr
Description: Add an ACF User Network list selector.
Author: BE API Technical team
Expand All @@ -11,7 +11,7 @@
----
Copyright 2017 BE API Technical team ([email protected])
Copyright 2024 BE API Technical team ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -32,7 +32,7 @@
die();
}

define( 'ACF_USER_NETWORK_VER', '1.0.0' );
define( 'ACF_USER_NETWORK_VER', '1.0.1' );
define( 'ACF_USER_NETWORK_URL', plugin_dir_url( __FILE__ ) );
define( 'ACF_USER_NETWORK_DIR', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 15731d2

Please sign in to comment.