Changeset 3406261
- Timestamp:
- 11/30/2025 05:55:46 PM (4 months ago)
- Location:
- news-ticker-benaceur/trunk
- Files:
-
- 3 edited
-
includes/global.php (modified) (1 diff)
-
news-ticker-benaceur.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
news-ticker-benaceur/trunk/includes/global.php
r3222250 r3406261 779 779 function verPlug(){ 780 780 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; 782 784 783 785 // $update_plugins = get_site_transient('update_plugins'); -
news-ticker-benaceur/trunk/news-ticker-benaceur.php
r3222250 r3406261 4 4 * Plugin URI: https://benaceur-php.com/ 5 5 * 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 7 7 * Author: benaceur 8 8 * Text Domain: news-ticker-benaceur -
news-ticker-benaceur/trunk/readme.txt
r3222250 r3406261 3 3 Tags: news ticker, latest posts, latest comments, news post, latest news animation 4 4 Requires at least: 3.0 5 Tested up to: 6. 76 Stable tag: 3.4 5 Tested up to: 6.9 6 Stable tag: 3.4.1 7 7 License: GPLv2 or later 8 8 … … 64 64 == Changelog == 65 65 66 = 3.4.1 = 67 * New filter: "ntb_filter_check_ntb_version". 68 * Tested up to wordpress 6.9 66 69 = 3.4 = 67 70 * Fixed: remove margin-top and margin-bottom if the ticker news is fixed.
Note: See TracChangeset
for help on using the changeset viewer.