Changeset 1842930
- Timestamp:
- 03/19/2018 04:26:32 PM (8 years ago)
- Location:
- multiple-cropped-images/trunk
- Files:
-
- 4 edited
-
dist/MCI_Usage.php (modified) (1 diff)
-
dist/templates/mci-meta.php (modified) (1 diff)
-
mci.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multiple-cropped-images/trunk/dist/MCI_Usage.php
r1842882 r1842930 67 67 if($atts['id'] > 0) 68 68 { 69 $mci_entry = MCI_Core::getMCIEntry($ post_id, $atts['id']);69 $mci_entry = MCI_Core::getMCIEntry($atts['post-id'], $atts['id']); 70 70 71 71 if(empty($mci_entry)) -
multiple-cropped-images/trunk/dist/templates/mci-meta.php
r1842882 r1842930 18 18 <div><b class="info-title"><?php echo $title; ?></b> </div> 19 19 <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(); ?>]"> 21 21 <span class="notification"><?php _e('Copied to Clipboard', MCI_LOC_DOMAIN); ?></span> 22 22 </div> -
multiple-cropped-images/trunk/mci.php
r1842922 r1842930 4 4 * Plugin Name: Multiple Cropped Images 5 5 * Description: Allows to upload multiple images to any post and adds cropping functionality to any predefined size. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: Webtimal GmbH <info@webtimal.ch> 8 8 * Author URI: http://www.webtimal.ch -
multiple-cropped-images/trunk/readme.txt
r1842922 r1842930 2 2 Tags: Images, Cropping, Upload, Sizes 3 3 Tested up to: 4.9.1 4 Stable tag: v1.1. 24 Stable tag: v1.1.3 5 5 License: GPL-3.0 6 6 License URI: https://www.gnu.org/licenses/gpl-3.0.hmtl … … 44 44 The following change logs provide information about new features and fixed issues for all released versions. 45 45 46 = v1.1.1 = 46 = v1.1.3 = 47 * Note - Post ID parameter added to shortcodes 48 49 = v1.1.2 = 47 50 * Note - Minor bug fixes and improvements 48 51
Note: See TracChangeset
for help on using the changeset viewer.