Changeset 1078774
- Timestamp:
- 01/30/2015 07:04:58 AM (11 years ago)
- Location:
- font-emoticons/trunk
- Files:
-
- 4 edited
-
FontEmoticonInfo.php (modified) (1 diff)
-
FontEmoticonsPlugin.php (modified) (1 diff)
-
font-emoticons.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
font-emoticons/trunk/FontEmoticonInfo.php
r1078421 r1078774 44 44 . '(?=\s|$|' . FontEmoticonsPlugin::DELIM_CHARS . ')/U'; 45 45 46 $this->m_htmlCode = '<span class="' . self::EMOTS_BASE_CLASS_NAME . $name . '" />';46 $this->m_htmlCode = '<span class="' . self::EMOTS_BASE_CLASS_NAME . $name . '"></span>'; 47 47 } 48 48 -
font-emoticons/trunk/FontEmoticonsPlugin.php
r1078421 r1078774 8 8 class FontEmoticonsPlugin 9 9 { 10 const VERSION = '1.3 ';10 const VERSION = '1.3.1'; 11 11 12 12 // Should be unique enough to not usually appear in a text and must not have any meaning in regex. -
font-emoticons/trunk/font-emoticons.php
r1078421 r1078774 4 4 Plugin URI: https://wordpress.org/plugins/font-emoticons/ 5 5 Description: Replace the standard WP Smileys with font icons. 6 Version: 1.3 6 Version: 1.3.1 7 7 Author: Sebastian Krysmanski 8 8 Author URI: http://manski.net -
font-emoticons/trunk/readme.txt
r1078421 r1078774 4 4 Requires at least: 3.0.0 5 5 Tested up to: 4.1.0 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Changelog == 72 72 73 = 1.3.1 = 74 * Fix: Self closing span (`<span/>`) seems to be invalid in some cases. Replaced it with regular `<span></span>` (issue #8) 75 73 76 = 1.3 = 74 77 * Feature: New emoticon "squint": `|)` or `:squint:`
Note: See TracChangeset
for help on using the changeset viewer.