File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- version : 1.3.1 -{build}
1+ version : 1.3.2 -{build}
22
33environment :
44 matrix :
Original file line number Diff line number Diff line change @@ -5,9 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+ ## [ 1.3.2] - 2019-09-30
9+ ### Changed
10+ - Files ` parser.c ` and ` scanner.c ` no longer distributed.
11+ Package maintainer should re-generate they by himself.
12+ [ #75 ] ( https://github.com/phalcon/php-zephir-parser/pull/75 )
13+
814### Fixed
15+ - Fixed ` return_value ` and ` this_ptr ` naming collision
16+ [ phalcon/zephir #1660 ] ( https://github.com/phalcon/zephir/issues/1660 )
917- Fixed underscore only identifiers to allow more than 4 characters
18+ [ #75 ] ( https://github.com/phalcon/php-zephir-parser/pull/75 )
1019- Update LDFLAGS to reduce linker warnings
20+ - Fixed PHP 7.4 support
1121
1222## [ 1.3.1] - 2019-05-01
1323### Fixed
@@ -132,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132142### Added
133143 - Initial stable release
134144
135- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...HEAD
145+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...HEAD
146+ [ 1.3.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
136147[ 1.3.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1
137148[ 1.3.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.2.0...v1.3.0
138149[ 1.2.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.4...v1.2.0
Original file line number Diff line number Diff 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.1 "
18+ #define PHP_ZEPHIR_PARSER_VERSION "1.3.2 "
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
You can’t perform that action at this time.
0 commit comments