Plugin Directory

Changeset 3050215


Ignore:
Timestamp:
03/13/2024 06:29:58 AM (13 months ago)
Author:
wsxplugindev
Message:

tagging version 3.2

Location:
admin-dashboard-rss-feed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin-dashboard-rss-feed/trunk/admin-rss-feed.php

    r2863190 r3050215  
    55Plugin URI: https://www.webstix.com
    66Author: Webstix
    7 Version:     3.1
     7Version:     3.2
    88Text Domain: admin-dashboard-rss-feed
    99Author:      Webstix, Inc.
     
    247247        foreach($xml->channel->item as $entry) {
    248248            if($in <= $feed_count) {
    249                 echo "<li><a href='$entry->link' title='$entry->title'>" . $entry->title . "</a>";
    250                 echo "<p>" . wp_html_excerpt($entry->description, 120) . "...</p></li>";
     249                echo "<li><a href='$entry->link' title='$entry->title'>" . $entry->title . "</a>";         
     250                echo "<p>" .mb_substr(strip_tags($entry->description), 0, 120). "...</p></li>";
    251251                $in++;
    252252            }
  • admin-dashboard-rss-feed/trunk/readme.txt

    r2863190 r3050215  
    44Tags: admin-rss-feed, rss-feed, wordpress-admin-dashboard, show-rss-feed, admin-widget
    55Requires at least: 4.7.5
    6 Tested up to: 6.1.1
     6Tested up to: 6.4.3
    77Stable tag: 4.7
    88License: GPLv2 or later
     
    137137* Fixed bugs
    138138* Updated the plugin to be compatible with 6.1.1
     139
     140= 3.2 =
     141* Fixed bugs
     142* Updated the plugin to be compatible with 6.4.3
Note: See TracChangeset for help on using the changeset viewer.