Plugin Directory

Changeset 3438437


Ignore:
Timestamp:
01/13/2026 09:26:55 AM (5 days ago)
Author:
codexpert
Message:

Deploy ThumbPress version 5.8.37

Location:
image-sizes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • image-sizes/trunk/image-sizes.php

    r3425976 r3438437  
    44 * Plugin URI:          https://thumbpress.co
    55 * Description:         Image Management Suite for Performance and Optimization
    6  * Version:             5.8.36
     6 * Version:             5.8.37
    77 * Requires at least:   6.0
    88 * Requires PHP:        7.0
     
    137137        $this->plugin['TextDomain'] = 'image-sizes';
    138138        $this->plugin['Name']       = 'ThumbPress';
    139         $this->plugin['Version']    = '5.8.33';
     139        $this->plugin['Version']    = '5.8.37';
    140140        $this->plugin['server']     = apply_filters( 'image-sizes_server', 'https://my.pluggable.io' );
    141141        $this->plugin['icon']       = THUMBPRESS_ASSET . '/img/icon.png';
     
    182182            $admin->action( 'admin_footer_text', 'footer_text' );
    183183            // $admin->action( 'cx-settings-after_wrapper', 'show_easycommerce_promo' );
    184             $admin->action( 'init', 'thumbpress_sale_notice', 9 );
     184            // $admin->action( 'init', 'thumbpress_sale_notice', 9 );
    185185
    186186            /**
  • image-sizes/trunk/readme.txt

    r3425976 r3438437  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Stable tag: 5.8.36
     7Stable tag: 5.8.37
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    163163
    164164== Changelog ==
     165
     166= v5.8.37 - 2026-01-13 =
     167- [remove] Removed the notice for the Year End sale campaign.
    165168
    166169= v5.8.36 - 2025-12-23 =
  • image-sizes/trunk/vendor/composer/installed.php

    r3425976 r3438437  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => 'v5.8.36',
    5         'version' => '5.8.36.0',
    6         'reference' => '4d6836f6cf891ead8f17221843b06a316eab395f',
     4        'pretty_version' => 'v5.8.37',
     5        'version' => '5.8.37.0',
     6        'reference' => '611b2c5492581e0a0453e8d475b8e82f279c43bc',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => 'v5.8.36',
    15             'version' => '5.8.36.0',
    16             'reference' => '4d6836f6cf891ead8f17221843b06a316eab395f',
     14            'pretty_version' => 'v5.8.37',
     15            'version' => '5.8.37.0',
     16            'reference' => '611b2c5492581e0a0453e8d475b8e82f279c43bc',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.