Changeset 2932340
- Timestamp:
- 06/29/2023 02:48:57 PM (3 years ago)
- Location:
- acf-recent-posts-widget/trunk
- Files:
-
- 2 edited
-
acf-widget.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-recent-posts-widget/trunk/acf-widget.php
r2681041 r2932340 1 1 <?php 2 /** 3 Plugin Name: ACF Recent Posts Widget 4 Plugin URI: http://wp-doin.com/portfolio/acfrpw/ 5 Text Domain: acf-recent-posts-widget 6 Domain Path: /lang 7 Description: Allow ACF and meta fields in the recent posts widget, giving control on the way recent posts are displayed. 8 Author: Rafał Gicgier @wp-doin 9 Version: 5.9 10 Author URI: http://wp-doin.com 11 License: GPLv2 or later 12 Copyright: Rafał Gicgier 2 /* 3 * Plugin Name: ACF Recent Posts Widget 4 * Plugin URI: http://wp-doin.com/portfolio/acfrpw/ 5 * Description: Allow ACF and meta fields in the recent posts widget, giving control on the way recent posts are displayed. 6 * Author: Rafał Gicgier @wp-doin 7 * Version: 5.9.2 8 * Requires at least: 4.6 9 * Author URI: http://wp-doin.com 10 * License: GPLv2 or later 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 12 * Text Domain: acf-recent-posts-widget 13 * Domain Path: /lang 13 14 */ 14 15 DEFINE( 'ACF_RWP_CLASS_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR ); -
acf-recent-posts-widget/trunk/readme.txt
r2681041 r2932340 4 4 Tags: widget, posts, recent, acf, meta keys, admin 5 5 Requires at least: 4.6 6 Tested up to: 5.97 Stable tag: 5.9 6 Tested up to: 6.2.2 7 Stable tag: 5.9.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 195 195 == Changelog == 196 196 197 = 5.9.2 = 198 ** Ensured compatibility with 6.2.2 WordPress Core 199 197 200 = 5.9 = 198 201 ** Assure compatibilty with the Block Widget editor
Note: See TracChangeset
for help on using the changeset viewer.