Changeset 1892684
- Timestamp:
- 06/14/2018 08:54:19 AM (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
r1848598 r1892684 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. 56 * Version: 1.1.6 7 7 * Author: Webtimal GmbH <info@webtimal.ch> 8 8 * Author URI: http://www.webtimal.ch … … 26 26 } 27 27 } 28 29 add_action('plugins_loaded', function()30 {31 load_plugin_textdomain(MCI_LOC_DOMAIN);32 });33 28 34 29 add_action('init', function() -
multiple-cropped-images/trunk/readme.txt
r1848598 r1892684 1 1 === Multiple Cropped Images === 2 2 Tags: Images, Cropping, Upload, Sizes 3 Tested up to: 4.9. 14 Stable tag: v1.1. 53 Tested up to: 4.9.6 4 Stable tag: v1.1.6 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.6 = 47 * Removed a PHP notice appearing in the backend under some circumstances 48 49 = v1.1.5 = 50 * Minor bug fixes 51 46 52 = v1.1.4 = 47 53 * Translation fixes
Note: See TracChangeset
for help on using the changeset viewer.