Plugin Directory

Changeset 3474731


Ignore:
Timestamp:
03/04/2026 04:40:09 PM (4 weeks ago)
Author:
c0redump
Message:

Update to version 1.1.7 from GitHub

Location:
smallpict
Files:
21 added
4 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smallpict/tags/1.1.7/readme.txt

    r3474641 r3474731  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1.6
     7Stable tag: 1.1.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454== External services ==
    5555
    56 This plugin connects to a 3rd-party external API at https://7jq2u3l69a.execute-api.ap-southeast-1.amazonaws.com/v1 to compress and optimize your uploaded images without impacting your local server performance.
     56This plugin connects to our 3rd-party external API to compress and optimize your uploaded images without impacting your local server performance.
    5757
    5858- **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.
     
    6262
    6363== Changelog ==
     64
     65= 1.1.7 =
     66* Enhancement: Added minimalist plugin banner and high-res icon for WordPress.org repository.
    6467
    6568= 1.1.6 =
  • smallpict/tags/1.1.7/smallpict.php

    r3474641 r3474731  
    44 * Plugin URI:        https://smallpict.tuxnoob.com/
    55 * Description:       Serverless Image Optimization for WordPress. Automatically compresses and converts images using SmallPict Managed Service.
    6  * Version:           1.1.6
     6 * Version:           1.1.7
    77 * Author:            Tuxnoob Team
    88 * Author URI:        https://tuxnoob.com/
     
    2323    define( 'SMALLPICT_PATH', plugin_dir_path( __FILE__ ) );
    2424    define( 'SMALLPICT_URL', plugin_dir_url( __FILE__ ) );
    25     define( 'SMALLPICT_VERSION', '1.1.6' );
     25    define( 'SMALLPICT_VERSION', '1.1.7' );
    2626
    2727    // Freemius Config (Public)
  • smallpict/trunk/readme.txt

    r3474641 r3474731  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1.6
     7Stable tag: 1.1.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454== External services ==
    5555
    56 This plugin connects to a 3rd-party external API at https://7jq2u3l69a.execute-api.ap-southeast-1.amazonaws.com/v1 to compress and optimize your uploaded images without impacting your local server performance.
     56This plugin connects to our 3rd-party external API to compress and optimize your uploaded images without impacting your local server performance.
    5757
    5858- **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.
     
    6262
    6363== Changelog ==
     64
     65= 1.1.7 =
     66* Enhancement: Added minimalist plugin banner and high-res icon for WordPress.org repository.
    6467
    6568= 1.1.6 =
  • smallpict/trunk/smallpict.php

    r3474641 r3474731  
    44 * Plugin URI:        https://smallpict.tuxnoob.com/
    55 * Description:       Serverless Image Optimization for WordPress. Automatically compresses and converts images using SmallPict Managed Service.
    6  * Version:           1.1.6
     6 * Version:           1.1.7
    77 * Author:            Tuxnoob Team
    88 * Author URI:        https://tuxnoob.com/
     
    2323    define( 'SMALLPICT_PATH', plugin_dir_path( __FILE__ ) );
    2424    define( 'SMALLPICT_URL', plugin_dir_url( __FILE__ ) );
    25     define( 'SMALLPICT_VERSION', '1.1.6' );
     25    define( 'SMALLPICT_VERSION', '1.1.7' );
    2626
    2727    // Freemius Config (Public)
Note: See TracChangeset for help on using the changeset viewer.