Skip to content

Commit

Permalink
release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukanja committed May 6, 2024
1 parent 0b47ea6 commit 360528d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.2.5: 2024-05-06

* Change format of filler value to match the expected format

### 1.2.4: 2024-05-06

* Use filler value instead of just removing the options variable
Expand Down
4 changes: 2 additions & 2 deletions acf-field-network-post-select.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Advanced Custom Fields: Network posts select field
* Plugin URI: https://github.com/timiwahalahti/acf-field-post-object-network/
* Description: Adds a ACF field that allows selecting posts across the network sites.
* Version: 1.2.4
* Version: 1.2.5
* Author: Digitoimisto Dude Oy
* Author URI: https://www.dude.fi
* License: GPLv3 or later
Expand All @@ -21,7 +21,7 @@ class sippis_acf_plugin_network_post_select { // phpcs:ignore PEAR.NamingConvent

function __construct() { // phpcs:ignore PSR2.Classes.PropertyDeclaration.ScopeMissing, Squiz.Scope.MethodScope.Missing
$this->settings = array(
'version' => '1.2.4',
'version' => '1.2.5',
'url' => plugin_dir_url( __FILE__ ),
'path' => plugin_dir_path( __FILE__ ),
);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugin"
],
"license": "GPLv3",
"version": "1.2.4",
"version": "1.2.5",
"authors": [
{
"name": "Timi Wahalahti",
Expand Down

0 comments on commit 360528d

Please sign in to comment.