Plugin Directory

Changeset 2863190


Ignore:
Timestamp:
02/10/2023 11:18:40 AM (3 years ago)
Author:
wsxplugindev
Message:

tagging version 3.1

Location:
admin-dashboard-rss-feed
Files:
8 added
2 edited

Legend:

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

    r2784593 r2863190  
    55Plugin URI: https://www.webstix.com
    66Author: Webstix
    7 Version:     3.0
     7Version:     3.1
    88Text Domain: admin-dashboard-rss-feed
    99Author:      Webstix, Inc.
     
    145145        <tr valign="top">
    146146            <th scope="row">Your Company RSS Feed URL:</th>
    147             <td><input class="wsx_rss_feed_url" type="text" name="wsx_rss_feed_url" value="<?php
     147            <td><input class="wsx_rss_feed_url" type="url" name="wsx_rss_feed_url" value="<?php
    148148    echo esc_attr(get_option('wsx_rss_feed_url')); ?>" style="width: 450px;" required /></td>
    149149        </tr>
     
    151151        <tr valign="top">
    152152            <th scope="row">Number of items to display: <small style="font-weight: normal;">(You can show between 1 to 10)</small></th>
    153             <td><input type="text" name="wsx_rss_feed_count" value="<?php
     153            <td><input type="number" name="wsx_rss_feed_count" value="<?php
    154154    echo esc_attr(get_option('wsx_rss_feed_count')); ?>" required /></td>
    155155        </tr>
  • admin-dashboard-rss-feed/trunk/readme.txt

    r2784593 r2863190  
    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.0.2
     6Tested up to: 6.1.1
    77Stable tag: 4.7
    88License: GPLv2 or later
     
    133133* Fixed php warnings
    134134* Updated the plugin to be compatible with 6.0.2
     135
     136= 3.1 =
     137* Fixed bugs
     138* Updated the plugin to be compatible with 6.1.1
Note: See TracChangeset for help on using the changeset viewer.