We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af144a5 commit 1f85483Copy full SHA for 1f85483
README.md
@@ -36,6 +36,12 @@ The autoload is based on psr-4 and handled by composer.
36
37
## Changelog ##
38
39
+### 3.4.2
40
+* 23 Oct 2023
41
+* Add missing composer psalm command
42
+* Use `plugin_basename()` to get plugin directory
43
+* Fix various PHPCS & Psalm warnings and errors
44
+
45
### 3.4.1
46
* 23 Nov 2021
47
* Fix wrong formatting for block ACF classes
bea-plugin-boilerplate.php
@@ -2,7 +2,7 @@
2
/*
3
Plugin Name: BEA Plugin Name
4
Version: 1.0.0
5
-Version Boilerplate: 3.4.1
+Version Boilerplate: 3.4.2
6
Plugin URI: https://beapi.fr
7
Description: Your plugin description
8
Author: Be API Technical team
0 commit comments