Skip to content

Commit

Permalink
Merge branch '4.0.x'
Browse files Browse the repository at this point in the history
* 4.0.x: (61 commits)
  Optimized build files for 4.0.3
  Release 4.0.3
  Updated package to 4.0.3 and added release notes
  Bump Zephir to 0.12.16
  Fix [Source on GitHub] links
  Typos
  Change style code to camelCase
  #13655 - All tests for Annotations\Annotation
  Fixed asset
  Replaced implementation
  Missing let
  Use filepath to build correct path
  Styling fix [ci-skip]
  Updated Changelog
  Updated Changelog
  Without doing a file exists check we aren't able to detect if extension is set. I would like to make the users responsibility to not add the extension like it's described in the docs. Fixed #14756
  delete useless delete file and check if content exist in Apcu
  fix name class issu
  fix static code analytic
  #13655 - All tests done for Annotations/Adapter/* (Apcu/Memory/Stream)
  ...
  • Loading branch information
niden committed Jan 25, 2020
2 parents ef31ca8 + feb2f5a commit d234b7b
Show file tree
Hide file tree
Showing 291 changed files with 400,819 additions and 400,354 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
env:
global:
- CC="gcc"
- ZEPHIR_VERSION="0.12.15"
- ZEPHIR_VERSION="0.12.16"
- ZEPHIR_PARSER_VERSION="v1.3.2"
- REPORT_COVERAGE=1
- PATH="${HOME}/.composer/vendor/bin:${PATH}"
Expand Down
1 change: 1 addition & 0 deletions BACKERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Thanks for the support
[//]: github-sponsors

<a href="https://github.com/ninjapanzer"><img src="https://avatars1.githubusercontent.com/u/159591?s=460&v=4" title="Paul Scarrone" width="60" height="60"></a>
<a href="https://github.com/sinbadxiii"><img src="https://avatars2.githubusercontent.com/u/900273?s=460&v=4" title="Sergey Mukhin" width="60" height="60"></a>
<a href="https://github.com/niden"><img src="https://avatars2.githubusercontent.com/u/1073784?s=460&v=4" title="Nikolaos Dimopoulos" width="60" height="60"></a>
<a href="https://github.com/qmegas"><img src="https://avatars3.githubusercontent.com/u/2444896?s=460&v=4" title="qmegas" width="60" height="60"></a>
<a href="https://github.com/terolblade"><img src="https://avatars3.githubusercontent.com/u/3078649?s=460&v=4" title="Stanislav Sviridenko" width="60" height="60"></a>
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG-4.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# [4.0.3](https://github.com/phalcon/cphalcon/releases/tag/v4.0.3) (2020-01-25)
## Added

## Changed

## Fixed
- Fixed `Phalcon\Db\Adapter\Pdo\Mysql` Tinyint(1) is handled as boolean under MySql [#14708](https://github.com/phalcon/cphalcon/issues/14708)
- Fixed `Phalcon\Mvc\View\Engine\Volt` to produce the correct order of variables for the `join` filter [#14771](https://github.com/phalcon/cphalcon/issues/14771)
- Fixed `Phalcon\Storage\Adapter\Stream::getKeys()` bug in the absence of a directory with a prefix name [#14725](https://github.com/phalcon/cphalcon/issues/14725), [#14721](https://github.com/phalcon/cphalcon/pull/14721)
- Fixed `Phalcon\Debug::onUncaughtException` Should accept `\Throwable` instead of `\Exception` as an argument [#14738](https://github.com/phalcon/cphalcon/pull/14738)
- Fixed `Phalcon\Validation\ValidatorFactory` Should return Phalcon\Validation\ValidatorInterface [14749](https://github.com/phalcon/cphalcon/pull/14749)
- Fixed `Phalcon\Mvc\Model\Binder` to now correctly call `has` and `set` on the cache object [#14743](https://github.com/phalcon/cphalcon/pull/14743)
- Fixed `Phalcon\Session\Adapter\Stream` and `Phalcon\Storage\Adapter\Stream` to correctly handle simultaneous read/write [#14694](https://github.com/phalcon/cphalcon/issues/14694)
- Fixed `Phalcon\Config\ConfigFactory` to always add the correct extension [#14756](https://github.com/phalcon/cphalcon/issues/14756)

# [4.0.2](https://github.com/phalcon/cphalcon/releases/tag/v4.0.1) (2020-01-12)
## Fixed
- Fixed Phalcon version number incorrectly set in the previous release

# [4.0.1](https://github.com/phalcon/cphalcon/releases/tag/v4.0.1) (2020-01-11)
## Added

## Changed
- Changed the logic when logging times for `Phalcon\Logger` to use `DateTimeImmutable` so as to handle microseconds if necessary. [#2893](https://github.com/phalcon/cphalcon/issues/2893)
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For the full copyright and license information, please view
# the LICENSE.txt file that was distributed with this source code.

version: 4.0.2+{build}
version: 4.0.3+{build}

environment:
matrix:
Expand Down Expand Up @@ -44,7 +44,7 @@ environment:
PHP_SDK_VERSION: 2.1.9
ZEPHIR_PARSER_VERSION: 1.3.3
ZEPHIR_PARSER_RELEASE: 514
ZEPHIR_VERSION: 0.12.15
ZEPHIR_VERSION: 0.12.16

TEST_PHP_EXECUTABLE: C:\php\php.exe
NO_INTERACTION: 1
Expand Down
Loading

0 comments on commit d234b7b

Please sign in to comment.