Skip to content

Commit

Permalink
1.3.0-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Jul 12, 2015
1 parent ab487dd commit c4f0499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
8 changes: 5 additions & 3 deletions core/components/bigbrother/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c4f0499

Please sign in to comment.