File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.4.2] - 2021-12-11
8
10
### Added
9
11
- Enabled support of PHP8.1 for PECL [ #116 ] ( https://github.com/phalcon/php-zephir-parser/issues/116 )
10
12
@@ -179,7 +181,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
179
181
### Added
180
182
- Initial stable release
181
183
182
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.1...HEAD
184
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.2...HEAD
185
+ [ 1.4.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.1...v1.4.2
183
186
[ 1.4.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.0...v1.4.1
184
187
[ 1.4.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.8...v1.4.0
185
188
[ 1.3.8 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...v1.3.8
Original file line number Diff line number Diff line change 1
- 1.4.1
1
+ 1.4.2
Original file line number Diff line number Diff line change 15
15
<date >2021-09-18</date >
16
16
<time >15:00:00</time >
17
17
<version >
18
- <release >1.4.1 </release >
19
- <api >1.4.1 </api >
18
+ <release >1.4.2 </release >
19
+ <api >1.4.2 </api >
20
20
</version >
21
21
<stability >
22
22
<release >stable</release >
23
23
<api >stable</api >
24
24
</stability >
25
25
<license uri =" https://github.com/zephir-lang/php-zephir-parser/blob/development/LICENSE" >MIT</license >
26
26
<notes >
27
- Sat, Sep 18 , 2021 - Zephir Parser 1.4.1
27
+ Sat, Dec 1 , 2021 - Zephir Parser 1.4.2
28
28
29
29
= Changes:
30
30
31
- - Fixed issue #125: Renamed extension name from `Zephir Parser` to `zephir_parser`
31
+ - Enabled support of PHP8.1
32
32
</notes >
33
33
<contents >
34
34
<dir name =" /" >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
15
15
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
16
16
17
17
#define PHP_ZEPHIR_PARSER_NAME "zephir_parser"
18
- #define PHP_ZEPHIR_PARSER_VERSION "1.4.1 "
18
+ #define PHP_ZEPHIR_PARSER_VERSION "1.4.2 "
19
19
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
20
20
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
21
21
You can’t perform that action at this time.
0 commit comments