Plugin Directory

Changeset 3406261


Ignore:
Timestamp:
11/30/2025 05:55:46 PM (4 months ago)
Author:
Benaceur
Message:

Update 30-11-2025

Location:
news-ticker-benaceur/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • news-ticker-benaceur/trunk/includes/global.php

    r3222250 r3406261  
    779779    function verPlug(){
    780780       
    781     if ( $this->is_php_8_1_wpcore() ) return;   
     781    if ( $this->is_php_8_1_wpcore() ) return;
     782   
     783    if ( !apply_filters( 'ntb_filter_check_ntb_version', true ) ) return;
    782784   
    783785    // $update_plugins = get_site_transient('update_plugins');
  • news-ticker-benaceur/trunk/news-ticker-benaceur.php

    r3222250 r3406261  
    44 * Plugin URI: https://benaceur-php.com/
    55 * Description: This plugin allow you to display the latest posts or latest comments in a bar with twenty seven beautiful animations and effects...
    6  * Version: 3.4
     6 * Version: 3.4.1
    77 * Author: benaceur
    88 * Text Domain: news-ticker-benaceur
  • news-ticker-benaceur/trunk/readme.txt

    r3222250 r3406261  
    33Tags: news ticker, latest posts, latest comments, news post, latest news animation
    44Requires at least: 3.0
    5 Tested up to: 6.7
    6 Stable tag: 3.4
     5Tested up to: 6.9
     6Stable tag: 3.4.1
    77License: GPLv2 or later
    88
     
    6464== Changelog ==
    6565
     66= 3.4.1 =
     67* New filter: "ntb_filter_check_ntb_version".
     68* Tested up to wordpress 6.9
    6669= 3.4 =
    6770* Fixed: remove margin-top and margin-bottom if the ticker news is fixed.
Note: See TracChangeset for help on using the changeset viewer.