Plugin Directory

Changeset 1842930


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

v 1.1.3

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

Legend:

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

    r1842882 r1842930  
    6767            if($atts['id'] > 0)
    6868            {
    69                 $mci_entry = MCI_Core::getMCIEntry($post_id, $atts['id']);
     69                $mci_entry = MCI_Core::getMCIEntry($atts['post-id'], $atts['id']);
    7070
    7171                if(empty($mci_entry))
  • multiple-cropped-images/trunk/dist/templates/mci-meta.php

    r1842882 r1842930  
    1818            <div><b class="info-title"><?php echo $title; ?></b>&nbsp;</div>
    1919            <div class="info-id">ID: <?php echo $id; ?></div>
    20             <div class="info-shortcode">[mci id=<?php echo $id; ?>]<input value="[mci id=<?php echo $id; ?>]">
     20            <div class="info-shortcode">[mci id=<?php echo $id; ?> post-id=<?php echo get_the_ID(); ?>]<input value="[mci id=<?php echo $id; ?> post-id=<?php echo get_the_ID(); ?>]">
    2121                <span class="notification"><?php _e('Copied to Clipboard', MCI_LOC_DOMAIN); ?></span>
    2222            </div>
  • multiple-cropped-images/trunk/mci.php

    r1842922 r1842930  
    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.2
     6     * Version:     1.1.3
    77     * Author:      Webtimal GmbH <info@webtimal.ch>
    88     * Author URI:  http://www.webtimal.ch
  • multiple-cropped-images/trunk/readme.txt

    r1842922 r1842930  
    22Tags: Images, Cropping, Upload, Sizes
    33Tested up to: 4.9.1
    4 Stable tag: v1.1.2
     4Stable tag: v1.1.3
    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.1 =
     46= v1.1.3 =
     47* Note - Post ID parameter added to shortcodes
     48
     49= v1.1.2 =
    4750* Note - Minor bug fixes and improvements
    4851
Note: See TracChangeset for help on using the changeset viewer.