Plugin Directory

Changeset 2315019


Ignore:
Timestamp:
05/30/2020 12:25:12 PM (6 years ago)
Author:
image4io
Message:

version 0.3.2

Location:
image4io
Files:
5 edited
33 copied

Legend:

Unmodified
Added
Removed
  • image4io/tags/0.3.2/image4io.php

    r2313195 r2315019  
    88Description: Speeds up the images' load time: image optimization, image CDN and image storage, all-in-one platform. To get started: activate the image4io plugin and then go to your Image4io Settings page to set up your credentials.
    99Author: image4io
    10 Version: 0.3.1
     10Version: 0.3.2
    1111Author URI: https://image4.io
    1212*/
  • image4io/tags/0.3.2/inc/Manager/MediaManager.php

    r2313195 r2315019  
    370370        }
    371371
    372         $full_path = $attachment->guid;
     372        //$full_path = $attachment->guid;
     373        //$full_path = wp_get_original_image_url($attachment_id);
     374        $full_path=wp_get_attachment_image_src($attachment_id,"attached-image")[0];
     375       
    373376        if (empty($full_path)) {
    374377            return 'Unsupported attachment type!';
    375378        }
     379
    376380        $full_path = $this->update_urls_for_ssl($full_path);
    377381
  • image4io/tags/0.3.2/package-lock.json

    r2313195 r2315019  
    11{
    22  "name": "image4io",
    3   "version": "0.3.1",
     3  "version": "0.3.2",
    44  "lockfileVersion": 1,
    55  "requires": true,
  • image4io/tags/0.3.2/package.json

    r2313195 r2315019  
    11{
    22  "name": "image4io",
    3   "version": "0.3.1",
     3  "version": "0.3.2",
    44  "description": "image4io Wordpress Plugin. Speeds up the images' load time: image optimization, image CDN and image storage, all-in-one platform.",
    55  "main": "index.js",
  • image4io/tags/0.3.2/readme.txt

    r2313195 r2315019  
    121121* Fixed a bug when hosting server activated ssl.
    122122
     123= 0.3.2 =
     124* Fixed a bug when uploading images to image4io servers.
     125
    123126== UPGRADE NOTICE ==
    124127
  • image4io/trunk/image4io.php

    r2313195 r2315019  
    88Description: Speeds up the images' load time: image optimization, image CDN and image storage, all-in-one platform. To get started: activate the image4io plugin and then go to your Image4io Settings page to set up your credentials.
    99Author: image4io
    10 Version: 0.3.1
     10Version: 0.3.2
    1111Author URI: https://image4.io
    1212*/
  • image4io/trunk/inc/Manager/MediaManager.php

    r2313195 r2315019  
    370370        }
    371371
    372         $full_path = $attachment->guid;
     372        //$full_path = $attachment->guid;
     373        //$full_path = wp_get_original_image_url($attachment_id);
     374        $full_path=wp_get_attachment_image_src($attachment_id,"attached-image")[0];
     375       
    373376        if (empty($full_path)) {
    374377            return 'Unsupported attachment type!';
    375378        }
     379
    376380        $full_path = $this->update_urls_for_ssl($full_path);
    377381
  • image4io/trunk/package-lock.json

    r2313195 r2315019  
    11{
    22  "name": "image4io",
    3   "version": "0.3.1",
     3  "version": "0.3.2",
    44  "lockfileVersion": 1,
    55  "requires": true,
  • image4io/trunk/package.json

    r2313195 r2315019  
    11{
    22  "name": "image4io",
    3   "version": "0.3.1",
     3  "version": "0.3.2",
    44  "description": "image4io Wordpress Plugin. Speeds up the images' load time: image optimization, image CDN and image storage, all-in-one platform.",
    55  "main": "index.js",
  • image4io/trunk/readme.txt

    r2313195 r2315019  
    121121* Fixed a bug when hosting server activated ssl.
    122122
     123= 0.3.2 =
     124* Fixed a bug when uploading images to image4io servers.
     125
    123126== UPGRADE NOTICE ==
    124127
Note: See TracChangeset for help on using the changeset viewer.