Changeset 3196377
- Timestamp:
- 11/25/2024 11:10:40 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-featured-news-custom-posts-listing-elements/trunk/index.php
r3144426 r3196377 4 4 Plugin URI: https://flbaisha.com/cplugin/wp-featured-news/ 5 5 Description: A Wordpress plugin which allows you to display your posts anywhere of your web-pages. 6 Version: 1. 6.06 Version: 1.7.0 7 7 Author: Fluent-Themes 8 8 Author URI: https://fluentthemes.com 9 9 Text Domain: wfnews 10 10 Domain Path: /languages 11 Tested up to: 6. 611 Tested up to: 6.7.1 12 12 */ 13 13 … … 26 26 */ 27 27 if ( ! defined( 'WFNEWS_PLUGIN_VERSION' ) ) { 28 define( 'WFNEWS_PLUGIN_VERSION', '1. 6.0' );28 define( 'WFNEWS_PLUGIN_VERSION', '1.7.0' ); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.