Changeset 3474731
- Timestamp:
- 03/04/2026 04:40:09 PM (4 weeks ago)
- Location:
- smallpict
- Files:
-
- 21 added
- 4 deleted
- 4 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
tags/1.1.7 (copied) (copied from smallpict/trunk)
-
tags/1.1.7/.wordpress-org (added)
-
tags/1.1.7/.wordpress-org/banner-1544x500.png (added)
-
tags/1.1.7/.wordpress-org/banner-772x250.png (added)
-
tags/1.1.7/.wordpress-org/icon-128x128.png (added)
-
tags/1.1.7/.wordpress-org/icon-256x256.png (added)
-
tags/1.1.7/.wordpress-org/screenshot-1.png (added)
-
tags/1.1.7/readme.txt (modified) (3 diffs)
-
tags/1.1.7/smallpict-v1.1.6.zip (deleted)
-
tags/1.1.7/smallpict-v1.1.6__free.zip (deleted)
-
tags/1.1.7/smallpict-v1.1.7.zip (added)
-
tags/1.1.7/smallpict-v1.1.7__free.zip (added)
-
tags/1.1.7/smallpict.php (modified) (2 diffs)
-
trunk/.wordpress-org (added)
-
trunk/.wordpress-org/banner-1544x500.png (added)
-
trunk/.wordpress-org/banner-772x250.png (added)
-
trunk/.wordpress-org/icon-128x128.png (added)
-
trunk/.wordpress-org/icon-256x256.png (added)
-
trunk/.wordpress-org/screenshot-1.png (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/smallpict-v1.1.6.zip (deleted)
-
trunk/smallpict-v1.1.6__free.zip (deleted)
-
trunk/smallpict-v1.1.7.zip (added)
-
trunk/smallpict-v1.1.7__free.zip (added)
-
trunk/smallpict.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smallpict/tags/1.1.7/readme.txt
r3474641 r3474731 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 67 Stable tag: 1.1.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == External services == 55 55 56 This plugin connects to a 3rd-party external API at https://7jq2u3l69a.execute-api.ap-southeast-1.amazonaws.com/v1to compress and optimize your uploaded images without impacting your local server performance.56 This plugin connects to our 3rd-party external API to compress and optimize your uploaded images without impacting your local server performance. 57 57 58 58 - **Data sent**: The plugin sends the raw uploaded image file along with your compression preferences (e.g., target format and quality level). This data is sent automatically in real-time every time you upload a new media file to the WordPress Media Library. … … 62 62 63 63 == Changelog == 64 65 = 1.1.7 = 66 * Enhancement: Added minimalist plugin banner and high-res icon for WordPress.org repository. 64 67 65 68 = 1.1.6 = -
smallpict/tags/1.1.7/smallpict.php
r3474641 r3474731 4 4 * Plugin URI: https://smallpict.tuxnoob.com/ 5 5 * Description: Serverless Image Optimization for WordPress. Automatically compresses and converts images using SmallPict Managed Service. 6 * Version: 1.1. 66 * Version: 1.1.7 7 7 * Author: Tuxnoob Team 8 8 * Author URI: https://tuxnoob.com/ … … 23 23 define( 'SMALLPICT_PATH', plugin_dir_path( __FILE__ ) ); 24 24 define( 'SMALLPICT_URL', plugin_dir_url( __FILE__ ) ); 25 define( 'SMALLPICT_VERSION', '1.1. 6' );25 define( 'SMALLPICT_VERSION', '1.1.7' ); 26 26 27 27 // Freemius Config (Public) -
smallpict/trunk/readme.txt
r3474641 r3474731 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 67 Stable tag: 1.1.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == External services == 55 55 56 This plugin connects to a 3rd-party external API at https://7jq2u3l69a.execute-api.ap-southeast-1.amazonaws.com/v1to compress and optimize your uploaded images without impacting your local server performance.56 This plugin connects to our 3rd-party external API to compress and optimize your uploaded images without impacting your local server performance. 57 57 58 58 - **Data sent**: The plugin sends the raw uploaded image file along with your compression preferences (e.g., target format and quality level). This data is sent automatically in real-time every time you upload a new media file to the WordPress Media Library. … … 62 62 63 63 == Changelog == 64 65 = 1.1.7 = 66 * Enhancement: Added minimalist plugin banner and high-res icon for WordPress.org repository. 64 67 65 68 = 1.1.6 = -
smallpict/trunk/smallpict.php
r3474641 r3474731 4 4 * Plugin URI: https://smallpict.tuxnoob.com/ 5 5 * Description: Serverless Image Optimization for WordPress. Automatically compresses and converts images using SmallPict Managed Service. 6 * Version: 1.1. 66 * Version: 1.1.7 7 7 * Author: Tuxnoob Team 8 8 * Author URI: https://tuxnoob.com/ … … 23 23 define( 'SMALLPICT_PATH', plugin_dir_path( __FILE__ ) ); 24 24 define( 'SMALLPICT_URL', plugin_dir_url( __FILE__ ) ); 25 define( 'SMALLPICT_VERSION', '1.1. 6' );25 define( 'SMALLPICT_VERSION', '1.1.7' ); 26 26 27 27 // Freemius Config (Public)
Note: See TracChangeset
for help on using the changeset viewer.