Skip to content

Commit

Permalink
Release day 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Apr 23, 2021
1 parent 1f6058a commit 3a0aa40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion core/components/bigbrother/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3a0aa40

Please sign in to comment.