Changeset 2593726
- Timestamp:
- 09/04/2021 05:07:50 PM (4 years ago)
- Location:
- cheetaho-image-optimizer/trunk
- Files:
-
- 4 edited
-
admin/assets/js/cheetaho-settings.js (modified) (1 diff)
-
admin/class-cheetaho-optimizer.php (modified) (1 diff)
-
cheetaho.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cheetaho-image-optimizer/trunk/admin/assets/js/cheetaho-settings.js
r2461825 r2593726 67 67 url: cheetaho_folder_object.ajaxurl, 68 68 data: {id:id, action: 'cheetaho_remove_folders'}, 69 success: function( response) {69 success: function() { 70 70 location.reload(); 71 71 }, -
cheetaho-image-optimizer/trunk/admin/class-cheetaho-optimizer.php
r2461825 r2593726 753 753 /** 754 754 * @param $attachment_id 755 * @param bool$local_image_path755 * @param $local_image_path 756 756 * @param $size_name 757 757 */ 758 function optimize_after_wr2x_retina_file_added( $attachment_id, $local_image_path = false, $size_name ) {758 function optimize_after_wr2x_retina_file_added( $attachment_id, $local_image_path, $size_name ) { 759 759 if ( false !== $local_image_path ) { 760 print_R('asd'); 760 761 $this->removeWCommerceFilters(); 761 762 $image_path = wp_get_attachment_image_src( $attachment_id, $size_name ); // get the file URL -
cheetaho-image-optimizer/trunk/cheetaho.php
r2461825 r2593726 4 4 * Plugin URI: https://cheetaho.com/ 5 5 * Description: CheetahO optimizes images automatically. Check your <a href="options-general.php?page=cheetaho-image-optimizer" target="_blank">Settings > CheetahO</a> page on how to start optimizing your image library and make your website load faster. Do not forget to update these settings after plugin update. 6 * Version: 1.5 6 * Version: 1.5.1 7 7 * Author: CheetahO 8 8 * Author URI: https://cheetaho.com … … 19 19 * Currently plugin version. 20 20 */ 21 define( 'CHEETAHO_VERSION', '1.5 ' );21 define( 'CHEETAHO_VERSION', '1.5.1' ); 22 22 define( 'CHEETAHO_DB_VERSION', '1.1' ); 23 23 -
cheetaho-image-optimizer/trunk/readme.txt
r2461825 r2593726 6 6 Tags: image compression, performance, optimize, optimize jpg, lossy, image optimiser, lossless, compress PNG, compress jpeg, optimize gif 7 7 Requires at least: 4.4 8 Tested up to: 5. 69 Stable tag: 1.5 8 Tested up to: 5.8 9 Stable tag: 1.5.1 10 10 Requires PHP: 5.6 11 11 License: GPLv2 or later … … 18 18 This plugin allows you to resize/scale images down to your specified size, optimize and compress new and existing WordPress image uploads through CheetahO Image [optimizer](https://cheetaho.com/?utm_source=wordpress-plugin&utm_medium=readme) API. You can choose lossless or lossy optimization modes. At this moment supported filetypes are JPEG, PNG, GIF. 19 19 Smaller image sizes on your website mean faster page loads and less bandwidth usage. The faster your site loads, the more Google, Yahoo, Bing, and other search engines will like it. 20 You can try a **live demo** <a href="http://poopy.life/create?url=/wp-admin/admin.php?page=sandbox" target="_blank">here</a> (via poopy.life). 20 You can try a **quick demo** <a href="https://wpsandbox.net/" target="_blank">here</a>. 21 Also you can create a staging copy of your site using <a href="https://wp-staging.com/" target="_blank">WP Staging</a> and test it there. 21 22 22 23 Set a max width and height and large images will scale down as they are being compressed. CheetahO compresses images using a proprietary algorithm & blazing fast servers to quickly compress images & optimize images. Also cuts all the unnecessary data without slowing down your website/blog which helps to boost SEO & performance. … … 169 170 Yes if theme use native WordPress image upload functions. For example tested WPResidence theme. 170 171 171 172 172 == Changelog == 173 174 = 1.5.1 = 175 * Security and maintenance release 176 * Update readme file 177 * Fix php8 notice 178 173 179 = 1.5 = 174 180 * Check compatibility with newest WP version
Note: See TracChangeset
for help on using the changeset viewer.