Skip to content

Commit 0fd32b0

Browse files
committed
v1.39.1
1 parent 195059b commit 0fd32b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
[Unreleased]
88

9+
## [1.39.1]
10+
911
### Fixed
1012
- Fix PHP 8.2 deprecations (no dynamic properties, string interpolation {$var} instead of ${var}).
1113
- Replace deprecated acf_esc_attr_e with acf_esc_attrs.

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: ACF Codifier
44
Plugin URI: https://github.com/devgeniem/acf-codifier
55
Description: A helper class to make defining ACF field groups and fields easier in the code.
6-
Version: 1.39.0
6+
Version: 1.39.1
77
Author: Miika Arponen / Geniem Oy
88
Author URI: https://geniem.fi
99
License: GPL-3.0

0 commit comments

Comments
 (0)