Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Create v0.14.3-Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
chappy84 committed Jan 13, 2020
1 parent 7e893f9 commit 4854d22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Google Analytics Server Side Changelog
======================================

Version 0.14.3 Beta
-------------------

- Add in documentation for new Browscap ini file update functionality in previous release
- Correct update script help docs

Version 0.14.2 Beta
-------------------

Expand Down
2 changes: 1 addition & 1 deletion Gass/GoogleAnalyticsServerSide.php
Expand Up @@ -22,7 +22,7 @@
* @copyright Copyright (c) 2011-2020 Tom Chapman (http://tom-chapman.uk/)
* @license BSD 3-clause "New" or "Revised" License
* @link http://github.com/chappy84/google-analytics-server-side
* @version 0.14.2 Beta
* @version 0.14.3 Beta
* @example $gass = new \Gass\GoogleAnalyticsServerSide;
* $gass->setAccount('UA-XXXXXXX-X')
* ->trackPageView();
Expand Down
2 changes: 1 addition & 1 deletion bin/gass-browscap-updater
Expand Up @@ -57,7 +57,7 @@ if (false !== ($browsCapLocation = ini_get(BrowsCap::OPT_BROWSCAP)) && '' != tri
$options[BrowsCap::OPT_BROWSCAP] = $browsCapLocation;
}

$version = '0.14.2-Beta';
$version = '0.14.3-Beta';

$cliOpts = getopt('s:f:c:vh', array('save-path:', 'ini-filename:', 'cache-filename:', 'version', 'help'));

Expand Down

0 comments on commit 4854d22

Please sign in to comment.