Changeset 1885920
- Timestamp:
- 06/02/2018 01:26:59 PM (8 years ago)
- Location:
- shortcode-emojis
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3 (copied) (copied from shortcode-emojis/trunk)
-
tags/1.3/index.php (modified) (2 diffs)
-
tags/1.3/readme.txt (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-emojis/tags/1.3/index.php
r1559979 r1885920 1 1 <?php 2 2 /* 3 Plugin Name: Sh ortcode Emojis4 Plugin URI: http:// clarinerd.com/wordpress/shortcode-emojis/3 Plugin Name: Sharon's Shortcode Emojis 4 Plugin URI: http://sharonmurphy.net/wordpress/shortcode-emojis/ 5 5 Description: Implement emojis into your posts and pages. Using CSS, transparent PNGs seamlessly integrate with your favorite theme and color scheme. 6 6 Author: shpemu … … 8 8 Text Domain: shortcode_emojis 9 9 Domain Path: /languages 10 Version: 1. 211 Author URI: http ://www.clarinerd.com/12 Last updated: 10-16-201610 Version: 1.3 11 Author URI: https://www.sharonmurphy.net/ 12 Last updated: 06-02-2018 13 13 */ 14 14 15 if ( ! defined( 'ABSPATH' ) ) exit;15 defined('ABSPATH') or die('No script kiddies please!'); 16 16 17 17 function shortcode_emojis_load_textdomain() { -
shortcode-emojis/tags/1.3/readme.txt
r1559979 r1885920 1 === Sh ortcode Emojis ===1 === Sharon's Shortcode Emojis === 2 2 Contributors: shpemu 3 Author URI: http ://www.clarinerd.com/4 Plugin URI: http ://www.clarinerd.com/wordpress/shortcode-emojis/3 Author URI: https://www.sharonmurphy.net/ 4 Plugin URI: https://www.sharonmurphy.net/wordpress/shortcode-emojis/ 5 5 Donate link: https://www.paypal.me/SharonMurphy 6 6 Tags: emoji, emojis, emoticon, emoticons, smiley, smileys, smilie, smilies 7 7 Requires at least: 4.5 8 Tested up to: 4. 79 Stable tag: 4. 78 Tested up to: 4.9.6 9 Stable tag: 4.9.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == ChangeLog == 56 56 57 - Version 1.3: 58 + Compatibility verified with WordPress 4.9.6 57 59 - Version 1.2: 58 60 + Added holiday emojis. -
shortcode-emojis/trunk/index.php
r1559979 r1885920 1 1 <?php 2 2 /* 3 Plugin Name: Sh ortcode Emojis4 Plugin URI: http ://clarinerd.com/wordpress/shortcode-emojis/3 Plugin Name: Sharon's Shortcode Emojis 4 Plugin URI: https://sharonmurphy.net/wordpress/shortcode-emojis/ 5 5 Description: Implement emojis into your posts and pages. Using CSS, transparent PNGs seamlessly integrate with your favorite theme and color scheme. 6 6 Author: shpemu … … 8 8 Text Domain: shortcode_emojis 9 9 Domain Path: /languages 10 Version: 1. 211 Author URI: http ://www.clarinerd.com/12 Last updated: 10-16-201610 Version: 1.3 11 Author URI: https://www.sharonmurphy.net/ 12 Last updated: 06-02-2018 13 13 */ 14 14 15 if ( ! defined( 'ABSPATH' ) ) exit;15 defined('ABSPATH') or die('No script kiddies please!'); 16 16 17 17 function shortcode_emojis_load_textdomain() { -
shortcode-emojis/trunk/readme.txt
r1559979 r1885920 1 === Sh ortcode Emojis ===1 === Sharon's Shortcode Emojis === 2 2 Contributors: shpemu 3 Author URI: http ://www.clarinerd.com/4 Plugin URI: http ://www.clarinerd.com/wordpress/shortcode-emojis/3 Author URI: https://www.sharonmurphy.net/ 4 Plugin URI: https://www.sharonmurphy.net/wordpress/shortcode-emojis/ 5 5 Donate link: https://www.paypal.me/SharonMurphy 6 6 Tags: emoji, emojis, emoticon, emoticons, smiley, smileys, smilie, smilies 7 7 Requires at least: 4.5 8 Tested up to: 4. 79 Stable tag: 4. 78 Tested up to: 4.9.6 9 Stable tag: 4.9.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == ChangeLog == 56 56 57 - Version 1.3: 58 + Compatibility verified with WordPress 4.9.6 57 59 - Version 1.2: 58 60 + Added holiday emojis.
Note: See TracChangeset
for help on using the changeset viewer.