diff --git a/_build/build.transport.php b/_build/build.transport.php index 886f684..5fa1602 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -26,7 +26,7 @@ function getSnippetContent($path, $name, $debug = false) { define('PKG_NAME', 'BigBrother'); define('PKG_NAME_LOWER', strtolower(PKG_NAME)); define('PKG_VERSION', '1.5.0'); - define('PKG_RELEASE', 'dev1'); + define('PKG_RELEASE', 'pl'); /* load modx */ require_once dirname(dirname(__FILE__)) . '/config.core.php'; diff --git a/core/components/bigbrother/docs/changelog.txt b/core/components/bigbrother/docs/changelog.txt index 8484922..79f9d71 100755 --- a/core/components/bigbrother/docs/changelog.txt +++ b/core/components/bigbrother/docs/changelog.txt @@ -1,6 +1,6 @@ Big Brother 1.5.0-pl ---------------------- -Released on 2021-04-20 +Released on 2021-04-23 - Update the build to allow distribution via the modmore package provider - Add requirements validator: requires MODX 2.7+ (and < 3.0) and PHP 7.1+ in line with standard modmore support