Changeset 1250394
- Timestamp:
- 09/21/2015 02:14:39 PM (11 years ago)
- Location:
- wow-analytics
- Files:
-
- 13 added
- 2 edited
-
tags/2.0.4 (added)
-
tags/2.0.4/admin.php (added)
-
tags/2.0.4/includes (added)
-
tags/2.0.4/includes/admin.inc.php (added)
-
tags/2.0.4/includes/ajax_functions.php (added)
-
tags/2.0.4/includes/restclient.php (added)
-
tags/2.0.4/includes/trackingcode.php (added)
-
tags/2.0.4/install.php (added)
-
tags/2.0.4/js (added)
-
tags/2.0.4/js/wow_analytics_admin.js (added)
-
tags/2.0.4/readme.txt (added)
-
tags/2.0.4/uninstall.php (added)
-
tags/2.0.4/wow-analytics.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wow-analytics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wow-analytics/trunk/readme.txt
r1250215 r1250394 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 2.0. 36 Stable tag: 2.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 2.0.5 51 * Resolve versioning issue 52 50 53 = 2.0.3 = 51 54 * Prevented plugin activation if active theme is missing the wp_head function -
wow-analytics/trunk/wow-analytics.php
r1250387 r1250394 4 4 Plugin URI: http://wordpress.org/extend/plugins/wow-analytics/ 5 5 Description: Inserts the WOW Analytics tracker into the footer of Wordpress pages 6 Version: 2.0. 36 Version: 2.0.4 7 7 Author: WOW Analytics 8 8 Author URI: http://www.wowanalytics.co.uk … … 21 21 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22 22 */ 23 define('WOWANALYTICS_VERSION', '2.0. 3');23 define('WOWANALYTICS_VERSION', '2.0.4'); 24 24 25 25 require_once(dirname(__FILE__).'/includes/trackingcode.php');
Note: See TracChangeset
for help on using the changeset viewer.