Plugin Directory

Changeset 3388465


Ignore:
Timestamp:
11/02/2025 06:38:08 PM (5 months ago)
Author:
reader87
Message:

Compatible with WordPress versions up to 6.8.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-featured-news-custom-posts-listing-elements/trunk/index.php

    r3196377 r3388465  
    22/*
    33Plugin Name: WP Featured News - Custom Posts Listing Elements
    4 Plugin URI: https://flbaisha.com/cplugin/wp-featured-news/
     4Plugin URI: https://fluentthemes.com/wp-plugins/wp-featured-news/
    55Description: A Wordpress plugin which allows you to display your posts anywhere of your web-pages.
    6 Version: 1.7.0
     6Version: 2.0.0
    77Author: Fluent-Themes
    8 Author URI: https://fluentthemes.com
     8Author URI: https://codecanyon.net/user/fluent-themes/portfolio
    99Text Domain: wfnews
    1010Domain Path: /languages
    11 Tested up to: 6.7.1
     11Tested up to: 6.8.3
    1212*/
    1313
     
    2626 */
    2727if ( ! defined( 'WFNEWS_PLUGIN_VERSION' ) ) {
    28     define( 'WFNEWS_PLUGIN_VERSION', '1.7.0' );
     28    define( 'WFNEWS_PLUGIN_VERSION', '2.0.0' );
    2929}
    3030
Note: See TracChangeset for help on using the changeset viewer.