Changeset 1255897
- Timestamp:
- 09/29/2015 03:14:18 PM (11 years ago)
- Location:
- wow-analytics/trunk
- Files:
-
- 3 edited
-
includes/admin.inc.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wow-analytics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wow-analytics/trunk/includes/admin.inc.php
r1250215 r1255897 43 43 44 44 // Check to see if we found wp_head and if was located in the proper spot 45 /* 45 46 if ( ! strstr( $html, '<!--wp_head--></head>' ) && ! isset( $head_footer_errors['nohead'] ) ) 46 47 $head_footer_errors[] = 'Has the call to <?php wp_head(); ?> but it is not called directly before </head>'; 48 */ 47 49 // Check to see if we found wp_footer and if was located in the proper spot 48 50 /* -
wow-analytics/trunk/readme.txt
r1250406 r1255897 4 4 Requires at least: 4.0 5 5 Tested up to: 4.3.1 6 Stable tag: 2.0. 46 Stable tag: 2.0.5 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 * Allow the wp_head call to be located anywhere in the <head> 50 52 = 2.0.4 = 51 53 * Resolve versioning issue -
wow-analytics/trunk/wow-analytics.php
r1250394 r1255897 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. 46 Version: 2.0.5 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. 4');23 define('WOWANALYTICS_VERSION', '2.0.5'); 24 24 25 25 require_once(dirname(__FILE__).'/includes/trackingcode.php');
Note: See TracChangeset
for help on using the changeset viewer.