Plugin Directory

Changeset 368976


Ignore:
Timestamp:
04/05/2011 08:28:24 AM (15 years ago)
Author:
Thinglink
Message:

tagging 1.0.4

Location:
thinglink
Files:
3 edited
5 copied

Legend:

Unmodified
Added
Removed
  • thinglink/tags/1.0.4/readme.txt

    r363224 r368976  
    55Requires at least: 3.0
    66Tested up to: 3.0.1
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88
    99This plugin provides a very simple way to add the Thinglink script to your whole website.
     
    3939* Fixed configuration problems encountered by some users.
    4040
     41= 1.0.4 =
     42* Changed the plugin's name
     43* Improved usability in configuring the plugin.
     44
    4145== Frequently Asked Questions ==
    4246
     
    6468= 1.0.3 =
    6569Upgrading shouldn't break any existing installs.
     70
     71= 1.0.4 =
     72Upgrading shouldn't break any existing installs.
  • thinglink/tags/1.0.4/rjw-thinglink-config.php

    r361138 r368976  
    2626    </p>
    2727
     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>
    2831   </form>
    2932   
    3033   <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);
    3136   function prefill(obj) {
    3237       if(obj["name"] && jQuery('#thinglink_id_input').val() == "") {
     
    3944   }
    4045   </script>
    41    
     46
    4247   <script type="text/javascript" src="http://www.thinglink.com/api/me?callback=prefill" > </script>
    43 
     48   <script type="text/javascript">
     49       showReminder();
     50   </script>
    4451   
    4552</div>
  • thinglink/tags/1.0.4/rjw-thinglink.php

    r363253 r368976  
    44    Plugin Name: Thinglink Official Plugin
    55    Plugin URI: http://thinglink.com/
    6     Description: A simple way to add the Thinglink script to your whole website.
    7     Version: 1.0.3
     6    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
    88    Author: Thinglink
    99    Author URI: http://thinglink.com/
     
    1414       
    1515        const PLUGIN_NAME = "Thinglink";
    16         const PLUGIN_VERSION = "1.0.3";
     16        const PLUGIN_VERSION = "1.0.4";
    1717        const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config";
    1818        const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
  • thinglink/trunk/readme.txt

    r363224 r368976  
    55Requires at least: 3.0
    66Tested up to: 3.0.1
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88
    99This plugin provides a very simple way to add the Thinglink script to your whole website.
     
    3939* Fixed configuration problems encountered by some users.
    4040
     41= 1.0.4 =
     42* Changed the plugin's name
     43* Improved usability in configuring the plugin.
     44
    4145== Frequently Asked Questions ==
    4246
     
    6468= 1.0.3 =
    6569Upgrading shouldn't break any existing installs.
     70
     71= 1.0.4 =
     72Upgrading shouldn't break any existing installs.
  • thinglink/trunk/rjw-thinglink-config.php

    r361138 r368976  
    2626    </p>
    2727
     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>
    2831   </form>
    2932   
    3033   <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);
    3136   function prefill(obj) {
    3237       if(obj["name"] && jQuery('#thinglink_id_input').val() == "") {
     
    3944   }
    4045   </script>
    41    
     46
    4247   <script type="text/javascript" src="http://www.thinglink.com/api/me?callback=prefill" > </script>
    43 
     48   <script type="text/javascript">
     49       showReminder();
     50   </script>
    4451   
    4552</div>
  • thinglink/trunk/rjw-thinglink.php

    r363253 r368976  
    44    Plugin Name: Thinglink Official Plugin
    55    Plugin URI: http://thinglink.com/
    6     Description: A simple way to add the Thinglink script to your whole website.
    7     Version: 1.0.3
     6    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
    88    Author: Thinglink
    99    Author URI: http://thinglink.com/
     
    1414       
    1515        const PLUGIN_NAME = "Thinglink";
    16         const PLUGIN_VERSION = "1.0.3";
     16        const PLUGIN_VERSION = "1.0.4";
    1717        const PLUGIN_CONFIG_HOOK = "rjw-thinglink-config";
    1818        const PLUGIN_CONFIG_URL = "/thinglink/rjw-thinglink-config.php";
Note: See TracChangeset for help on using the changeset viewer.