We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b14f67 commit fe304e4Copy full SHA for fe304e4
2 files changed
README.md
@@ -36,6 +36,10 @@ The autoload is based on psr-4 and handled by composer.
36
37
## Changelog ##
38
39
+## 3.5.1 - 02 Jul 2024
40
+* Improve Model performance with no load all ACF fields.
41
+* Update composer dependencies to fix security issues.
42
+
43
### 3.5.0 - 02 Jul 2024
44
* Add new abstract class to register ACF Gutenberg block from `block.json` file.
45
* Pass block data to the block error template.
bea-plugin-boilerplate.php
@@ -2,7 +2,7 @@
2
/*
3
Plugin Name: BEA Plugin Name
4
Version: 1.0.0
5
-Version Boilerplate: 3.5.0
+Version Boilerplate: 3.5.1
6
Plugin URI: https://beapi.fr
7
Description: Your plugin description
8
Author: Be API Technical team
0 commit comments