Plugin Directory

Changeset 3402229


Ignore:
Timestamp:
11/25/2025 06:33:18 AM (8 weeks ago)
Author:
codexpert
Message:

Deploy ThumbPress version 5.8.34

Location:
image-sizes/trunk
Files:
4 edited

Legend:

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

    r3392355 r3402229  
    208208        $min = defined( 'THUMBPRESS_DEBUG' ) && THUMBPRESS_DEBUG ? '' : '.min';
    209209
    210         wp_enqueue_script( $this->slug, plugins_url( "/assets/js/thumb-notice{$min}.js", THUMBPRESS ), [ 'jquery' ], $this->version, true );
     210        wp_enqueue_script( $this->slug . '-thumb-notice', plugins_url( "/assets/js/thumb-notice{$min}.js", THUMBPRESS ), [ 'jquery' ], $this->version, true );
    211211        $localized2 = array(
    212212            'ajaxurl'     => admin_url( 'admin-ajax.php' ),
     
    222222        }
    223223
    224         wp_enqueue_style( $this->slug, plugins_url( '/assets/css/admin.css', THUMBPRESS ), '', time(), 'all' );
    225         wp_enqueue_style( $this->slug . 'dashboard', plugins_url( '/assets/css/settings/dashboard.css', THUMBPRESS ), '', time(), 'all' );
    226         wp_enqueue_style( $this->slug . 'google-font', 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap' );
    227         wp_enqueue_style( $this->slug . 'font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css' );
    228         wp_enqueue_script( $this->slug . 'font-awesome-js', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.js', array( 'jquery' ), time(), true );
    229 
    230         wp_enqueue_script( $this->slug, plugins_url( "/assets/js/admin{$min}.js", THUMBPRESS ), array( 'jquery' ), time(), true );
     224        wp_enqueue_style( $this->slug . '-admin', plugins_url( '/assets/css/admin.css', THUMBPRESS ), '', time(), 'all' );
     225        wp_enqueue_style( $this->slug . '-dashboard', plugins_url( '/assets/css/settings/dashboard.css', THUMBPRESS ), '', time(), 'all' );
     226        wp_enqueue_style( $this->slug . '-google-font', 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap' );
     227        wp_enqueue_style( $this->slug . '-font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css' );
     228        wp_enqueue_script( $this->slug . '-font-awesome-js', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.js', array( 'jquery' ), time(), true );
     229
     230        wp_enqueue_script( $this->slug . '-admin', plugins_url( "/assets/js/admin{$min}.js", THUMBPRESS ), array( 'jquery' ), time(), true );
    231231
    232232        wp_enqueue_script( 'wp-pointer' );
  • image-sizes/trunk/image-sizes.php

    r3392355 r3402229  
    44 * Plugin URI:          https://thumbpress.co
    55 * Description:         Image Management Suite for Performance and Optimization
    6  * Version:             5.8.33
     6 * Version:             5.8.34
    77 * Requires at least:   6.0
    88 * Requires PHP:        7.0
  • image-sizes/trunk/readme.txt

    r3392355 r3402229  
    55Requires at least: 5.0
    66Tested up to: 6.8.3
    7 Stable tag: 5.8.33
     7Stable tag: 5.8.34
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    163163
    164164== Changelog ==
     165
     166= v5.8.34 - 2025-11-25 =
     167- [fix] Fixed Free/Pro tab switching (clicks were being ignored)
    165168
    166169= v5.8.33 - 2025-11-09 =
  • image-sizes/trunk/vendor/composer/installed.php

    r3392355 r3402229  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => 'v5.8.33',
    5         'version' => '5.8.33.0',
    6         'reference' => 'cc20a832874dda4503fb2e381b0b34e73502b1fd',
     4        'pretty_version' => 'v5.8.34',
     5        'version' => '5.8.34.0',
     6        'reference' => '4a0dc1d44441d6ce0d272a10b89aa5a1522ec165',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => 'v5.8.33',
    15             'version' => '5.8.33.0',
    16             'reference' => 'cc20a832874dda4503fb2e381b0b34e73502b1fd',
     14            'pretty_version' => 'v5.8.34',
     15            'version' => '5.8.34.0',
     16            'reference' => '4a0dc1d44441d6ce0d272a10b89aa5a1522ec165',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.