Changeset 345397
- Timestamp:
- 02/14/2011 04:07:42 PM (15 years ago)
- Location:
- gwo4wp
- Files:
-
- 15 added
- 3 edited
-
tags/11.2.2 (added)
-
tags/11.2.2/GWOFramework.php (added)
-
tags/11.2.2/configwp.php (added)
-
tags/11.2.2/editor_plugin.js (added)
-
tags/11.2.2/gwo4wp.php (added)
-
tags/11.2.2/img (added)
-
tags/11.2.2/img/conversionlink.gif (added)
-
tags/11.2.2/img/removeconversionlink.gif (added)
-
tags/11.2.2/img/section.gif (added)
-
tags/11.2.2/img/trackingthumb.gif (added)
-
tags/11.2.2/js (added)
-
tags/11.2.2/js/link.js (added)
-
tags/11.2.2/js/section.js (added)
-
tags/11.2.2/readme.txt (added)
-
tags/11.2.2/section.htm (added)
-
trunk/configwp.php (modified) (1 diff)
-
trunk/gwo4wp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gwo4wp/trunk/configwp.php
r343681 r345397 1 1 <?php 2 2 add_action('wp_head', array(&$gwoPackage, 'printHeader')); 3 add_action('wp_footer',array(&$gwoPackage, 'printFooter'));3 // add_action('wp_footer',array(&$gwoPackage, 'printFooter')); 4 4 // add_action('edit_form_advanced', array(&$gwoPackage, 'printPagePostOptionArea')); 5 5 // add_action('edit_page_form', array(&$gwoPackage, 'printPagePostOptionArea')); -
gwo4wp/trunk/gwo4wp.php
r343681 r345397 4 4 Plugin URI: http://andreasnurbo.com/gwo-plugin 5 5 Description: Makes it easier to integrate Google Website Optimizer into Wordpress 6 Version: 11.2. 16 Version: 11.2.2 7 7 Author: Andreas Nurbo 8 8 Author URI: http://andreasnurbo.com/ -
gwo4wp/trunk/readme.txt
r343681 r345397 3 3 Tags: testing, gwo, website optimizer,google 4 4 Requires at least: 2.7 5 Stable tag: 11.2. 15 Stable tag: 11.2.2 6 6 7 7 This plugin integrates Google Website Optimizer with Wordpress. … … 46 46 47 47 == Changelog == 48 ** 11.2.2 ** 49 Removed an unused hook 48 50 ** 11.2.1 ** 49 51 Updated to conform with new Google tracking scripts.
Note: See TracChangeset
for help on using the changeset viewer.