Changeset 663026
- Timestamp:
- 02/04/2013 05:33:21 AM (13 years ago)
- Location:
- segmentio/trunk
- Files:
-
- 2 edited
-
analytics-wordpress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segmentio/trunk/analytics-wordpress.php
r662342 r663026 5 5 Description: The hassle-free way to integrate any analytics service into your Wordpress site. 6 6 7 Version: 0.3. 27 Version: 0.3.3 8 8 License: GPLv2 9 9 … … 53 53 54 54 const SLUG = 'analytics'; 55 const VERSION = '0.3. 2';55 const VERSION = '0.3.3'; 56 56 57 57 private $option = 'analytics_wordpress_options'; … … 293 293 // Removes any empty keys in an array. 294 294 private function clean_array($array) { 295 // In case they pass in some weird stuff. 296 if (!is_array($array)) return $array; 297 295 298 foreach ($array as $key => $value) { 296 299 if ($array[$key] == '') unset($array[$key]); -
segmentio/trunk/readme.txt
r662342 r663026 4 4 Requires at least: 3.4 5 5 Tested up to: 3.5 6 Stable tag: 0.3. 26 Stable tag: 0.3.3 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 0.3.3 = 50 * Fixed a bug that occured on uncommon page types. 51 49 52 = 0.3.2 = 50 * Fixed bug that occured when installing from WordPress Plugin Repository.53 * Fixed a bug that occured when installing straight from WordPress admin. 51 54 52 55 = 0.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.