Plugin Directory

Changeset 1885920


Ignore:
Timestamp:
06/02/2018 01:26:59 PM (8 years ago)
Author:
shpemu
Message:

version 1.3 compatible with WordPress 4.9.6

Location:
shortcode-emojis
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shortcode-emojis/tags/1.3/index.php

    r1559979 r1885920  
    11<?php
    22/*
    3 Plugin Name: Shortcode Emojis
    4 Plugin URI: http://clarinerd.com/wordpress/shortcode-emojis/
     3Plugin Name: Sharon's Shortcode Emojis
     4Plugin URI: http://sharonmurphy.net/wordpress/shortcode-emojis/
    55Description: Implement emojis into your posts and pages. Using CSS, transparent PNGs seamlessly integrate with your favorite theme and color scheme.
    66Author: shpemu
     
    88Text Domain: shortcode_emojis
    99Domain Path: /languages
    10 Version: 1.2
    11 Author URI: http://www.clarinerd.com/
    12 Last updated: 10-16-2016
     10Version: 1.3
     11Author URI: https://www.sharonmurphy.net/
     12Last updated: 06-02-2018
    1313*/
    1414
    15 if ( ! defined( 'ABSPATH' ) ) exit;
     15defined('ABSPATH') or die('No script kiddies please!');
    1616
    1717function shortcode_emojis_load_textdomain() {
  • shortcode-emojis/tags/1.3/readme.txt

    r1559979 r1885920  
    1 === Shortcode Emojis ===
     1=== Sharon's Shortcode Emojis ===
    22Contributors: shpemu
    3 Author URI: http://www.clarinerd.com/
    4 Plugin URI: http://www.clarinerd.com/wordpress/shortcode-emojis/
     3Author URI: https://www.sharonmurphy.net/
     4Plugin URI: https://www.sharonmurphy.net/wordpress/shortcode-emojis/
    55Donate link: https://www.paypal.me/SharonMurphy
    66Tags: emoji, emojis, emoticon, emoticons, smiley, smileys, smilie, smilies
    77Requires at least: 4.5
    8 Tested up to: 4.7
    9 Stable tag: 4.7
     8Tested up to: 4.9.6
     9Stable tag: 4.9.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555== ChangeLog ==
    5656
     57- Version 1.3:
     58    + Compatibility verified with WordPress 4.9.6
    5759- Version 1.2:
    5860    + Added holiday emojis.
  • shortcode-emojis/trunk/index.php

    r1559979 r1885920  
    11<?php
    22/*
    3 Plugin Name: Shortcode Emojis
    4 Plugin URI: http://clarinerd.com/wordpress/shortcode-emojis/
     3Plugin Name: Sharon's Shortcode Emojis
     4Plugin URI: https://sharonmurphy.net/wordpress/shortcode-emojis/
    55Description: Implement emojis into your posts and pages. Using CSS, transparent PNGs seamlessly integrate with your favorite theme and color scheme.
    66Author: shpemu
     
    88Text Domain: shortcode_emojis
    99Domain Path: /languages
    10 Version: 1.2
    11 Author URI: http://www.clarinerd.com/
    12 Last updated: 10-16-2016
     10Version: 1.3
     11Author URI: https://www.sharonmurphy.net/
     12Last updated: 06-02-2018
    1313*/
    1414
    15 if ( ! defined( 'ABSPATH' ) ) exit;
     15defined('ABSPATH') or die('No script kiddies please!');
    1616
    1717function shortcode_emojis_load_textdomain() {
  • shortcode-emojis/trunk/readme.txt

    r1559979 r1885920  
    1 === Shortcode Emojis ===
     1=== Sharon's Shortcode Emojis ===
    22Contributors: shpemu
    3 Author URI: http://www.clarinerd.com/
    4 Plugin URI: http://www.clarinerd.com/wordpress/shortcode-emojis/
     3Author URI: https://www.sharonmurphy.net/
     4Plugin URI: https://www.sharonmurphy.net/wordpress/shortcode-emojis/
    55Donate link: https://www.paypal.me/SharonMurphy
    66Tags: emoji, emojis, emoticon, emoticons, smiley, smileys, smilie, smilies
    77Requires at least: 4.5
    8 Tested up to: 4.7
    9 Stable tag: 4.7
     8Tested up to: 4.9.6
     9Stable tag: 4.9.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5555== ChangeLog ==
    5656
     57- Version 1.3:
     58    + Compatibility verified with WordPress 4.9.6
    5759- Version 1.2:
    5860    + Added holiday emojis.
Note: See TracChangeset for help on using the changeset viewer.