Changeset 694870
- Timestamp:
- 04/09/2013 11:54:45 PM (13 years ago)
- Location:
- track-everything
- Files:
-
- 10 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from track-everything/trunk)
-
tags/1.1.2/inc/screens/dictionary.php (modified) (2 diffs)
-
tags/1.1.2/inc/screens/settings.php (modified) (2 diffs)
-
tags/1.1.2/inc/screens/special.php (modified) (2 diffs)
-
tags/1.1.2/index.php (modified) (2 diffs)
-
tags/1.1.2/readme.txt (modified) (3 diffs)
-
trunk/inc/screens/dictionary.php (modified) (2 diffs)
-
trunk/inc/screens/settings.php (modified) (2 diffs)
-
trunk/inc/screens/special.php (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
track-everything/tags/1.1.2/inc/screens/dictionary.php
r639533 r694870 2 2 <div id="icon-track-everything" class="icon32"><br /></div><h2>Track Everything > Labels</h2> 3 3 <?php 4 if($_POST['submit'] == "Save Changes" ){4 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_te_nonce'], plugin_basename( __FILE__ ))){ 5 5 update_option("ethoseo_te_dictionary", stripslashes_deep($_POST['dictionary']) ); 6 6 … … 32 32 <?php } ?> 33 33 </table> 34 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_te_nonce'); ?> 34 35 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 35 36 </form> -
track-everything/tags/1.1.2/inc/screens/settings.php
r691761 r694870 17 17 <div id="icon-track-everything" class="icon32"><br /></div><h2>Track Everything</h2> 18 18 <?php 19 if($_POST['submit'] == "Save Changes" ){19 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_te_nonce'], plugin_basename( __FILE__ ))){ 20 20 update_option("ethoseo_te_trackforms", $_POST['trackforms']); 21 21 update_option("ethoseo_te_trackoutbound", $_POST['trackoutbound']); … … 96 96 </tr> 97 97 </table> 98 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_te_nonce'); ?> 98 99 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 99 100 </form> -
track-everything/tags/1.1.2/inc/screens/special.php
r639533 r694870 2 2 <div id="icon-track-everything" class="icon32"><br /></div><h2>Track Everything > Specifics</h2> 3 3 <?php 4 if($_POST['submit'] == "Save Changes" ){4 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_te_nonce'], plugin_basename( __FILE__ ))){ 5 5 update_option("ethoseo_te_special", stripslashes_deep($_POST['special']) ); 6 6 … … 43 43 <?php } ?> 44 44 </table> 45 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_te_nonce'); ?> 45 46 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 46 47 </form> -
track-everything/tags/1.1.2/index.php
r691761 r694870 5 5 Description: A plugin capable of adding Google Analytics Event Tracking to <em>everything</em> on a website. 6 6 Author: Ethoseo Internet Marketing 7 Version: 1.1. 17 Version: 1.1.2 8 8 Author URI: http://www.ethoseo.com/ 9 9 License: MIT License … … 19 19 */ 20 20 21 $ethoseo_te_version = "1. 0";21 $ethoseo_te_version = "1.1.2"; 22 22 define( 'ETHOSEO_TE_PATH', plugin_dir_path(__FILE__) ); 23 23 define( 'ETHOSEO_TE_FILE', __FILE__); -
track-everything/tags/1.1.2/readme.txt
r691761 r694870 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/MIT … … 47 47 == Changelog == 48 48 49 = 1.1.2 = 50 * Remedied the possibility of an XSS attack. 51 49 52 = 1.1.1 = 50 53 * Introduced the ability to track Google Rank … … 69 72 == Upgrade Notice == 70 73 74 === 1.1.2 === 75 This version is security fix. Please upgrade to prevent the possibility of an attack being directed against your site. 76 71 77 = 1.1.1 = 72 78 Track Everything can now track Google Rank! It also allows for using Analytics.js if you're a really early adopter. -
track-everything/trunk/inc/screens/dictionary.php
r639533 r694870 2 2 <div id="icon-track-everything" class="icon32"><br /></div><h2>Track Everything > Labels</h2> 3 3 <?php 4 if($_POST['submit'] == "Save Changes" ){4 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_te_nonce'], plugin_basename( __FILE__ ))){ 5 5 update_option("ethoseo_te_dictionary", stripslashes_deep($_POST['dictionary']) ); 6 6 … … 32 32 <?php } ?> 33 33 </table> 34 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_te_nonce'); ?> 34 35 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 35 36 </form> -
track-everything/trunk/inc/screens/settings.php
r691761 r694870 17 17 <div id="icon-track-everything" class="icon32"><br /></div><h2>Track Everything</h2> 18 18 <?php 19 if($_POST['submit'] == "Save Changes" ){19 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_te_nonce'], plugin_basename( __FILE__ ))){ 20 20 update_option("ethoseo_te_trackforms", $_POST['trackforms']); 21 21 update_option("ethoseo_te_trackoutbound", $_POST['trackoutbound']); … … 96 96 </tr> 97 97 </table> 98 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_te_nonce'); ?> 98 99 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 99 100 </form> -
track-everything/trunk/inc/screens/special.php
r639533 r694870 2 2 <div id="icon-track-everything" class="icon32"><br /></div><h2>Track Everything > Specifics</h2> 3 3 <?php 4 if($_POST['submit'] == "Save Changes" ){4 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_te_nonce'], plugin_basename( __FILE__ ))){ 5 5 update_option("ethoseo_te_special", stripslashes_deep($_POST['special']) ); 6 6 … … 43 43 <?php } ?> 44 44 </table> 45 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_te_nonce'); ?> 45 46 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 46 47 </form> -
track-everything/trunk/index.php
r691761 r694870 5 5 Description: A plugin capable of adding Google Analytics Event Tracking to <em>everything</em> on a website. 6 6 Author: Ethoseo Internet Marketing 7 Version: 1.1. 17 Version: 1.1.2 8 8 Author URI: http://www.ethoseo.com/ 9 9 License: MIT License … … 19 19 */ 20 20 21 $ethoseo_te_version = "1. 0";21 $ethoseo_te_version = "1.1.2"; 22 22 define( 'ETHOSEO_TE_PATH', plugin_dir_path(__FILE__) ); 23 23 define( 'ETHOSEO_TE_FILE', __FILE__); -
track-everything/trunk/readme.txt
r691761 r694870 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/MIT … … 47 47 == Changelog == 48 48 49 = 1.1.2 = 50 * Remedied the possibility of an XSS attack. 51 49 52 = 1.1.1 = 50 53 * Introduced the ability to track Google Rank … … 69 72 == Upgrade Notice == 70 73 74 === 1.1.2 === 75 This version is security fix. Please upgrade to prevent the possibility of an attack being directed against your site. 76 71 77 = 1.1.1 = 72 78 Track Everything can now track Google Rank! It also allows for using Analytics.js if you're a really early adopter.
Note: See TracChangeset
for help on using the changeset viewer.