Changeset 3388465
- Timestamp:
- 11/02/2025 06:38:08 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-featured-news-custom-posts-listing-elements/trunk/index.php
r3196377 r3388465 2 2 /* 3 3 Plugin Name: WP Featured News - Custom Posts Listing Elements 4 Plugin URI: https://fl baisha.com/cplugin/wp-featured-news/4 Plugin URI: https://fluentthemes.com/wp-plugins/wp-featured-news/ 5 5 Description: A Wordpress plugin which allows you to display your posts anywhere of your web-pages. 6 Version: 1.7.06 Version: 2.0.0 7 7 Author: Fluent-Themes 8 Author URI: https:// fluentthemes.com8 Author URI: https://codecanyon.net/user/fluent-themes/portfolio 9 9 Text Domain: wfnews 10 10 Domain Path: /languages 11 Tested up to: 6. 7.111 Tested up to: 6.8.3 12 12 */ 13 13 … … 26 26 */ 27 27 if ( ! defined( 'WFNEWS_PLUGIN_VERSION' ) ) { 28 define( 'WFNEWS_PLUGIN_VERSION', ' 1.7.0' );28 define( 'WFNEWS_PLUGIN_VERSION', '2.0.0' ); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.