Changeset 1683674
- Timestamp:
- 06/22/2017 06:06:12 PM (9 years ago)
- Location:
- yoimages/trunk
- Files:
-
- 11 edited
-
readme.txt (modified) (2 diffs)
-
vendor/sirulli/yoimages-commons/README.md (modified) (1 diff)
-
vendor/sirulli/yoimages-crop/README.md (modified) (2 diffs)
-
vendor/sirulli/yoimages-crop/inc/html/edit-image-size.php (modified) (1 diff)
-
vendor/sirulli/yoimages-crop/inc/image-editor.php (modified) (2 diffs)
-
vendor/sirulli/yoimages-crop/yoimages-crop.php (modified) (1 diff)
-
vendor/sirulli/yoimages-search/README.md (modified) (2 diffs)
-
vendor/sirulli/yoimages-search/yoimages-search.php (modified) (1 diff)
-
vendor/sirulli/yoimages-seo/README.md (modified) (2 diffs)
-
vendor/sirulli/yoimages-seo/yoimages-seo.php (modified) (1 diff)
-
yoimages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yoimages/trunk/readme.txt
r1670526 r1683674 4 4 Tags: images, image, SEO, enhancement, crop, tool 5 5 Requires at least: 3.9 6 Tested up to: 4. 7.57 Stable tag: 0.1. 66 Tested up to: 4.8 7 Stable tag: 0.1.7 8 8 License: GPL2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 124 124 == Changelog == 125 125 126 = 0.1.7 = 127 * Bugfixes 128 * Tested up to Wordpress 4.8 129 126 130 = 0.1.6 = 127 131 * New feature: Cache-bust newly cropped images so that they are updated in external caches and CDNs, thanks to [Ben Bowler](https://github.com/benbowler) -
yoimages/trunk/vendor/sirulli/yoimages-commons/README.md
r1173993 r1683674 1 # YoImages Commons1 # YoImages Commons 2 2 3 3 YoImages Commons is a repository of libraries included and used by all YoImages modules. -
yoimages/trunk/vendor/sirulli/yoimages-crop/README.md
r1173993 r1683674 1 # YoImages Crop1 # YoImages Crop 2 2 3 3 YoImages Crop is a Wordpress plugin that provides image cropping functions. … … 7 7 You can get YoImages Crop along with other YoImages modules [here](https://github.com/sirulli/yoimages "") or you can install it as a stand alone Wordpress plugin following the steps described in the next paragraph. 8 8 9 ## Install YoImages Crop from sources9 ## Install YoImages Crop from sources 10 10 11 11 YoImages Crop is built with [Composer](https://getcomposer.org/ ""). -
yoimages/trunk/vendor/sirulli/yoimages-crop/inc/html/edit-image-size.php
r1519907 r1683674 75 75 <div id="yoimg-cropper-wrapper"> 76 76 <div class="media-modal wp-core-ui"> 77 <button type="button" class=" button-linkmedia-modal-close" onclick="javascript:yoimgCancelCropImage();">77 <button type="button" class="media-modal-close" onclick="javascript:yoimgCancelCropImage();"> 78 78 <span class="media-modal-icon"> 79 79 <span class="screen-reader-text"><?php _e( 'Close crop panel', YOIMG_DOMAIN ); ?></span> -
yoimages/trunk/vendor/sirulli/yoimages-crop/inc/image-editor.php
r1670526 r1683674 6 6 7 7 function yoimg_crop_image(){ 8 $_required_args = [8 $_required_args = array( 9 9 'post', 10 10 'size', … … 14 14 'y', 15 15 'quality', 16 ];17 $_args = [];16 ); 17 $_args = array(); 18 18 foreach( $_required_args as $_key ){ 19 19 $_args[ $_key ] = esc_html( $_POST[ $_key ] ); -
yoimages/trunk/vendor/sirulli/yoimages-crop/yoimages-crop.php
r1670526 r1683674 5 5 * Plugin URI: http://sirulli.org/yoimages/ 6 6 * Description: Better image handling capabilities for Wordpress: image cropping tools 7 * Version: 0.1. 67 * Version: 0.1.7 8 8 * Author: Sirulli 9 9 * Author URI: http://sirulli.org/ -
yoimages/trunk/vendor/sirulli/yoimages-search/README.md
r1173993 r1683674 1 # YoImages Search1 # YoImages Search 2 2 3 3 YoImages Search is a Wordpress plugin that allows searching and uploading royalty free photos from the web directly into the Wordpress Admin interface. … … 7 7 You can get YoImages Search along with other YoImages modules [here](https://github.com/sirulli/yoimages "") or you can install it as a stand alone Wordpress plugin following the steps described in the next paragraph. 8 8 9 ## Install YoImages Search from sources9 ## Install YoImages Search from sources 10 10 11 11 YoImages Search is built with [Composer](https://getcomposer.org/ ""). -
yoimages/trunk/vendor/sirulli/yoimages-search/yoimages-search.php
r1670526 r1683674 5 5 * Plugin URI: http://sirulli.org/yoimages/ 6 6 * Description: Better image handling capabilities for Wordpress: images search from royalty free image directories. 7 * Version: 0.1. 67 * Version: 0.1.7 8 8 * Author: Sirulli 9 9 * Author URI: http://sirulli.org/ -
yoimages/trunk/vendor/sirulli/yoimages-seo/README.md
r1173993 r1683674 1 # YoImages SEO1 # YoImages SEO 2 2 3 3 YoImages SEO is a Wordpress plugin that provides image SEO functions. … … 7 7 You can get YoImages SEO along with other YoImages modules [here](https://github.com/sirulli/yoimages "") or you can install it as a stand alone Wordpress plugin following the steps described in the next paragraph. 8 8 9 ## Install YoImages SEO from sources9 ## Install YoImages SEO from sources 10 10 11 11 YoImages SEO is built with [Composer](https://getcomposer.org/ ""). -
yoimages/trunk/vendor/sirulli/yoimages-seo/yoimages-seo.php
r1670526 r1683674 5 5 * Plugin URI: http://sirulli.org/yoimages/ 6 6 * Description: Better image handling capabilities for Wordpress: image SEO with automated metadata filling. 7 * Version: 0.1. 67 * Version: 0.1.7 8 8 * Author: Sirulli 9 9 * Author URI: http://sirulli.org/ -
yoimages/trunk/yoimages.php
r1670526 r1683674 5 5 * Plugin URI: http://sirulli.org/yoimages/ 6 6 * Description: Better image handling capabilities for Wordpress: image cropping tools, image SEO with automated metadata filling and images search from royalty free image directories. 7 * Version: 0.1. 67 * Version: 0.1.7 8 8 * Author: Sirulli 9 9 * Author URI: http://sirulli.org/
Note: See TracChangeset
for help on using the changeset viewer.