Skip to content

Releases: php-censor/php-censor

1.0.14 (Morty Smith)

25 Dec 13:52
1.0.14
ec6f024
Compare
Choose a tag to compare

2019-12-25

Added

  • TravisCI configuration for PHP 7.4.

Fixed

  • Atoum plugin output.
  • Sqlite plugin queries option.

Changed

  • Updated dependencies (Fixed CVE-2019-18889: Forbid serializing AbstractAdapter and TagAwareAdapter instances in symfony/cache:v3.4.34).

1.1.3 (Birdperson)

12 Nov 14:21
1.1.3
a2afe2a
Compare
Choose a tag to compare

2019-11-12

Fixed

  • PHPCodesniffer for installation on PHP 7.3 (PHPCodesniffer version updated to v3.5 from v3.2). Issue
    #334. Pull request #335. Thanks to @xl32.
  • Bitbucket webhook for removing branch event. Issue #337.

Changed

  • Updated dependencies.

1.0.13 (Morty Smith)

12 Nov 14:00
1.0.13
5525063
Compare
Choose a tag to compare

2019-11-12

Fixed

  • PHPCodesniffer for installation on PHP 7.3 (PHPCodesniffer version updated to v3.5 from v3.2). Issue
    #334. Pull request #335. Thanks to @xl32.
  • Bitbucket webhook for removing branch event. Issue #337.

Changed

  • Updated dependencies.

1.1.2 (Birdperson)

31 Oct 14:20
1.1.2
12d0173
Compare
Choose a tag to compare

2019-10-31

Fixed

  • TravisCI config.
  • Migrations output during installation. Issue #315.
  • Option binary_path. Issue #318 .
  • PHPStan plugin directory option. Issue #311.

Changed

  • Updated dependencies.
  • Improved default binaries list for plugins (['phpunit'] -> ['phpunit', 'phpunit.phar'] etc.).

1.0.12 (Morty Smith)

29 Oct 17:21
1.0.12
23710e0
Compare
Choose a tag to compare

2019-10-30

Fixed

  • TravisCI config.
  • Migrations output during installation. Issue #315.
  • Option binary_path. Issue #318.

Changed

  • Updated dependencies.

1.1.1 (Birdperson)

15 Jun 03:24
Compare
Choose a tag to compare

2019-06-15

Added

  • FUNDING.yml config for GitHub.

Fixed

  • Information about versions in README.md file.
  • Potential bug with Symfony\Component\Process\Process::_construct parameter cwd.

Changed

  • Updated dependencies.

1.0.11 (Morty Smith)

15 Jun 03:07
Compare
Choose a tag to compare

2019-06-15

Added

  • FUNDING.yml config for GitHub.

Fixed

  • Potential bug with proc_open function parameter cwd.

Changed

  • Updated dependencies.

1.1.0 (Birdperson)

25 May 10:30
Compare
Choose a tag to compare

2019-05-25

Release includes all changes from release 1.0.10 and additionally:

Added

  • Phlint plugin. Pull request #280. Thanks to @panosru.
  • Phpstan plugin. Pull request #279. Thanks to @panosru.
  • Pahout plugin. Pull request #278. Thanks to @panosru.
  • Psalm plugin. Pull request #277. Thanks to @panosru.
  • BitbucketNotify plugin. Pull request #302. Thanks to @EugenGanshorn.
  • BitBucket Server project source (Like Github, Bitbucket, etc.). Pull request #286. Thanks to @fejal.
  • PostgreSQL SSLMODE connection option. Pull request #283. Thanks to @mikebronner.
  • New build sources for rebuild from WEB and CLI with pointer to parent build. Issue #272.
  • Some additional types for Github (Git type) and Bitbucket (Git and Hg types) webhooks. Issue #284.

Fixed

Changed

  • Flushing errors before executing stage complete to make them available for complete stage plugins. Pull request #294. Thanks to @EugenGanshorn.
  • Configuration section b8.database is deprecated. Use instead section php-censor.database. Issue
    #289
    .

1.0.10 (Morty Smith)

18 May 06:09
Compare
Choose a tag to compare

2019-05-18

Fixed

  • Phing plugin property directory. Issue #304.

Removed

  • Useless .htaccess.dist file from public directory. Issue #305.

1.0.9 (Morty Smith)

12 May 00:28
Compare
Choose a tag to compare

2019-05-12

Fixed

  • Fixed warning on exception page when user don't loggin.

Changed

  • Improved default value of installation URL for support both http-protocols (http and https). Issue #303.