Plugin Directory

Changeset 640087


Ignore:
Timestamp:
12/16/2012 05:00:47 PM (13 years ago)
Author:
brokenlibrarian
Message:

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

Location:
simplesmileyreplace/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplesmileyreplace/trunk/SimpleSmileyReplace.php

    r525103 r640087  
    44Plugin URI: http://brokenlibrarian.org/tinyplugins/simplesmileyreplace/
    55Description: Replaces standard smilies with ones from a theme folder
    6 Version: 0.4
     6Version: 0.5
    77Author: Christian Wagner
    88Author URI: http://brokenlibrarian.org/tinyplugins/
  • simplesmileyreplace/trunk/readme.txt

    r526493 r640087  
    44Tags: comments, smilies
    55Requires at least: 3.3.1
    6 Tested up to: 3.3.1
    7 Stable tag: 0.4
     6Tested up to: 3.5
     7Stable tag: 0.5
    88License: Apache
    99
     
    1212SimpleSmileyReplace is a plugin that checks for the existence of a _images/smilies/_ folder in a theme. If that folder exists, WordPress uses the smiley files in that folder instead. The plugin assumes that the smilies have the usual filenames (_icon_rolleyes.gif_, etc).
    1313
    14 It has no extra requirements and has been tested on the twentyeleven and twentyten themes.
     14It has no extra requirements and has been tested with modified versions of the twentyten, twentyeleven, and twentytwelve themes.
    1515
    1616Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome.
     
    1818http://brokenlibrarian.org/tinyplugins/ 
    1919brokenlibrarian@gmail.com 
    20 3/17/2012
     2012/16/2012
    2121
    2222== Installation ==
     
    3030= What are the standard WordPress filenames? =
    3131
    32 An up-to-date list of smilies and filenames can be found in _/wp-includes/functions.php_ by searching for the _$wpsmiliestrans_ variable. As of WordPress version 3.3.1, this is the list (cut-and-pasted):
     32An up-to-date list of smilies and filenames can be found in _/wp-includes/functions.php_ by searching for the _$wpsmiliestrans_ variable. As of WordPress version 3.5, this is the list (cut-and-pasted):
    3333
    3434`
    35 :mrgreen: => icon_mrgreen.gif
    36 :neutral: => icon_neutral.gif
    37 :twisted: => icon_twisted.gif
    38   :arrow: => icon_arrow.gif
    39   :shock: => icon_eek.gif
    40   :smile: => icon_smile.gif
    41     :???: => icon_confused.gif
    42    :cool: => icon_cool.gif
    43    :evil: => icon_evil.gif
    44    :grin: => icon_biggrin.gif
    45    :idea: => icon_idea.gif
    46    :oops: => icon_redface.gif
    47    :razz: => icon_razz.gif
    48    :roll: => icon_rolleyes.gif
    49    :wink: => icon_wink.gif
    50     :cry: => icon_cry.gif
    51     :eek: => icon_surprised.gif
    52     :lol: => icon_lol.gif
    53     :mad: => icon_mad.gif
    54     :sad: => icon_sad.gif
    55       8-) => icon_cool.gif
    56       8-O => icon_eek.gif
    57       :-( => icon_sad.gif
    58       :-) => icon_smile.gif
    59       :-? => icon_confused.gif
    60       :-D => icon_biggrin.gif
    61       :-P => icon_razz.gif
    62       :-o => icon_surprised.gif
    63       :-x => icon_mad.gif
    64       :-| => icon_neutral.gif
    65       ;-) => icon_wink.gif
    66        8O => icon_eek.gif
    67        :( => icon_sad.gif
    68        :) => icon_smile.gif
    69        :? => icon_confused.gif
    70        :D => icon_biggrin.gif
    71        :P => icon_razz.gif
    72        :o => icon_surprised.gif
    73        :x => icon_mad.gif
    74        :| => icon_neutral.gif
    75        ;) => icon_wink.gif
    76       :!: => icon_exclaim.gif
    77       :?: => icon_question.gif
     35        ':mrgreen:' => 'icon_mrgreen.gif',
     36        ':neutral:' => 'icon_neutral.gif',
     37        ':twisted:' => 'icon_twisted.gif',
     38          ':arrow:' => 'icon_arrow.gif',
     39          ':shock:' => 'icon_eek.gif',
     40          ':smile:' => 'icon_smile.gif',
     41            ':???:' => 'icon_confused.gif',
     42           ':cool:' => 'icon_cool.gif',
     43           ':evil:' => 'icon_evil.gif',
     44           ':grin:' => 'icon_biggrin.gif',
     45           ':idea:' => 'icon_idea.gif',
     46           ':oops:' => 'icon_redface.gif',
     47           ':razz:' => 'icon_razz.gif',
     48           ':roll:' => 'icon_rolleyes.gif',
     49           ':wink:' => 'icon_wink.gif',
     50            ':cry:' => 'icon_cry.gif',
     51            ':eek:' => 'icon_surprised.gif',
     52            ':lol:' => 'icon_lol.gif',
     53            ':mad:' => 'icon_mad.gif',
     54            ':sad:' => 'icon_sad.gif',
     55              '8-)' => 'icon_cool.gif',
     56              '8-O' => 'icon_eek.gif',
     57              ':-(' => 'icon_sad.gif',
     58              ':-)' => 'icon_smile.gif',
     59              ':-?' => 'icon_confused.gif',
     60              ':-D' => 'icon_biggrin.gif',
     61              ':-P' => 'icon_razz.gif',
     62              ':-o' => 'icon_surprised.gif',
     63              ':-x' => 'icon_mad.gif',
     64              ':-|' => 'icon_neutral.gif',
     65              ';-)' => 'icon_wink.gif',
     66               '8O' => 'icon_eek.gif',
     67               ':(' => 'icon_sad.gif',
     68               ':)' => 'icon_smile.gif',
     69               ':?' => 'icon_confused.gif',
     70               ':D' => 'icon_biggrin.gif',
     71               ':P' => 'icon_razz.gif',
     72               ':o' => 'icon_surprised.gif',
     73               ':x' => 'icon_mad.gif',
     74               ':|' => 'icon_neutral.gif',
     75               ';)' => 'icon_wink.gif',
     76              ':!:' => 'icon_exclaim.gif',
     77              ':?:' => 'icon_question.gif',
    7878`
    7979
     
    8484== Changelog ==
    8585
     86= 0.5 =
     87* update for WordPress 3.5 compatibility testing
     88
    8689= 0.4 =
    8790* readme and source code cleanup, no other changes
     
    9194
    9295== Upgrade Notice ==
     96
     97= 0.5 =
     98* update for WordPress 3.5 compatibility testing
    9399
    94100= 0.4 =
Note: See TracChangeset for help on using the changeset viewer.