Changeset 3462494
- Timestamp:
- 02/16/2026 12:28:19 PM (3 weeks ago)
- Location:
- auto-post-thumbnail
- Files:
-
- 18 added
- 10 edited
- 1 copied
-
tags/5.0.1 (copied) (copied from auto-post-thumbnail/trunk)
-
tags/5.0.1/CHANGELOG.md (modified) (1 diff)
-
tags/5.0.1/assets/build (added)
-
tags/5.0.1/assets/build/dashboard-rtl.css (added)
-
tags/5.0.1/assets/build/dashboard.asset.php (added)
-
tags/5.0.1/assets/build/dashboard.css (added)
-
tags/5.0.1/assets/build/dashboard.js (added)
-
tags/5.0.1/assets/build/post-list-rtl.css (added)
-
tags/5.0.1/assets/build/post-list.asset.php (added)
-
tags/5.0.1/assets/build/post-list.css (added)
-
tags/5.0.1/assets/build/post-list.js (added)
-
tags/5.0.1/auto-post-thumbnail.php (modified) (1 diff)
-
tags/5.0.1/bootstrap.php (modified) (1 diff)
-
tags/5.0.1/readme.txt (modified) (1 diff)
-
tags/5.0.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/assets/build (added)
-
trunk/assets/build/dashboard-rtl.css (added)
-
trunk/assets/build/dashboard.asset.php (added)
-
trunk/assets/build/dashboard.css (added)
-
trunk/assets/build/dashboard.js (added)
-
trunk/assets/build/post-list-rtl.css (added)
-
trunk/assets/build/post-list.asset.php (added)
-
trunk/assets/build/post-list.css (added)
-
trunk/assets/build/post-list.js (added)
-
trunk/auto-post-thumbnail.php (modified) (1 diff)
-
trunk/bootstrap.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
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 1 5 #### Version 5.0.0 (2026-02-16) 2 6 -
auto-post-thumbnail/tags/5.0.1/auto-post-thumbnail.php
r3462473 r3462494 4 4 * Plugin URI: https://themeisle.com/plugins/auto-featured-image 5 5 * 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. 06 * Version: 5.0.1 7 7 * Requires PHP: 7.4 8 8 * Author: Themeisle <contact@themeisle.com> -
auto-post-thumbnail/tags/5.0.1/bootstrap.php
r3462473 r3462494 16 16 define( 'WAPT_PATH', defined( 'WAPT_PRO_PATH' ) ? WAPT_PRO_PATH : WAPT_FREE_PATH ); 17 17 define( 'WAPT_PLUGIN_ACTIVE', true ); 18 define( 'WAPT_PLUGIN_VERSION', ' 4.2.2' );18 define( 'WAPT_PLUGIN_VERSION', '5.0.1' ); 19 19 define( 'WAPT_PLUGIN_FILE', WAPT_PATH ); 20 20 define( 'WAPT_ABSPATH', __DIR__ ); -
auto-post-thumbnail/tags/5.0.1/readme.txt
r3462473 r3462494 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 5.0. 07 Stable tag: 5.0.1 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
auto-post-thumbnail/tags/5.0.1/vendor/composer/installed.php
r3462473 r3462494 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 '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 1 5 #### Version 5.0.0 (2026-02-16) 2 6 -
auto-post-thumbnail/trunk/auto-post-thumbnail.php
r3462473 r3462494 4 4 * Plugin URI: https://themeisle.com/plugins/auto-featured-image 5 5 * 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. 06 * Version: 5.0.1 7 7 * Requires PHP: 7.4 8 8 * Author: Themeisle <contact@themeisle.com> -
auto-post-thumbnail/trunk/bootstrap.php
r3462473 r3462494 16 16 define( 'WAPT_PATH', defined( 'WAPT_PRO_PATH' ) ? WAPT_PRO_PATH : WAPT_FREE_PATH ); 17 17 define( 'WAPT_PLUGIN_ACTIVE', true ); 18 define( 'WAPT_PLUGIN_VERSION', ' 4.2.2' );18 define( 'WAPT_PLUGIN_VERSION', '5.0.1' ); 19 19 define( 'WAPT_PLUGIN_FILE', WAPT_PATH ); 20 20 define( 'WAPT_ABSPATH', __DIR__ ); -
auto-post-thumbnail/trunk/readme.txt
r3462473 r3462494 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 5.0. 07 Stable tag: 5.0.1 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
auto-post-thumbnail/trunk/vendor/composer/installed.php
r3462473 r3462494 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.