Changeset 2253695
- Timestamp:
- 03/03/2020 02:34:55 PM (6 years ago)
- Location:
- image4io/trunk
- Files:
-
- 5 edited
-
image4io.php (modified) (1 diff)
-
inc/Api/Callbacks/AdminCallbacks.php (modified) (1 diff)
-
inc/Base/BaseController.php (modified) (1 diff)
-
readme.txt (modified) (7 diffs)
-
templates/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
image4io/trunk/image4io.php
r2253449 r2253695 6 6 Plugin Name: image4io-Image Optimization, CDN, Storage 7 7 Plugin 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. 8 Description: 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. 9 9 Author: image4io 10 10 Version: 0.1.0 11 Author URI: http ://www.image4.io11 Author URI: https://image4.io 12 12 */ 13 13 -
image4io/trunk/inc/Api/Callbacks/AdminCallbacks.php
r2253449 r2253695 18 18 19 19 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>"; 21 23 } 22 24 -
image4io/trunk/inc/Base/BaseController.php
r2253449 r2253695 14 14 $this->plugin_path=plugin_dir_path(dirname(__FILE__,2)); 15 15 $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'; 17 17 } 18 18 } -
image4io/trunk/readme.txt
r2253449 r2253695 11 11 Image4io is a full-stack image manager that stores, optimizes and serves images for the web. 12 12 13 == D escription==13 == DESCRIPTIONS == 14 14 15 15 **Image4io speeds up the images' load time: optimization, delivery, storage: all-in-one platform** … … 27 27 * Improves SEO. 28 28 29 = R equirements=29 = REQUIREMENTS = 30 30 31 31 * 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. 32 32 33 = O verview=33 = OVERVIEW = 34 34 35 35 * Increases web performance with optimized images. … … 41 41 * Improves SEO. 42 42 43 = I mage Uploads=43 = IMAGE UPLOAD = 44 44 45 * Jpeg, png and webp formats are supported formats.45 * Jpeg, png, bmp and webp formats are supported formats. 46 46 * Upload directly from your desktop via image4io storage console 47 47 * Remote fetching from public URLs 48 48 49 = I mage Manipulations=49 = IMAGE MANUPLATION = 50 50 51 51 You can use image4io dynamic URL structure and manuplate images. See [How it works](https://image4.io/en/how-it-works) … … 56 56 * **Image effects** - sharpen and blur can be used for creating visual design. 57 57 58 = I mage Storage=58 = IMAGE STORAGE = 59 59 60 60 * All your images are stored in a highly-available image4io storages. 61 61 * You can manage your images in image4io storage console 62 62 63 = I mage Optimization=63 = IMAGE OPTIMIZATION = 64 64 65 65 * Your images are optimized via image process servers to improve image performance. … … 67 67 * You can serve in next-generation image format to boost performance 68 68 69 = I mage Delivery=69 = IMAGE DELIVERY = 70 70 71 71 * All your images are delivered via highly available and lightning fast multiple Content Delivery Network(CDN) … … 78 78 * You can utilize API to manage your images. 79 79 80 = A bout Image4io=80 = ABOUT IMAGE4IO = 81 81 82 82 Read more about the Cloudinary service: … … 93 93 jpg, jpeg, png, crop, resize, scale, fit, quality. 94 94 95 == I nstallation==95 == INSTALLATION == 96 96 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.97 1. 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. 98 98 2. Activate the Image4io plugin through the `Plugins` page of your WordPress dashboard. 99 99 3. Configure the plugin by selecting `Image4io' on the left menu of your WordPress dashboard. 100 100 4. Enter API Key, API Secret, Cloudname and folder that you will find in Image4io Console. 101 101 102 == F requently Asked Questions==102 == FREQUENTLY ASKED QUESTIONS == 103 103 104 104 N/A 105 105 106 == C hangelog==106 == CHANGELOG == 107 107 108 108 = 0.1.0 = 109 109 * First release 110 110 111 == U pgrade Notice==111 == UPGRADE NOTICE == 112 112 113 113 N/A 114 114 115 == S creenshots==115 == SCREENSHOTS == 116 116 117 117 1. **Image4io Storage Console** -
image4io/trunk/templates/media.php
r2253449 r2253695 1 1 <div id="image4ioModal" style="display:none"> 2 2 <h1>Image4IO Images</h1> 3 <h4>Select an image that are uploaded to image4io Storage.</h4> 3 4 <div class="image4io-folder-path"> 4 5
Note: See TracChangeset
for help on using the changeset viewer.