Plugin Directory

Changeset 738775


Ignore:
Timestamp:
07/10/2013 03:19:28 PM (13 years ago)
Author:
wp-maverick
Message:

Tagged v0.4

Location:
easy-shortcode-manager/tags/0.4
Files:
2 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-shortcode-manager/tags/0.4/README.txt

    r735058 r738775  
    11=== Easy Shortcode Manager ===
    22Plugin Author: mbamultimedia
    3 Contributors: wp-maverick, Cecile_D
    4 Requires at least: 3.0
     3Contributors: wp-maverick, mbamultimedia, Cecile_D
     4Requires at least: 3.5
    55Tags: Easy Shortcode Manager, shortcode, tinyMCE
    66Tested up to: 3.5.2
    7 Stable tag: 0.3
     7Stable tag: 0.4
    88
    99== Description ==
     
    1919= Roadmap =
    2020
    21 * Static slides in a new dedicated custom_post_type;
    2221* Better shortcodes;
     22* Extra translations.
    2323
    2424= Available translations =
     
    2626* French (fr_FR): Cecile Diringer
    2727* 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/)
    2829
    2930= Plugin's Official Site =
     
    4243== Screenshots ==
    4344
    44 1. Button in TinyMCE editor
    45 2. A very simple interface
    46 3. Load pictures/files directly with wordpress system
     451. The button in TinyMCE editor
     462. A very simple interface to customize your shortcode
     473. Load pictures/files directly with the wordpress built-in uploader
    4748
    4849== Changelog ==
    4950
     51= 0.4 =
     52
     53* Extracted .pot file for additionnal translation
     54
    5055= 0.3 =
    5156
    52 * Translate to en_US
     57* Added en_US translation
    5358
    5459= 0.2 =
  • easy-shortcode-manager/tags/0.4/easy_shortcode_manager.php

    r735056 r738775  
    44 * Plugin URI: http://wordpress.mba-multimedia.com/plugins/easy-shortcode-manager/
    55 * 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.3
     6 * Author: MBA Multimedia
     7 * Version: 0.4
    88 * Licence: GPLv2
    99 */
     
    3030    function __construct() {
    3131
    32        
     32
    3333
    3434        load_plugin_textdomain( $this->plugin_slug, false, dirname( plugin_basename( __FILE__ ) ). '/lang' );
     
    233233                    'param_required'                    => __( '(obligatoire)', $this->plugin_slug ),
    234234            ) );
    235        
     235
    236236        // Load admin style sheet and JavaScript.
    237237        add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
Note: See TracChangeset for help on using the changeset viewer.