Plugin Directory

Changeset 2253695


Ignore:
Timestamp:
03/03/2020 02:34:55 PM (6 years ago)
Author:
image4io
Message:

update on plugin readability

Location:
image4io/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • image4io/trunk/image4io.php

    r2253449 r2253695  
    66Plugin Name: image4io-Image Optimization, CDN, Storage
    77Plugin URI: https://github.com/Image4IO/image4io-wp-plugin
    8 Description: Speeds up the images' load time: image optimization, image CDN and image storage, all-in-one platform.
     8Description: 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
    1010Version: 0.1.0
    11 Author URI: http://www.image4.io
     11Author URI: https://image4.io
    1212*/
    1313
  • image4io/trunk/inc/Api/Callbacks/AdminCallbacks.php

    r2253449 r2253695  
    1818   
    1919    public function dashboardSettingsSection(){
    20         echo "If you want to use image4io plugin, you should fill out these informations from image4io console.";
     20        echo "<h4>To get to use image4io plugin, you need to fill out and save API Key, API Secret and Cloudname of your Image4io Account. <br/>
     21        You can find out your account informations from <a href='https://console.image4.io/'>here</a>. <br/>
     22        If you don't have image4io account, you can <a href='https://console.image4.io/Auth/SignUp'>sign up</a> for free.</h4>";
    2123    }
    2224
  • image4io/trunk/inc/Base/BaseController.php

    r2253449 r2253695  
    1414        $this->plugin_path=plugin_dir_path(dirname(__FILE__,2));
    1515        $this->plugin_url=plugin_dir_url(dirname(__FILE__,2));
    16         $this->plugin=plugin_basename(dirname(__FILE__,3)) . '/image4io-plugin.php';
     16        $this->plugin=plugin_basename(dirname(__FILE__,3)) . '/image4io.php';
    1717    }
    1818}
  • image4io/trunk/readme.txt

    r2253449 r2253695  
    1111Image4io is a full-stack image manager that stores, optimizes and serves images for the web.
    1212
    13 == Description ==
     13== DESCRIPTIONS ==
    1414
    1515**Image4io speeds up the images' load time: optimization, delivery, storage: all-in-one platform**
     
    2727* Improves SEO.
    2828
    29 = Requirements =
     29= REQUIREMENTS =
    3030
    3131* To use image4io, you will need to register for a (free) [Image4io account](https://console.image4.io) to use the plugin and start speed up your wordpress website.
    3232
    33 = Overview =
     33= OVERVIEW =
    3434
    3535* Increases web performance with optimized images.
     
    4141* Improves SEO.
    4242
    43 = Image Uploads =
     43= IMAGE UPLOAD =
    4444
    45 * Jpeg, png and webp formats are supported formats.
     45* Jpeg, png, bmp and webp formats are supported formats.
    4646* Upload directly from your desktop via image4io storage console
    4747* Remote fetching from public URLs
    4848
    49 = Image Manipulations =
     49= IMAGE MANUPLATION =
    5050
    5151You can use image4io dynamic URL structure and manuplate images. See [How it works](https://image4.io/en/how-it-works)
     
    5656* **Image effects** - sharpen and blur can be used for creating visual design.
    5757
    58 = Image Storage =
     58= IMAGE STORAGE =
    5959
    6060* All your images are stored in a highly-available image4io storages.
    6161* You can manage your images in image4io storage console
    6262
    63 = Image Optimization =
     63= IMAGE OPTIMIZATION =
    6464
    6565* Your images are optimized via image process servers to improve image performance.
     
    6767* You can serve in next-generation image format to boost performance
    6868
    69 = Image Delivery =
     69= IMAGE DELIVERY =
    7070
    7171* All your images are delivered via highly available and lightning fast multiple Content Delivery Network(CDN)
     
    7878* You can utilize API to manage your images.
    7979
    80 = About Image4io =
     80= ABOUT IMAGE4IO =
    8181
    8282Read more about the Cloudinary service:
     
    9393jpg, jpeg, png, crop, resize, scale, fit, quality.
    9494
    95 == Installation ==
     95== INSTALLATION ==
    9696
    97 1. Search and install the plugin through the `Install Plugins` page of your WordPress dashboard. Alternatively, upload the `image4io-plugin` folder to the `/wp-content/plugins/` directory of your wordpress site.
     971. Search and install the plugin through the `Install Plugins` page of your WordPress dashboard. Alternatively, upload the `image4io` folder to the `/wp-content/plugins/` directory of your wordpress site.
    98982. Activate the Image4io plugin through the `Plugins` page of your WordPress dashboard.
    99993. Configure the plugin by selecting `Image4io' on the left menu of your WordPress dashboard.
    1001004. Enter API Key, API Secret, Cloudname and folder that you will find in Image4io Console.
    101101
    102 == Frequently Asked Questions ==
     102== FREQUENTLY ASKED QUESTIONS ==
    103103
    104104N/A
    105105
    106 == Changelog ==
     106== CHANGELOG ==
    107107
    108108= 0.1.0 =
    109109* First release
    110110
    111 == Upgrade Notice ==
     111== UPGRADE NOTICE ==
    112112
    113113N/A
    114114
    115 == Screenshots ==
     115== SCREENSHOTS ==
    116116
    1171171. **Image4io Storage Console**
  • image4io/trunk/templates/media.php

    r2253449 r2253695  
    11<div id="image4ioModal" style="display:none">
    22    <h1>Image4IO Images</h1>
     3    <h4>Select an image that are uploaded to image4io Storage.</h4>
    34    <div class="image4io-folder-path">
    45       
Note: See TracChangeset for help on using the changeset viewer.