Changeset 2863190
- Timestamp:
- 02/10/2023 11:18:40 AM (3 years ago)
- Location:
- admin-dashboard-rss-feed
- Files:
-
- 8 added
- 2 edited
-
tags/3.0 (added)
-
tags/3.0/admin (added)
-
tags/3.0/admin-rss-feed.php (added)
-
tags/3.0/admin/css (added)
-
tags/3.0/admin/css/style.css (added)
-
tags/3.0/readme.txt (added)
-
tags/3.0/screenshot-1.png (added)
-
tags/3.0/screenshot-2.png (added)
-
trunk/admin-rss-feed.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-dashboard-rss-feed/trunk/admin-rss-feed.php
r2784593 r2863190 5 5 Plugin URI: https://www.webstix.com 6 6 Author: Webstix 7 Version: 3. 07 Version: 3.1 8 8 Text Domain: admin-dashboard-rss-feed 9 9 Author: Webstix, Inc. … … 145 145 <tr valign="top"> 146 146 <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="<?php147 <td><input class="wsx_rss_feed_url" type="url" name="wsx_rss_feed_url" value="<?php 148 148 echo esc_attr(get_option('wsx_rss_feed_url')); ?>" style="width: 450px;" required /></td> 149 149 </tr> … … 151 151 <tr valign="top"> 152 152 <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="<?php153 <td><input type="number" name="wsx_rss_feed_count" value="<?php 154 154 echo esc_attr(get_option('wsx_rss_feed_count')); ?>" required /></td> 155 155 </tr> -
admin-dashboard-rss-feed/trunk/readme.txt
r2784593 r2863190 4 4 Tags: admin-rss-feed, rss-feed, wordpress-admin-dashboard, show-rss-feed, admin-widget 5 5 Requires at least: 4.7.5 6 Tested up to: 6. 0.26 Tested up to: 6.1.1 7 7 Stable tag: 4.7 8 8 License: GPLv2 or later … … 133 133 * Fixed php warnings 134 134 * 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.