Plugin Directory

Changeset 3462494


Ignore:
Timestamp:
02/16/2026 12:28:19 PM (3 weeks ago)
Author:
themeisle
Message:

Update to version 5.0.1 from GitHub

Location:
auto-post-thumbnail
Files:
18 added
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • auto-post-thumbnail/tags/5.0.1/CHANGELOG.md

    r3462473 r3462494  
     1#####   Version 5.0.1 (2026-02-16)
     2
     3- Fixes issue with missing plugin admin scripts
     4
    15####   Version 5.0.0 (2026-02-16)
    26
  • auto-post-thumbnail/tags/5.0.1/auto-post-thumbnail.php

    r3462473 r3462494  
    44 * Plugin URI: https://themeisle.com/plugins/auto-featured-image
    55 * Description: Automatically sets the Featured Image from the first image in a post — for any post type. Generate images from post titles or search for images natively in Elementor, Gutenberg, and Classic Editor.
    6  * Version: 5.0.0
     6 * Version: 5.0.1
    77 * Requires PHP: 7.4
    88 * Author: Themeisle <contact@themeisle.com>
  • auto-post-thumbnail/tags/5.0.1/bootstrap.php

    r3462473 r3462494  
    1616define( 'WAPT_PATH', defined( 'WAPT_PRO_PATH' ) ? WAPT_PRO_PATH : WAPT_FREE_PATH );
    1717define( 'WAPT_PLUGIN_ACTIVE', true );
    18 define( 'WAPT_PLUGIN_VERSION', '4.2.2' );
     18define( 'WAPT_PLUGIN_VERSION', '5.0.1' );
    1919define( 'WAPT_PLUGIN_FILE', WAPT_PATH );
    2020define( 'WAPT_ABSPATH', __DIR__ );
  • auto-post-thumbnail/tags/5.0.1/readme.txt

    r3462473 r3462494  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 5.0.0
     7Stable tag: 5.0.1
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • auto-post-thumbnail/tags/5.0.1/vendor/composer/installed.php

    r3462473 r3462494  
    22    'root' => array(
    33        'name' => 'codeinwp/auto-post-thumbnail',
    4         'pretty_version' => 'v5.0.0',
    5         'version' => '5.0.0.0',
    6         'reference' => 'e2e14fbff5cd769767094472c7ac782dc262eb7f',
     4        'pretty_version' => 'v5.0.1',
     5        'version' => '5.0.1.0',
     6        'reference' => '268c2f23008e7da0de9adeec0a086a5ab914855d',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'codeinwp/auto-post-thumbnail' => array(
    14             'pretty_version' => 'v5.0.0',
    15             'version' => '5.0.0.0',
    16             'reference' => 'e2e14fbff5cd769767094472c7ac782dc262eb7f',
     14            'pretty_version' => 'v5.0.1',
     15            'version' => '5.0.1.0',
     16            'reference' => '268c2f23008e7da0de9adeec0a086a5ab914855d',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • auto-post-thumbnail/trunk/CHANGELOG.md

    r3462473 r3462494  
     1#####   Version 5.0.1 (2026-02-16)
     2
     3- Fixes issue with missing plugin admin scripts
     4
    15####   Version 5.0.0 (2026-02-16)
    26
  • auto-post-thumbnail/trunk/auto-post-thumbnail.php

    r3462473 r3462494  
    44 * Plugin URI: https://themeisle.com/plugins/auto-featured-image
    55 * Description: Automatically sets the Featured Image from the first image in a post — for any post type. Generate images from post titles or search for images natively in Elementor, Gutenberg, and Classic Editor.
    6  * Version: 5.0.0
     6 * Version: 5.0.1
    77 * Requires PHP: 7.4
    88 * Author: Themeisle <contact@themeisle.com>
  • auto-post-thumbnail/trunk/bootstrap.php

    r3462473 r3462494  
    1616define( 'WAPT_PATH', defined( 'WAPT_PRO_PATH' ) ? WAPT_PRO_PATH : WAPT_FREE_PATH );
    1717define( 'WAPT_PLUGIN_ACTIVE', true );
    18 define( 'WAPT_PLUGIN_VERSION', '4.2.2' );
     18define( 'WAPT_PLUGIN_VERSION', '5.0.1' );
    1919define( 'WAPT_PLUGIN_FILE', WAPT_PATH );
    2020define( 'WAPT_ABSPATH', __DIR__ );
  • auto-post-thumbnail/trunk/readme.txt

    r3462473 r3462494  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 5.0.0
     7Stable tag: 5.0.1
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • auto-post-thumbnail/trunk/vendor/composer/installed.php

    r3462473 r3462494  
    22    'root' => array(
    33        'name' => 'codeinwp/auto-post-thumbnail',
    4         'pretty_version' => 'v5.0.0',
    5         'version' => '5.0.0.0',
    6         'reference' => 'e2e14fbff5cd769767094472c7ac782dc262eb7f',
     4        'pretty_version' => 'v5.0.1',
     5        'version' => '5.0.1.0',
     6        'reference' => '268c2f23008e7da0de9adeec0a086a5ab914855d',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'codeinwp/auto-post-thumbnail' => array(
    14             'pretty_version' => 'v5.0.0',
    15             'version' => '5.0.0.0',
    16             'reference' => 'e2e14fbff5cd769767094472c7ac782dc262eb7f',
     14            'pretty_version' => 'v5.0.1',
     15            'version' => '5.0.1.0',
     16            'reference' => '268c2f23008e7da0de9adeec0a086a5ab914855d',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.