Plugin Directory

Changeset 1331134


Ignore:
Timestamp:
01/19/2016 09:18:46 AM (10 years ago)
Author:
wpwox
Message:

v 2.0

Location:
custom-script-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-script-integration/trunk/readme.txt

    r1325659 r1331134  
    44Tags: google adwords conversion, custom style, custom css, google tracking, google ads, script integration, embed, plugin, wpwox, google adwords, google adsense
    55Requires at least: 3
    6 Tested up to: 4.1.1
     6Tested up to: 4.4.1
    77Stable tag: 1.1
    88License: GPLv2 or later
     
    7676* Some minor changes
    7777
    78 = 1.2 =
     78= 2.0 =
    7979* Updated with custom script options to add scripts on head and body of all pages and posts
    8080
  • custom-script-integration/trunk/wpwox-script-integration.php

    r1325658 r1331134  
    44Plugin URI: http://www.wpwox.com
    55Description: 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.2
     6Version: 2
    77Author: WP WOX
    88Author URI: http://www.wpwox.com
     
    1818
    1919//Get the plugin location.
    20 define( 'WPWOXCUSTOMSCRIPTINTEGRATION_VERSION', '1.0' );
     20define( 'WPWOXCUSTOMSCRIPTINTEGRATION_VERSION', '2.0' );
    2121define( 'WPWOXCUSTOMSCRIPTINTEGRATION__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2222define( 'WPWOXCUSTOMSCRIPTINTEGRATION__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.