Plugin Directory

Changeset 640084


Ignore:
Timestamp:
12/16/2012 04:56:51 PM (13 years ago)
Author:
brokenlibrarian
Message:

Update to v0.7 for WordPress v3.5 compatibility testing

Location:
simplesmileyshow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplesmileyshow/trunk/SimpleSmileyShow.php

    r594493 r640084  
    44Plugin URI: http://brokenlibrarian.org/tinyplugins/simplesmileyshow/
    55Description: Displays currently available smilies on comment form and makes them clickable
    6 Version: 0.6
     6Version: 0.7
    77Author: Christian Wagner
    88Author URI: http://brokenlibrarian.org/tinyplugins/
  • simplesmileyshow/trunk/readme.txt

    r594493 r640084  
    22Contributors: brokenlibrarian
    33Donate link: http://brokenlibrarian.org/tinyplugins/
    4 Tags: comments, smilies. jquery
     4Tags: comments, smilies, jquery
    55Requires at least: 3.3.1
    6 Tested up to: 3.4.1
    7 Stable tag: 0.6
     6Tested up to: 3.5
     7Stable tag: 0.7
    88License: Apache
    99
     
    1414The smilies can be adjusted with CSS; each clickable smiley has the class _wp-smileylink_ and the block containing them has the ID _wp-smileyblock_.
    1515
    16 This plugin is designed to work with the WordPress 3 style of comment pages which use _comment_form()_ and have the actions _comment_form_after_fields_, _comment_form_logged_in_after_, and _comment_form_must_log_in_after_ present. (This should be the majority of modern themes.) Compatibility with other methods has not been tested.
     16This plugin is designed to work with the WordPress 3 style of comment pages which use _comment_form()_ and have the actions _comment_form_after_fields_, _comment_form_logged_in_after_, and _comment_form_must_log_in_after_ present. (This should be the majority of modern themes.) This plugin _does not work_ with the Jetpack plugin if the new comment system is enabled, since it replaces the normal _comment_form()_ completely.
    1717
    18 Uses JQuery (tested with jquery-1.7.1/WP3.3.1 and jquery-1.7.12/WP3.4.1) and the jquery.insertatcaret plugin (various versions floating about, tested version included). Has been tested with twentyten and twentyeleven themes, among others.
     18This plugin uses JQuery and the jquery.insertatcaret plugin. It has been tested with the twentyten, twentyeleven, and twentytwelve themes, among others.
    1919
    2020Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome.
     
    2222http://brokenlibrarian.org/tinyplugins/ 
    2323brokenlibrarian@gmail.com 
    24 9/4/2012
     2412/16/2012
    2525
    2626== Installation ==
     
    4040== Changelog ==
    4141
     42= 0.7 =
     43* update for WordPress 3.5 compatibility testing, documentation cleanup
     44
    4245= 0.6 =
    4346* added mouseover text
     
    5053
    5154== Upgrade Notice ==
     55
     56= 0.7 =
     57* optional update, WordPress 3.5 compatibility testing
    5258
    5359= 0.6 =
Note: See TracChangeset for help on using the changeset viewer.