Changeset 2825757
- Timestamp:
- 11/29/2022 09:03:17 AM (3 years ago)
- Location:
- kuicklist/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-kuicklist-admin.php (modified) (1 diff)
-
kuicklist.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kuicklist/trunk/README.txt
r2822186 r2825757 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 5.2.4 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 146 146 == Changelog == 147 147 148 = 1.0.10 = 149 * Fix minor syntax error 150 148 151 = 1.0.9 = 149 152 * Added support to WP latest version 6.1.1 -
kuicklist/trunk/admin/class-kuicklist-admin.php
r2822921 r2825757 204 204 205 205 $dd_html .= '</select>'; 206 $dd_html .= ' <a href="javascript:void(0);" class="kuicklist_checklists kuicklist_refresh_icon" style="vertical-align: middle !important; top: 5px !important; position: relative !important; text-decoration: none !important; color: #555d65 !important;" title="Fetch New Data"><span class="dashicons dashicons-update"></span></a> ';206 $dd_html .= ' <a href="javascript:void(0);" class="kuicklist_checklists kuicklist_refresh_icon" style="vertical-align: middle !important; top: 5px !important; position: relative !important; text-decoration: none !important; color: #555d65 !important;" title="Fetch New Data"><span class="dashicons dashicons-update"></span></a></div>'; 207 207 $kl_allowed_dd_html = array( 208 208 'div' => array( -
kuicklist/trunk/kuicklist.php
r2822186 r2825757 17 17 * Plugin URI: kuicklist.com 18 18 * Description: Discover The Cutting Edge Software That Turns Hordes of Visitors Into Raving Fans While Making It Easy For You To Profit! 19 * Version: 1.0. 919 * Version: 1.0.10 20 20 * Author: Kuick 21 21 * Author URI: kuick.co
Note: See TracChangeset
for help on using the changeset viewer.