From c4f0499e6162625aa5db70966307ffa092662e6d Mon Sep 17 00:00:00 2001 From: Mark Hamstra Date: Mon, 13 Jul 2015 01:53:21 +0200 Subject: [PATCH] 1.3.0-pl --- _build/build.transport.php | 2 +- core/components/bigbrother/docs/changelog.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_build/build.transport.php b/_build/build.transport.php index 9a16e1a..578abe3 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -15,7 +15,7 @@ define('PKG_NAME','BigBrother'); define('PKG_NAMESPACE','bigbrother'); define('PKG_VERSION','1.3.0'); -define('PKG_RELEASE','rc3'); +define('PKG_RELEASE','pl'); function getSnippetContent($path, $name, $debug = false) { $name = ($debug) ? 'debug.'. $name .'.php' : $name .'.php'; diff --git a/core/components/bigbrother/docs/changelog.txt b/core/components/bigbrother/docs/changelog.txt index 2fd500c..17ee3d5 100755 --- a/core/components/bigbrother/docs/changelog.txt +++ b/core/components/bigbrother/docs/changelog.txt @@ -1,19 +1,21 @@ Reload the page after installation to access the menu item under "Components" +2015/07/13: 1.3.0-pl +******************** - Fix wrong date displayed for historical visits comparison (#7) - Fix issue with the first load of the widget not showing all results (#5) - Fix assigning analytic profiles to specific users (#1) - Fix access token being refreshed when not necessary (#3) -2015/05/20: 1.3.0-rc3 +2015/05/20: 1.3.0-rc3 ******************** - Fix authentication flow to make it easier and pretty much zero-configuration -2015/05/19: 1.3.0-rc2 +2015/05/19: 1.3.0-rc2 ******************** - Fix issued caused by typo on case-sensitive systems -2015/05/19: 1.3.0-rc1 +2015/05/19 1.3.0-rc1 ******************** - Upgrade to OAuth2 Authentication, re-authentication will be required. - Fix potential issue with empty account dropdowns (#39)