Changeset 694866
- Timestamp:
- 04/09/2013 11:47:03 PM (13 years ago)
- Location:
- ga-universal
- Files:
-
- 4 edited
- 9 copied
-
tags/1.0.1 (copied) (copied from ga-universal/trunk)
-
tags/1.0.1/css (copied) (copied from ga-universal/trunk/css)
-
tags/1.0.1/css/admin.css (copied) (copied from ga-universal/trunk/css/admin.css)
-
tags/1.0.1/images (copied) (copied from ga-universal/trunk/images)
-
tags/1.0.1/inc (copied) (copied from ga-universal/trunk/inc)
-
tags/1.0.1/inc/screens/settings.php (modified) (2 diffs)
-
tags/1.0.1/index.php (copied) (copied from ga-universal/trunk/index.php) (2 diffs)
-
tags/1.0.1/js (copied) (copied from ga-universal/trunk/js)
-
tags/1.0.1/license.txt (copied) (copied from ga-universal/trunk/license.txt)
-
tags/1.0.1/readme.txt (copied) (copied from ga-universal/trunk/readme.txt) (3 diffs)
-
trunk/inc/screens/settings.php (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ga-universal/tags/1.0.1/inc/screens/settings.php
r691768 r694866 17 17 <div id="icon-options-general" class="icon32"><br /></div><h2>GA Universal Settings</h2> 18 18 <?php 19 if($_POST['submit'] == "Save Changes" ){19 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_gau_nonce'], plugin_basename( __FILE__ ))){ 20 20 21 21 update_option("ethoseo_gau_properties", $_POST['properties']); … … 125 125 </tr> 126 126 </table> 127 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_gau_nonce'); ?> 127 128 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 128 129 </form> -
ga-universal/tags/1.0.1/index.php
r691768 r694866 5 5 Description: The first Wordpress plugin for Google's Universal Analytics script Analytics.js. 6 6 Author: Ethoseo Internet Marketing 7 Version: 1.0 7 Version: 1.0.1 8 8 Author URI: http://www.ethoseo.com/ 9 9 License: MIT License … … 19 19 */ 20 20 21 $ethoseo_gau_version = "1.0 ";21 $ethoseo_gau_version = "1.0.1"; 22 22 define( 'ETHOSEO_GAU_PATH', plugin_dir_path(__FILE__) ); 23 23 define( 'ETHOSEO_GAU_FILE', __FILE__); -
ga-universal/tags/1.0.1/readme.txt
r691772 r694866 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/MIT … … 47 47 == Changelog == 48 48 49 = 1.0.1 = 50 * Fixed an unlikely XSS vulnerability 51 49 52 = 1.0 = 50 53 * The intial release. … … 52 55 == Upgrade Notice == 53 56 57 = 1.0.1 = 58 Security fix, please upgrade. 59 54 60 = 1.0 = 55 61 Initial release. -
ga-universal/trunk/inc/screens/settings.php
r691768 r694866 17 17 <div id="icon-options-general" class="icon32"><br /></div><h2>GA Universal Settings</h2> 18 18 <?php 19 if($_POST['submit'] == "Save Changes" ){19 if($_POST['submit'] == "Save Changes" && wp_verify_nonce($_POST['ethoseo_gau_nonce'], plugin_basename( __FILE__ ))){ 20 20 21 21 update_option("ethoseo_gau_properties", $_POST['properties']); … … 125 125 </tr> 126 126 </table> 127 <?php wp_nonce_field( plugin_basename( __FILE__ ), 'ethoseo_gau_nonce'); ?> 127 128 <p class="submit"><input type="submit" name="submit" id="submit" class="button-primary" value="Save Changes" /></p> 128 129 </form> -
ga-universal/trunk/index.php
r691768 r694866 5 5 Description: The first Wordpress plugin for Google's Universal Analytics script Analytics.js. 6 6 Author: Ethoseo Internet Marketing 7 Version: 1.0 7 Version: 1.0.1 8 8 Author URI: http://www.ethoseo.com/ 9 9 License: MIT License … … 19 19 */ 20 20 21 $ethoseo_gau_version = "1.0 ";21 $ethoseo_gau_version = "1.0.1"; 22 22 define( 'ETHOSEO_GAU_PATH', plugin_dir_path(__FILE__) ); 23 23 define( 'ETHOSEO_GAU_FILE', __FILE__); -
ga-universal/trunk/readme.txt
r691772 r694866 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: MIT 8 8 License URI: http://opensource.org/licenses/MIT … … 47 47 == Changelog == 48 48 49 = 1.0.1 = 50 * Fixed an unlikely XSS vulnerability 51 49 52 = 1.0 = 50 53 * The intial release. … … 52 55 == Upgrade Notice == 53 56 57 = 1.0.1 = 58 Security fix, please upgrade. 59 54 60 = 1.0 = 55 61 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.