Plugin Directory

Changeset 1892684


Ignore:
Timestamp:
06/14/2018 08:54:19 AM (8 years ago)
Author:
webtimal
Message:

Release 1.1.6

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

Legend:

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

    r1848598 r1892684  
    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.5
     6     * Version:     1.1.6
    77     * Author:      Webtimal GmbH <info@webtimal.ch>
    88     * Author URI:  http://www.webtimal.ch
     
    2626        }
    2727    }
    28 
    29     add_action('plugins_loaded', function()
    30     {
    31         load_plugin_textdomain(MCI_LOC_DOMAIN);
    32     });
    3328
    3429    add_action('init', function()
  • multiple-cropped-images/trunk/readme.txt

    r1848598 r1892684  
    11=== Multiple Cropped Images ===
    22Tags: Images, Cropping, Upload, Sizes
    3 Tested up to: 4.9.1
    4 Stable tag: v1.1.5
     3Tested up to: 4.9.6
     4Stable tag: v1.1.6
    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.6 =
     47* Removed a PHP notice appearing in the backend under some circumstances
     48
     49= v1.1.5 =
     50* Minor bug fixes
     51
    4652= v1.1.4 =
    4753* Translation fixes
Note: See TracChangeset for help on using the changeset viewer.