Skip to content

Commit d2c8783

Browse files
authored
Merge pull request #46 from BeAPI/release/3.5.0
chore: release 3.5.0
2 parents ffdfa8f + 5b1ab0a commit d2c8783

2 files changed

Lines changed: 30 additions & 50 deletions

File tree

README.md

Lines changed: 29 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -36,114 +36,94 @@ The autoload is based on psr-4 and handled by composer.
3636

3737
## Changelog ##
3838

39-
### 3.4.2
40-
* 23 Oct 2023
39+
### 3.5.0 - 02 Jul 2024
40+
* Add new abstract class to register ACF Gutenberg block from `block.json` file.
41+
* Pass block data to the block error template.
42+
43+
### 3.4.2 - 23 Oct 2023
4144
* Add missing composer psalm command
4245
* Use `plugin_basename()` to get plugin directory
4346
* Fix various PHPCS & Psalm warnings and errors
4447

45-
### 3.4.1
46-
* 23 Nov 2021
48+
### 3.4.1 - 23 Nov 2021
4749
* Fix wrong formatting for block ACF classes
4850

49-
### 3.4.0
50-
* 20 Sept 2021
51+
### 3.4.0 - 20 Sept 2021
5152
* Fix wrong return type in Model class
5253
* Remove Compatibility class
5354
* Remove default Admin class
5455

55-
### 3.3.0
56-
* 15 March 2021
56+
### 3.3.0 - 15 March 2021
5757
* Fix all PSALM errors
5858
* Enhance the phpcs:ignore rules to be compatible with skeleton
59-
* Use shortarray syntax
59+
* Use short array syntax
6060
* Enforce return types
6161
* Use InvalidArgumentException when model wrongly instaciated
6262
* Remove thumbnail deletion on remove_post_thumnail
6363
* Rename get_ID to get_id
6464
* Add psalm
6565
* Remove `_*` methods from Models
6666

67-
### 3.2.0
68-
* 1 March 2021
67+
### 3.2.0 - 01 Mar 2021
6968
* Introduce interfaces and abstract classes to register Gutenberg blocks
7069
* Update copyright date.
7170

72-
### 3.1.1
73-
* Fev 2021
71+
### 3.1.1 - Fev 2021
7472
* Rename hook : `BEA/Helpers/locate_template/templates` in `beapi_helpers_locate_template_templates` for PHPCS
7573
* Improve PHPCS
7674

77-
### 3.1.0
78-
* Jan 2021
75+
### 3.1.0 - Jan 2021
7976
* Update Singleton to be compatible with PHP8.0
8077

81-
### 3.0.0
82-
* May 2020
78+
### 3.0.0 - May 2020
8379
* Remove autoload.php file, it's have to be on the composer.json file autoloading
8480
* Move compatibility class to the classes directory
8581
* Use the PSR-4 naming convention
8682

87-
### 2.2
88-
* February 2019
83+
### 2.2 - Feb 2019
8984
* Remove widget feature
9085

91-
### 2.1.8
92-
* August 2018
86+
### 2.1.8 - Aug 2018
9387
* Fix misuse of singleton in shortcode factory
9488

95-
### 2.1.7
96-
* 14 June 2017
89+
### 2.1.7 - 14 Jun 2017
9790
* Fix wrong use of get_object_term_cache() and php Exception
9891

99-
### 2.1.6
100-
* 22 Nov 2016
92+
### 2.1.6 - 22 Nov 2016
10193
* Fix Non-static method init_translations() should not be called statically
10294

103-
### 2.1.5
104-
* 15 Nov 2016
95+
### 2.1.5 - 15 Nov 2016
10596
* Fix method get_model using model_class in post_type
10697

107-
### 2.1.4
108-
* 06 Oct 2016
98+
### 2.1.4 - 06 Oct 2016
10999
* Fix textdomain load
110100
* Add french translations
111101

112-
### 2.1.3
113-
* 13 April 2016
102+
### 2.1.3 - 13 Apr 2016
114103
* Fix model class name with namespace
115104

116-
### 2.1.2
117-
* 16 Mar 2016
105+
### 2.1.2 - 16 Mar 2016
118106
* Fix user model filename
119107

120-
### 2.1.1
121-
* 6 Mar 2016
108+
### 2.1.1 - 6 Mar 2016
122109
* Fix plugin version number
123110

124-
### 2.1.0
125-
* 12 Feb 2016
111+
### 2.1.0 - 12 Feb 2016
126112
* Add Shortcode implementation
127113

128-
### 2.0.1
129-
* 11 Jan 2016
114+
### 2.0.1 - 11 Jan 2016
130115
* Fix title display in widget view
131116

132-
### 2.0.0
133-
* 13 Oct 2015
117+
### 2.0.0 - 13 Oct 2015
134118
* Add traits
135119

136-
### 1.1.2
137-
* 30 Sep 2015
120+
### 1.1.2 - 30 Sep 2015
138121
* Fix widget registration
139122

140-
### 1.1.1
141-
* 4 Sep 2015
123+
### 1.1.1 - 4 Sep 2015
142124

143-
### 1.1.0
144-
* 4 Sep 2015
125+
### 1.1.0 - 4 Sep 2015
145126
* Add new filter on locate_template
146127

147-
### 1.0.0
148-
* 18 Feb 2016
128+
### 1.0.0 - 18 Feb 2016
149129
* Initial

bea-plugin-boilerplate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: BEA Plugin Name
44
Version: 1.0.0
5-
Version Boilerplate: 3.4.2
5+
Version Boilerplate: 3.5.0
66
Plugin URI: https://beapi.fr
77
Description: Your plugin description
88
Author: Be API Technical team

0 commit comments

Comments
 (0)