Changeset 368976
- Timestamp:
- 04/05/2011 08:28:24 AM (15 years ago)
- Location:
- thinglink
- Files:
-
- 3 edited
- 5 copied
-
tags/1.0.4 (copied) (copied from thinglink/trunk)
-
tags/1.0.4/readme.txt (copied) (copied from thinglink/trunk/readme.txt) (3 diffs)
-
tags/1.0.4/rjw-thinglink-config.php (copied) (copied from thinglink/trunk/rjw-thinglink-config.php) (2 diffs)
-
tags/1.0.4/rjw-thinglink.php (copied) (copied from thinglink/trunk/rjw-thinglink.php) (2 diffs)
-
tags/1.0.4/screenshot-1.png (copied) (copied from thinglink/trunk/screenshot-1.png)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/rjw-thinglink-config.php (modified) (2 diffs)
-
trunk/rjw-thinglink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thinglink/tags/1.0.4/readme.txt
r363224 r368976 5 5 Requires at least: 3.0 6 6 Tested up to: 3.0.1 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 9 9 This plugin provides a very simple way to add the Thinglink script to your whole website. … … 39 39 * Fixed configuration problems encountered by some users. 40 40 41 = 1.0.4 = 42 * Changed the plugin's name 43 * Improved usability in configuring the plugin. 44 41 45 == Frequently Asked Questions == 42 46 … … 64 68 = 1.0.3 = 65 69 Upgrading shouldn't break any existing installs. 70 71 = 1.0.4 = 72 Upgrading shouldn't break any existing installs. -
thinglink/tags/1.0.4/rjw-thinglink-config.php
r361138 r368976 26 26 </p> 27 27 28 <div id="save-reminder" style="margin: 20px; border: 2px solid black;width: 320px;padding:10px; text-align:center;"> 29 Your Thinglink Id is currently <?php echo(get_option('thinglink_id') ? ("<b>" + get_option('thinglink_id') + "</b>") : "not set"); ?>. You have changed your settings and you must press the save button in order for it to take effect. 30 </div> 28 31 </form> 29 32 30 33 <script type="text/javascript"> 34 function showReminder() { jQuery('#save-reminder').toggle( jQuery('#thinglink_id_input').val() != '<?php echo(get_option('thinglink_id')); ?>'); } 35 jQuery('#thinglink_id_input').change(showReminder); 31 36 function prefill(obj) { 32 37 if(obj["name"] && jQuery('#thinglink_id_input').val() == "") { … … 39 44 } 40 45 </script> 41 46 42 47 <script type="text/javascript" src="http://www.thinglink.com/api/me?callback=prefill" > </script> 43 48 <script type="text/javascript"> 49 showReminder(); 50 </script> 44 51 45 52 </div> -
thinglink/tags/1.0.4/rjw-thinglink.php
r363253 r368976 4 4 Plugin Name: Thinglink Official Plugin 5 5 Plugin URI: http://thinglink.com/ 6 Description: A simple way to add the Thinglink script to your whole website. 7 Version: 1.0. 36 Description: A simple way to add the Thinglink script to your whole website. Go to <a href="plugins.php?page=rjw-thinglink-config">settings</a>. 7 Version: 1.0.4 8 8 Author: Thinglink 9 9 Author URI: http://thinglink.com/ … … 14 14 15 15 const PLUGIN_NAME = "Thinglink"; 16 const PLUGIN_VERSION = "1.0. 3";16 const PLUGIN_VERSION = "1.0.4"; 17 17 const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config"; 18 18 const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php"; -
thinglink/trunk/readme.txt
r363224 r368976 5 5 Requires at least: 3.0 6 6 Tested up to: 3.0.1 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 9 9 This plugin provides a very simple way to add the Thinglink script to your whole website. … … 39 39 * Fixed configuration problems encountered by some users. 40 40 41 = 1.0.4 = 42 * Changed the plugin's name 43 * Improved usability in configuring the plugin. 44 41 45 == Frequently Asked Questions == 42 46 … … 64 68 = 1.0.3 = 65 69 Upgrading shouldn't break any existing installs. 70 71 = 1.0.4 = 72 Upgrading shouldn't break any existing installs. -
thinglink/trunk/rjw-thinglink-config.php
r361138 r368976 26 26 </p> 27 27 28 <div id="save-reminder" style="margin: 20px; border: 2px solid black;width: 320px;padding:10px; text-align:center;"> 29 Your Thinglink Id is currently <?php echo(get_option('thinglink_id') ? ("<b>" + get_option('thinglink_id') + "</b>") : "not set"); ?>. You have changed your settings and you must press the save button in order for it to take effect. 30 </div> 28 31 </form> 29 32 30 33 <script type="text/javascript"> 34 function showReminder() { jQuery('#save-reminder').toggle( jQuery('#thinglink_id_input').val() != '<?php echo(get_option('thinglink_id')); ?>'); } 35 jQuery('#thinglink_id_input').change(showReminder); 31 36 function prefill(obj) { 32 37 if(obj["name"] && jQuery('#thinglink_id_input').val() == "") { … … 39 44 } 40 45 </script> 41 46 42 47 <script type="text/javascript" src="http://www.thinglink.com/api/me?callback=prefill" > </script> 43 48 <script type="text/javascript"> 49 showReminder(); 50 </script> 44 51 45 52 </div> -
thinglink/trunk/rjw-thinglink.php
r363253 r368976 4 4 Plugin Name: Thinglink Official Plugin 5 5 Plugin URI: http://thinglink.com/ 6 Description: A simple way to add the Thinglink script to your whole website. 7 Version: 1.0. 36 Description: A simple way to add the Thinglink script to your whole website. Go to <a href="plugins.php?page=rjw-thinglink-config">settings</a>. 7 Version: 1.0.4 8 8 Author: Thinglink 9 9 Author URI: http://thinglink.com/ … … 14 14 15 15 const PLUGIN_NAME = "Thinglink"; 16 const PLUGIN_VERSION = "1.0. 3";16 const PLUGIN_VERSION = "1.0.4"; 17 17 const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config"; 18 18 const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
Note: See TracChangeset
for help on using the changeset viewer.