Plugin Directory

Changeset 1683674


Ignore:
Timestamp:
06/22/2017 06:06:12 PM (9 years ago)
Author:
sirulli
Message:

0.1.7

Location:
yoimages/trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • yoimages/trunk/readme.txt

    r1670526 r1683674  
    44Tags: images, image, SEO, enhancement, crop, tool
    55Requires at least: 3.9
    6 Tested up to: 4.7.5
    7 Stable tag: 0.1.6
     6Tested up to: 4.8
     7Stable tag: 0.1.7
    88License: GPL2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    124124== Changelog ==
    125125
     126= 0.1.7 =
     127* Bugfixes
     128* Tested up to Wordpress 4.8
     129
    126130= 0.1.6 =
    127131* 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 Commons
     1# YoImages Commons
    22
    33YoImages 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 Crop
     1# YoImages Crop
    22
    33YoImages Crop is a Wordpress plugin that provides image cropping functions.
     
    77You 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.
    88
    9 ##Install YoImages Crop from sources
     9## Install YoImages Crop from sources
    1010
    1111YoImages Crop is built with [Composer](https://getcomposer.org/ "").
  • yoimages/trunk/vendor/sirulli/yoimages-crop/inc/html/edit-image-size.php

    r1519907 r1683674  
    7575<div id="yoimg-cropper-wrapper">
    7676    <div class="media-modal wp-core-ui">
    77         <button type="button" class="button-link media-modal-close" onclick="javascript:yoimgCancelCropImage();">
     77        <button type="button" class="media-modal-close" onclick="javascript:yoimgCancelCropImage();">
    7878            <span class="media-modal-icon">
    7979                <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  
    66
    77function yoimg_crop_image(){
    8     $_required_args = [
     8    $_required_args = array(
    99        'post',
    1010        'size',
     
    1414        'y',
    1515        'quality',
    16     ];
    17     $_args          = [];
     16    );
     17    $_args          = array();
    1818    foreach( $_required_args as $_key ){
    1919        $_args[ $_key ] = esc_html( $_POST[ $_key ] );
  • yoimages/trunk/vendor/sirulli/yoimages-crop/yoimages-crop.php

    r1670526 r1683674  
    55 * Plugin URI: http://sirulli.org/yoimages/
    66 * Description: Better image handling capabilities for Wordpress: image cropping tools
    7  * Version: 0.1.6
     7 * Version: 0.1.7
    88 * Author: Sirulli
    99 * Author URI: http://sirulli.org/
  • yoimages/trunk/vendor/sirulli/yoimages-search/README.md

    r1173993 r1683674  
    1 #YoImages Search
     1# YoImages Search
    22
    33YoImages Search is a Wordpress plugin that allows searching and uploading royalty free photos from the web directly into the Wordpress Admin interface.
     
    77You 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.
    88
    9 ##Install YoImages Search from sources
     9## Install YoImages Search from sources
    1010
    1111YoImages Search is built with [Composer](https://getcomposer.org/ "").
  • yoimages/trunk/vendor/sirulli/yoimages-search/yoimages-search.php

    r1670526 r1683674  
    55 * Plugin URI: http://sirulli.org/yoimages/
    66 * Description: Better image handling capabilities for Wordpress: images search from royalty free image directories.
    7  * Version: 0.1.6
     7 * Version: 0.1.7
    88 * Author: Sirulli
    99 * Author URI: http://sirulli.org/
  • yoimages/trunk/vendor/sirulli/yoimages-seo/README.md

    r1173993 r1683674  
    1 #YoImages SEO
     1# YoImages SEO
    22
    33YoImages SEO is a Wordpress plugin that provides image SEO functions.
     
    77You 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.
    88
    9 ##Install YoImages SEO from sources
     9## Install YoImages SEO from sources
    1010
    1111YoImages SEO is built with [Composer](https://getcomposer.org/ "").
  • yoimages/trunk/vendor/sirulli/yoimages-seo/yoimages-seo.php

    r1670526 r1683674  
    55 * Plugin URI: http://sirulli.org/yoimages/
    66 * Description: Better image handling capabilities for Wordpress: image SEO with automated metadata filling.
    7  * Version: 0.1.6
     7 * Version: 0.1.7
    88 * Author: Sirulli
    99 * Author URI: http://sirulli.org/
  • yoimages/trunk/yoimages.php

    r1670526 r1683674  
    55 * Plugin URI: http://sirulli.org/yoimages/
    66 * 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.6
     7 * Version: 0.1.7
    88 * Author: Sirulli
    99 * Author URI: http://sirulli.org/
Note: See TracChangeset for help on using the changeset viewer.