Plugin Directory

Changeset 1250394


Ignore:
Timestamp:
09/21/2015 02:14:39 PM (11 years ago)
Author:
Wow Analytics
Message:

fix versioning issue

Location:
wow-analytics
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • wow-analytics/trunk/readme.txt

    r1250215 r1250394  
    44Requires at least: 4.0
    55Tested up to: 4.3.1
    6 Stable tag: 2.0.3
     6Stable tag: 2.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 2.0.5
     51* Resolve versioning issue
     52
    5053= 2.0.3 =
    5154* Prevented plugin activation if active theme is missing the wp_head function
  • wow-analytics/trunk/wow-analytics.php

    r1250387 r1250394  
    44Plugin URI: http://wordpress.org/extend/plugins/wow-analytics/
    55Description: Inserts the WOW Analytics tracker into the footer of Wordpress pages
    6 Version: 2.0.3
     6Version: 2.0.4
    77Author: WOW Analytics
    88Author URI: http://www.wowanalytics.co.uk
     
    2121Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    2222*/
    23 define('WOWANALYTICS_VERSION', '2.0.3');
     23define('WOWANALYTICS_VERSION', '2.0.4');
    2424
    2525require_once(dirname(__FILE__).'/includes/trackingcode.php');
Note: See TracChangeset for help on using the changeset viewer.