Changeset 1842950
- Timestamp:
- 03/19/2018 04:56:58 PM (8 years ago)
- Location:
- multiple-cropped-images/trunk
- Files:
-
- 2 edited
-
mci.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multiple-cropped-images/trunk/mci.php
r1842947 r1842950 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. 36 * Version: 1.1.4 7 7 * Author: Webtimal GmbH <info@webtimal.ch> 8 8 * Author URI: http://www.webtimal.ch … … 29 29 add_action('plugins_loaded', function() 30 30 { 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'); 34 32 }); 35 33 -
multiple-cropped-images/trunk/readme.txt
r1842931 r1842950 2 2 Tags: Images, Cropping, Upload, Sizes 3 3 Tested up to: 4.9.1 4 Stable tag: v1.1. 34 Stable tag: v1.1.4 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.4 = 47 * Translation fixes 48 46 49 = v1.1.3 = 47 50 * Post ID parameter added to shortcodes
Note: See TracChangeset
for help on using the changeset viewer.