Changeset 1229609
- Timestamp:
- 08/24/2015 08:52:38 PM (11 years ago)
- Location:
- tracking-script-manager
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.5 (copied) (copied from tracking-script-manager/trunk)
-
tags/1.1.5/readme.txt (modified) (3 diffs)
-
tags/1.1.5/tracking-scripts-manager.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tracking-scripts-manager.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tracking-script-manager/tags/1.1.5/readme.txt
r1177070 r1229609 1 === Tracking Script sManager ===1 === Tracking Script Manager === 2 2 Contributors: eltodd, JHipkin 3 3 Donate link: http://red8interactive.com/ 4 Tags: tracking, analytics, scripts4 Tags: adwords remarketing, adwords tracking, analytics, analytics conversion tracking, conversion pixel, conversion tracking, conversion pixel tracking, conversion tracking adwords, conversion tracking pixel, scripts, conversion tracking script, easy digital downloads, edd, Facebook Ads, facebook conversion pixel, facebook custom audience, facebook retargeting, google adwords, google analytics, google analytics web tracking code, google recaptcha, recaptcha, google recaptcha snippet, google tag manager, Marketo tracking scripts, Marketo code, Hubspot tracking scripts, Hubspot code, Pardot tracking scripts, Pardo tracking codes, Eloqua tracking scripts, Eloqua code, html snippet, html snippets, html tracking code, javascript snippet, javascript snippets, js snippets, pay per click tracking, pixel tracking code, remarketing, remarketing scripts, remarketing code, retargeting, retargeting scripts, retargeting code, snippets, Tag Management, track conversion, track conversions, tracking code, tracking codes, tracking script, woocommerce, wp e-commerce, wp ecommerce 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 17 Stable tag: 1.1. 46 Tested up to: 4.3 7 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Easily manage the tracking codes and scripts in your WordPress website's header or footer;add, update, reorder, delete, as required.11 Tag management made easy. Manage all the tracking tags, codes and scripts you use in your WordPress website; easily add, update, reorder, delete, as required. 12 12 13 13 == Description == 14 14 15 Add tracking codes and scripts, or any code to the header, footer or specific page of your WordPress website without editing code. Easily manage existing scripts including editing, updating, reordering and deactivating. Tracking Scripts Manager is especially useful for advertising tracking scripts, analytic scripts, and promotional scripts. 15 With Tracking Script Manager you can place tracking tags and scripts globally in the header or footer or specifically on specific pages and posts. 16 17 Easily add tags, scripts and code, or manage existing tags, scripts and code including editing, updating, reordering and deactivating. 18 19 Tracking Script Manager is especially useful for managing advertising tags, social media tracking and retargeting scripts, Facebook and adwords for example, analytic scripts including Google Analytics, and promotional scripts. It can also be used to manage conversion tracking tags and scripts for marketing automation or ecommerce or any other desired action. 16 20 17 21 == Installation == … … 43 47 44 48 == Changelog == 49 50 = 1.1.5 = 51 * Updating wording throughout the plugin for better continuity 45 52 46 53 = 1.1.4 = … … 91 98 == Upgrade Notice == 92 99 100 = 1.1.5 = 101 Updating wording throughout the plugin for better continuity 102 93 103 = 1.1.4 = 94 104 Another admin menu tweak -
tracking-script-manager/tags/1.1.5/tracking-scripts-manager.php
r1177070 r1229609 4 4 * Plugin URI: http://wordpress.org/plugins/tracking-script-manager/ 5 5 * Description: A plugin that allows you to add tracking scripts to your site. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Red8 Interactive 8 8 * Author URI: http://red8interactive.com … … 135 135 136 136 public static function tracking_scripts_create_menu() { 137 add_menu_page('Tracking Script s Manager', 'Tracking ScriptsManager', 'manage_options', __FILE__, array(__CLASS__, 'tracking_options'), '');137 add_menu_page('Tracking Script Manager', 'Tracking Script Manager', 'manage_options', __FILE__, array(__CLASS__, 'tracking_options'), ''); 138 138 add_action('admin_init', array(__CLASS__, 'register_tracking_scripts_settings')); 139 139 } … … 146 146 public static function tracking_scripts_admin_tabs( $current = 'add_new' ) { 147 147 $tabs = array('add_new' => 'Add New', 'global' => 'Global', 'pages' => 'Specific Location'); 148 echo '<h2 style="font-size: 22px; font-weight: bold; margin: 10px 0 40px;">Tracking ScriptsManager</h2>';148 echo '<h2>Tracking Script Manager</h2>'; 149 149 echo '<h2 class="nav-tab-wrapper">'; 150 150 foreach($tabs as $tab => $name) { … … 157 157 public static function tracking_options() { 158 158 self::tracking_scripts_admin_scripts(); 159 160 global $pagenow;161 $settings = get_option('tracking_scripts_settings');162 163 if(isset($_GET['tab'])) {164 self::tracking_scripts_admin_tabs($_GET['tab']);165 $pagenow = $_GET['tab'];166 } else {167 self::tracking_scripts_admin_tabs('add_new');168 $pagenow = 'add_new';169 }170 159 ?> 171 160 <div class="wrap tracking_scripts_wrap"> 161 <?php 162 global $pagenow; 163 $settings = get_option('tracking_scripts_settings'); 164 165 if(isset($_GET['tab'])) { 166 self::tracking_scripts_admin_tabs($_GET['tab']); 167 $pagenow = $_GET['tab']; 168 } else { 169 self::tracking_scripts_admin_tabs('add_new'); 170 $pagenow = 'add_new'; 171 } 172 ?> 172 173 <form method="post" action="<?php echo get_admin_url(); ?>admin-post.php"> 173 174 <?php settings_fields(WP_TRACKING_SCRIPTS_OPTION_GROUP); ?> -
tracking-script-manager/trunk/readme.txt
r1177070 r1229609 1 === Tracking Script sManager ===1 === Tracking Script Manager === 2 2 Contributors: eltodd, JHipkin 3 3 Donate link: http://red8interactive.com/ 4 Tags: tracking, analytics, scripts4 Tags: adwords remarketing, adwords tracking, analytics, analytics conversion tracking, conversion pixel, conversion tracking, conversion pixel tracking, conversion tracking adwords, conversion tracking pixel, scripts, conversion tracking script, easy digital downloads, edd, Facebook Ads, facebook conversion pixel, facebook custom audience, facebook retargeting, google adwords, google analytics, google analytics web tracking code, google recaptcha, recaptcha, google recaptcha snippet, google tag manager, Marketo tracking scripts, Marketo code, Hubspot tracking scripts, Hubspot code, Pardot tracking scripts, Pardo tracking codes, Eloqua tracking scripts, Eloqua code, html snippet, html snippets, html tracking code, javascript snippet, javascript snippets, js snippets, pay per click tracking, pixel tracking code, remarketing, remarketing scripts, remarketing code, retargeting, retargeting scripts, retargeting code, snippets, Tag Management, track conversion, track conversions, tracking code, tracking codes, tracking script, woocommerce, wp e-commerce, wp ecommerce 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 17 Stable tag: 1.1. 46 Tested up to: 4.3 7 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Easily manage the tracking codes and scripts in your WordPress website's header or footer;add, update, reorder, delete, as required.11 Tag management made easy. Manage all the tracking tags, codes and scripts you use in your WordPress website; easily add, update, reorder, delete, as required. 12 12 13 13 == Description == 14 14 15 Add tracking codes and scripts, or any code to the header, footer or specific page of your WordPress website without editing code. Easily manage existing scripts including editing, updating, reordering and deactivating. Tracking Scripts Manager is especially useful for advertising tracking scripts, analytic scripts, and promotional scripts. 15 With Tracking Script Manager you can place tracking tags and scripts globally in the header or footer or specifically on specific pages and posts. 16 17 Easily add tags, scripts and code, or manage existing tags, scripts and code including editing, updating, reordering and deactivating. 18 19 Tracking Script Manager is especially useful for managing advertising tags, social media tracking and retargeting scripts, Facebook and adwords for example, analytic scripts including Google Analytics, and promotional scripts. It can also be used to manage conversion tracking tags and scripts for marketing automation or ecommerce or any other desired action. 16 20 17 21 == Installation == … … 43 47 44 48 == Changelog == 49 50 = 1.1.5 = 51 * Updating wording throughout the plugin for better continuity 45 52 46 53 = 1.1.4 = … … 91 98 == Upgrade Notice == 92 99 100 = 1.1.5 = 101 Updating wording throughout the plugin for better continuity 102 93 103 = 1.1.4 = 94 104 Another admin menu tweak -
tracking-script-manager/trunk/tracking-scripts-manager.php
r1177070 r1229609 4 4 * Plugin URI: http://wordpress.org/plugins/tracking-script-manager/ 5 5 * Description: A plugin that allows you to add tracking scripts to your site. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Red8 Interactive 8 8 * Author URI: http://red8interactive.com … … 135 135 136 136 public static function tracking_scripts_create_menu() { 137 add_menu_page('Tracking Script s Manager', 'Tracking ScriptsManager', 'manage_options', __FILE__, array(__CLASS__, 'tracking_options'), '');137 add_menu_page('Tracking Script Manager', 'Tracking Script Manager', 'manage_options', __FILE__, array(__CLASS__, 'tracking_options'), ''); 138 138 add_action('admin_init', array(__CLASS__, 'register_tracking_scripts_settings')); 139 139 } … … 146 146 public static function tracking_scripts_admin_tabs( $current = 'add_new' ) { 147 147 $tabs = array('add_new' => 'Add New', 'global' => 'Global', 'pages' => 'Specific Location'); 148 echo '<h2 style="font-size: 22px; font-weight: bold; margin: 10px 0 40px;">Tracking ScriptsManager</h2>';148 echo '<h2>Tracking Script Manager</h2>'; 149 149 echo '<h2 class="nav-tab-wrapper">'; 150 150 foreach($tabs as $tab => $name) { … … 157 157 public static function tracking_options() { 158 158 self::tracking_scripts_admin_scripts(); 159 160 global $pagenow;161 $settings = get_option('tracking_scripts_settings');162 163 if(isset($_GET['tab'])) {164 self::tracking_scripts_admin_tabs($_GET['tab']);165 $pagenow = $_GET['tab'];166 } else {167 self::tracking_scripts_admin_tabs('add_new');168 $pagenow = 'add_new';169 }170 159 ?> 171 160 <div class="wrap tracking_scripts_wrap"> 161 <?php 162 global $pagenow; 163 $settings = get_option('tracking_scripts_settings'); 164 165 if(isset($_GET['tab'])) { 166 self::tracking_scripts_admin_tabs($_GET['tab']); 167 $pagenow = $_GET['tab']; 168 } else { 169 self::tracking_scripts_admin_tabs('add_new'); 170 $pagenow = 'add_new'; 171 } 172 ?> 172 173 <form method="post" action="<?php echo get_admin_url(); ?>admin-post.php"> 173 174 <?php settings_fields(WP_TRACKING_SCRIPTS_OPTION_GROUP); ?>
Note: See TracChangeset
for help on using the changeset viewer.