Plugin Directory

Changeset 488983


Ignore:
Timestamp:
01/12/2012 08:29:06 PM (14 years ago)
Author:
twochop
Message:
 
Location:
twochop-games
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • twochop-games/tags/1.4.5/forms/preeditor.php

    r487981 r488983  
    156156                            <input type="hidden" id="twochop_wpuser" name="twochop_wpuser" value="<?php echo esc_attr($current_user->user_login); ?>" />
    157157                            <input type="hidden" id="twochop_reserved1key" name="twochop_reserved1key" value="<?php echo esc_attr($tcreserved1key); ?>" />
    158                             <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.45" />
     158                            <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.4.5" />
    159159                            <input type="hidden" id="twochop_post_guid" name="twochop_post_guid" value="<?php echo esc_attr($tcpost->guid); ?>" />
    160160                           
  • twochop-games/tags/1.4.5/twochop-play.php

    r487981 r488983  
    44Plugin URI: http://support.twochop.com/wordpress-plugin
    55Description: Formerly only available to Wordpress VIP customers, TwoChop is now available to all WordPress users. The TwoChop Play plugin lets you add simple fun games directly on to any blog post. The games could be customized and made directly relevant to the content of your post. Games that are available include crossword puzzles, trivia, picture puzzles, etc. More game types are coming.
    6 Version: 1.45
     6Version: 1.4.5
    77Author: TwoChop
    88Author URI: http://www.twochop.com
  • twochop-games/trunk/forms/preeditor.php

    r487981 r488983  
    156156                            <input type="hidden" id="twochop_wpuser" name="twochop_wpuser" value="<?php echo esc_attr($current_user->user_login); ?>" />
    157157                            <input type="hidden" id="twochop_reserved1key" name="twochop_reserved1key" value="<?php echo esc_attr($tcreserved1key); ?>" />
    158                             <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.45" />
     158                            <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.4.5" />
    159159                            <input type="hidden" id="twochop_post_guid" name="twochop_post_guid" value="<?php echo esc_attr($tcpost->guid); ?>" />
    160160                           
  • twochop-games/trunk/twochop-play.php

    r487981 r488983  
    44Plugin URI: http://support.twochop.com/wordpress-plugin
    55Description: Formerly only available to Wordpress VIP customers, TwoChop is now available to all WordPress users. The TwoChop Play plugin lets you add simple fun games directly on to any blog post. The games could be customized and made directly relevant to the content of your post. Games that are available include crossword puzzles, trivia, picture puzzles, etc. More game types are coming.
    6 Version: 1.45
     6Version: 1.4.5
    77Author: TwoChop
    88Author URI: http://www.twochop.com
Note: See TracChangeset for help on using the changeset viewer.