Changeset 3333649
- Timestamp:
- 07/24/2025 12:56:44 PM (8 months ago)
- Location:
- wp-random-post-thumbnails/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-random-thumbnails.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-random-post-thumbnails/trunk/README.md
r3219374 r3333649 17 17 18 18 ## Changelog 19 20 [ 2.6.2 ] 21 22 * Patching minor type error with $sizes in `add_image_attributes` in `classes/class-wprpt.php`. 19 23 20 24 [ 2.6.1 ] -
wp-random-post-thumbnails/trunk/readme.txt
r3219374 r3333649 5 5 Tested up to: 6.7.1 6 6 Requires at least: 3.5 7 Stable tag: 2.6. 17 Stable tag: 2.6.2 8 8 License: GPL v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 27 27 28 28 == Changelog == 29 30 = 2.6.2 = 31 32 * Patching minor type error with $sizes in `add_image_attributes` in `classes/class-wprpt.php`. 29 33 30 34 = 2.6.1 = -
wp-random-post-thumbnails/trunk/wp-random-thumbnails.php
r3219374 r3333649 4 4 Plugin URI: https://wordpress.org/plugins/wp-random-post-thumbnails/ 5 5 Description: Allows you to select images to be shown at random for posts without a featured image. Useful if your theme shows thumbnails for the posts, and you don't want any posts without images. 6 Version: 2.6. 16 Version: 2.6.2 7 7 Author: Brianna Deleasa 8 8 Author URI: http://www.briannadeleasa.com
Note: See TracChangeset
for help on using the changeset viewer.