PHP Censor v1.1.0 Release Notes

Release Date: 2019-05-25 // almost 5 years ago
  • Full Changelog

    🚀 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.