Changeset 738775
- Timestamp:
- 07/10/2013 03:19:28 PM (13 years ago)
- Location:
- easy-shortcode-manager/tags/0.4
- Files:
-
- 2 added
- 2 edited
- 1 copied
-
. (copied) (copied from easy-shortcode-manager/trunk)
-
README.txt (modified) (4 diffs)
-
easy_shortcode_manager.php (modified) (3 diffs)
-
lang/easy_shortcode_manager.mo (added)
-
lang/easy_shortcode_manager.pot (added)
Legend:
- Unmodified
- Added
- Removed
-
easy-shortcode-manager/tags/0.4/README.txt
r735058 r738775 1 1 === Easy Shortcode Manager === 2 2 Plugin Author: mbamultimedia 3 Contributors: wp-maverick, Cecile_D4 Requires at least: 3. 03 Contributors: wp-maverick, mbamultimedia, Cecile_D 4 Requires at least: 3.5 5 5 Tags: Easy Shortcode Manager, shortcode, tinyMCE 6 6 Tested up to: 3.5.2 7 Stable tag: 0. 37 Stable tag: 0.4 8 8 9 9 == Description == … … 19 19 = Roadmap = 20 20 21 * Static slides in a new dedicated custom_post_type;22 21 * Better shortcodes; 22 * Extra translations. 23 23 24 24 = Available translations = … … 26 26 * French (fr_FR): Cecile Diringer 27 27 * English (en_US): Cecile Diringer 28 * Other languages: Help us by adding your language on [Transifex](https://www.transifex.com/projects/p/wp-easy-shortcode-manager/) 28 29 29 30 = Plugin's Official Site = … … 42 43 == Screenshots == 43 44 44 1. Button in TinyMCE editor45 2. A very simple interface 46 3. Load pictures/files directly with wordpress system45 1. The button in TinyMCE editor 46 2. A very simple interface to customize your shortcode 47 3. Load pictures/files directly with the wordpress built-in uploader 47 48 48 49 == Changelog == 49 50 51 = 0.4 = 52 53 * Extracted .pot file for additionnal translation 54 50 55 = 0.3 = 51 56 52 * Translate to en_US57 * Added en_US translation 53 58 54 59 = 0.2 = -
easy-shortcode-manager/tags/0.4/easy_shortcode_manager.php
r735056 r738775 4 4 * Plugin URI: http://wordpress.mba-multimedia.com/plugins/easy-shortcode-manager/ 5 5 * Description: WordPress easy shortcode manager is a plugin which add a button in TinyMCE editor to help you adding various shortcodes to your post or page content. With a simple and intuitive interface you'll be able to add buttons, tables, columns, alert boxes, icons, and a lot of complex layouts... 6 * Author: Cécile Diringer (MBA Multimédia)7 * Version: 0. 36 * Author: MBA Multimedia 7 * Version: 0.4 8 8 * Licence: GPLv2 9 9 */ … … 30 30 function __construct() { 31 31 32 32 33 33 34 34 load_plugin_textdomain( $this->plugin_slug, false, dirname( plugin_basename( __FILE__ ) ). '/lang' ); … … 233 233 'param_required' => __( '(obligatoire)', $this->plugin_slug ), 234 234 ) ); 235 235 236 236 // Load admin style sheet and JavaScript. 237 237 add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
Note: See TracChangeset
for help on using the changeset viewer.