Plugin Directory

Changeset 1408429

Timestamp:
05/01/2016 05:18:01 PM (8 years ago)
Author:
ericlewis
Message:

Version 0.1.3

Location:
super-emoji-plus
Files:
5 added
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • super-emoji-plus/trunk/readme.txt

    r1408250 r1408429  
    2020== Changelog ==
    2121
     22
     23
     24
    2225= 0.1.2 =
    2326* Ensure JavaScript file is cache busted on new versions.
  • super-emoji-plus/trunk/script.js

    r1408250 r1408429  
    312312            }
    313313            var searchString = node.data.substring( colonIndex+1, editor.selection.getRng().startOffset );
    314             if ( ! searchString || searchString.length < 3 || searchString.indexOf(' ') !== -1 ) {
     314            if ( ! searchString || searchString.length < || searchString.indexOf(' ') !== -1 ) {
    315315                openTheToolbar = false;
    316316                editor.nodeChanged();
  • super-emoji-plus/trunk/super-emoji-plus.php

    r1408250 r1408429  
    44Description: Insert Emoji in your post content editor.
    55Author: Eric Andrew Lewis
    6 Version: 0.1.2
     6Version: 0.1.
    77Author URI: https://ericandrewlewis.com/
    88*/
    99
    10 define( 'SEP_VERSION', '0.1.2' );
     10define( 'SEP_VERSION', '0.1.' );
    1111
    1212function sep_admin_enqueue_scripts( $hook_suffix ) {
Note: See TracChangeset for help on using the changeset viewer.