Changeset 1331134
- Timestamp:
- 01/19/2016 09:18:46 AM (10 years ago)
- Location:
- custom-script-integration/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpwox-script-integration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-script-integration/trunk/readme.txt
r1325659 r1331134 4 4 Tags: google adwords conversion, custom style, custom css, google tracking, google ads, script integration, embed, plugin, wpwox, google adwords, google adsense 5 5 Requires at least: 3 6 Tested up to: 4. 1.16 Tested up to: 4.4.1 7 7 Stable tag: 1.1 8 8 License: GPLv2 or later … … 76 76 * Some minor changes 77 77 78 = 1.2=78 = 2.0 = 79 79 * Updated with custom script options to add scripts on head and body of all pages and posts 80 80 -
custom-script-integration/trunk/wpwox-script-integration.php
r1325658 r1331134 4 4 Plugin URI: http://www.wpwox.com 5 5 Description: Provides custom meta boxes to add Google Adwords conversion, tracking, ads etc scripts in individual pages or posts in <head> tag, before </body> tag, above or below contents. 6 Version: 1.26 Version: 2 7 7 Author: WP WOX 8 8 Author URI: http://www.wpwox.com … … 18 18 19 19 //Get the plugin location. 20 define( 'WPWOXCUSTOMSCRIPTINTEGRATION_VERSION', ' 1.0' );20 define( 'WPWOXCUSTOMSCRIPTINTEGRATION_VERSION', '2.0' ); 21 21 define( 'WPWOXCUSTOMSCRIPTINTEGRATION__PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 22 22 define( 'WPWOXCUSTOMSCRIPTINTEGRATION__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.