Plugin Directory

Changeset 1842950


Ignore:
Timestamp:
03/19/2018 04:56:58 PM (8 years ago)
Author:
webtimal
Message:

Translation fixes

Location:
multiple-cropped-images/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multiple-cropped-images/trunk/mci.php

    r1842947 r1842950  
    44     * Plugin Name: Multiple Cropped Images
    55     * Description: Allows to upload multiple images to any post and adds cropping functionality to any predefined size.
    6      * Version:     1.1.3
     6     * Version:     1.1.4
    77     * Author:      Webtimal GmbH <info@webtimal.ch>
    88     * Author URI:  http://www.webtimal.ch
     
    2929    add_action('plugins_loaded', function()
    3030    {
    31         $plugin_rel_path = basename(plugin_dir_path(__FILE__)) . '/lang';
    32 
    33         load_plugin_textdomain('multiple-cropped-images', false, $plugin_rel_path);
     31        load_plugin_textdomain('multiple-cropped-images');
    3432    });
    3533
  • multiple-cropped-images/trunk/readme.txt

    r1842931 r1842950  
    22Tags: Images, Cropping, Upload, Sizes
    33Tested up to: 4.9.1
    4 Stable tag: v1.1.3
     4Stable tag: v1.1.4
    55License: GPL-3.0
    66License URI: https://www.gnu.org/licenses/gpl-3.0.hmtl
     
    4444The following change logs provide information about new features and fixed issues for all released versions.
    4545
     46= v1.1.4 =
     47* Translation fixes
     48
    4649= v1.1.3 =
    4750* Post ID parameter added to shortcodes
Note: See TracChangeset for help on using the changeset viewer.