Plugin Directory

Changeset 1078774


Ignore:
Timestamp:
01/30/2015 07:04:58 AM (11 years ago)
Author:
manski
Message:

Updated to version 1.3.1

Location:
font-emoticons/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • font-emoticons/trunk/FontEmoticonInfo.php

    r1078421 r1078774  
    4444                       . '(?=\s|$|' . FontEmoticonsPlugin::DELIM_CHARS . ')/U';
    4545
    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>';
    4747    }
    4848
  • font-emoticons/trunk/FontEmoticonsPlugin.php

    r1078421 r1078774  
    88class FontEmoticonsPlugin
    99{
    10     const VERSION = '1.3';
     10    const VERSION = '1.3.1';
    1111
    1212    // 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  
    44Plugin URI: https://wordpress.org/plugins/font-emoticons/
    55Description: Replace the standard WP Smileys with font icons.
    6 Version: 1.3
     6Version: 1.3.1
    77Author: Sebastian Krysmanski
    88Author URI: http://manski.net
  • font-emoticons/trunk/readme.txt

    r1078421 r1078774  
    44Requires at least: 3.0.0
    55Tested up to: 4.1.0
    6 Stable tag: 1.3
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     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
    7376= 1.3 =
    7477* Feature: New emoticon "squint": `|)` or `:squint:`
Note: See TracChangeset for help on using the changeset viewer.