Skip to content

Commit 4fd2e57

Browse files
authored
Merge pull request #102 from phalcon/development
1.3.6
2 parents cbc81ed + b2cbbb9 commit 4fd2e57

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Diff for: .appveyor.yml

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

33
environment:
44
matrix:
@@ -99,7 +99,6 @@ branches:
9999
only:
100100
- master
101101
- development
102-
- windows-builds-php8
103102

104103
init:
105104
- ps: $DebugPreference = 'SilentlyContinue' # Continue

Diff for: CHANGELOG.md

+7-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.6] - 2020-12-03
10+
### Added
11+
- Added ability to build extensions with Visual Studio 2019 for PHP 8.x
12+
913
## [1.3.5] - 2020-11-29
1014
### Added
1115
- Added PHP 8.0 support [phalcon/zephir#2111](https://github.com/phalcon/zephir/issues/2111)
@@ -156,8 +160,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
156160
### Added
157161
- Initial stable release
158162

159-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...HEAD
163+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...HEAD
164+
[1.3.6]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...v1.3.6
160165
[1.3.5]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.4...v1.3.5
166+
[1.3.4]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...v1.3.4
161167
[1.3.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
162168
[1.3.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
163169
[1.3.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1

Diff for: VERSION

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

Diff for: 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.5"
18+
#define PHP_ZEPHIR_PARSER_VERSION "1.3.6"
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)