Skip to content

Commit

Permalink
Merge pull request #15986 from niden/RC2-prep
Browse files Browse the repository at this point in the history
5.0.0RC2 prep
  • Loading branch information
niden authored Jun 9, 2022
2 parents 4fa44b6 + 2fabf6d commit 7087e5e
Show file tree
Hide file tree
Showing 12 changed files with 614 additions and 586 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
# All versions should be declared here
PHALCON_VERSION: 5.0.0RC1
PHALCON_VERSION: 5.0.0RC2
ZEPHIR_PARSER_VERSION: 1.5.0
ZEPHIR_VERSION: 0.16.0

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [5.0.0rc2](https://github.com/phalcon/cphalcon/releases/tag/v5.0.0RC1) (xxxx-xx-xx)
# [5.0.0rc2](https://github.com/phalcon/cphalcon/releases/tag/v5.0.0RC2) (2022-06-09)

## Changed
- Changed the `StringVal` filter to now use `htmlspecialchars()` [#15978](https://github.com/phalcon/cphalcon/issues/15978)
Expand Down
715 changes: 376 additions & 339 deletions build/phalcon/phalcon.zep.c

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions build/phalcon/phalcon.zep.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/phalcon/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ typedef zend_function zephir_fcall_cache_entry;


#define PHP_PHALCON_NAME "phalcon"
#define PHP_PHALCON_VERSION "5.0.0RC1"
#define PHP_PHALCON_VERSION "5.0.0RC2"
#define PHP_PHALCON_EXTNAME "phalcon"
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
#define PHP_PHALCON_ZEPVERSION "0.16.0-4fac47b"
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "phalcon",
"description": "Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.",
"author": "Phalcon Team and contributors",
"version": "5.0.0RC1",
"version": "5.0.0RC2",
"verbose": false,
"stubs": {
"path": "ide\/%version%\/%namespace%\/",
Expand Down
48 changes: 22 additions & 26 deletions ext/phalcon/filter/sanitize/stringvallegacy.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7087e5e

Please sign in to comment.