Skip to content

Commit

Permalink
v1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HPiirainen committed Jan 10, 2024
1 parent 195059b commit 0fd32b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

[Unreleased]

## [1.39.1]

### Fixed
- Fix PHP 8.2 deprecations (no dynamic properties, string interpolation {$var} instead of ${var}).
- Replace deprecated acf_esc_attr_e with acf_esc_attrs.
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: ACF Codifier
Plugin URI: https://github.com/devgeniem/acf-codifier
Description: A helper class to make defining ACF field groups and fields easier in the code.
Version: 1.39.0
Version: 1.39.1
Author: Miika Arponen / Geniem Oy
Author URI: https://geniem.fi
License: GPL-3.0
Expand Down

0 comments on commit 0fd32b0

Please sign in to comment.