Skip to content

Commit 9894681

Browse files
authored
Merge pull request #109 from zephir-lang/development
1.3.7
2 parents 87a4b11 + f51e5f3 commit 9894681

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.6-{build}
1+
version: 1.3.7-{build}
22

33
environment:
44
matrix:

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.3.7] - 2021-08-13
10+
### Added
11+
- Added support of `require_once` statement
12+
913
## [1.3.6] - 2020-12-03
1014
### Added
1115
- Added ability to build extensions with Visual Studio 2019 for PHP 8.x
@@ -160,7 +164,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
160164
### Added
161165
- Initial stable release
162166

163-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...HEAD
167+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...HEAD
168+
[1.3.7]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...v1.3.7
164169
[1.3.6]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...v1.3.6
165170
[1.3.5]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.4...v1.3.5
166171
[1.3.4]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...v1.3.4

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6
1+
1.3.7

zephir_parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
1515
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
1616

1717
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
18-
#define PHP_ZEPHIR_PARSER_VERSION "1.3.6"
18+
#define PHP_ZEPHIR_PARSER_VERSION "1.3.7"
1919
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2020
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
2121

0 commit comments

Comments
 (0)