Changeset 2898726
- Timestamp:
- 04/13/2023 02:40:12 PM (3 years ago)
- Location:
- frontier-set-featured/trunk
- Files:
-
- 2 edited
-
frontier-set-featured.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-set-featured/trunk/frontier-set-featured.php
r2792493 r2898726 5 5 Description: Set featured image automatically from images in the post. Will respect manually added Featured Image 6 6 Author: finnj 7 Version: 1.6. 07 Version: 1.6.2 8 8 Author URI: http://wpfrontier.com 9 9 */ 10 10 11 define('FRONTIER_SET_FEATURED_VERSION', "1.6. 0");11 define('FRONTIER_SET_FEATURED_VERSION', "1.6.2"); 12 12 define('FRONTIER_frontier-set-featured_DIR', dirname( __FILE__ )); //an absolute path to this directory 13 13 -
frontier-set-featured/trunk/readme.txt
r2792493 r2898726 4 4 Tags: Featured Image, Featured, Thumbnail, Frontier, Frontier Post 5 5 Requires at least: 3.4.0 6 Tested up to: 6.0.2 7 Stable tag: 1.6.0 6 Tested up to: 6.2 7 Stable tag: 1.6.2 8 Requires PHP: 7.4.33 8 9 License: GPL v3 or later 9 10 … … 45 46 == Changelog == 46 47 48 = 1.6.2 = 49 * Tested with WP 6.2 50 * Tested with PHP 8 51 47 52 = 1.6.0 = 48 53 * Tested with WP 6.0.2
Note: See TracChangeset
for help on using the changeset viewer.