Changeset 3264781
- Timestamp:
- 04/01/2025 12:19:11 AM (9 months ago)
- Location:
- daisy-links
- Files:
-
- 10 added
- 2 edited
-
tags/1.0.10 (added)
-
tags/1.0.10/LICENSE (added)
-
tags/1.0.10/assets (added)
-
tags/1.0.10/assets/css (added)
-
tags/1.0.10/assets/js (added)
-
tags/1.0.10/assets/js/daisy-links.js (added)
-
tags/1.0.10/daisy-links.php (added)
-
tags/1.0.10/index.php (added)
-
tags/1.0.10/languages (added)
-
tags/1.0.10/readme.txt (added)
-
trunk/daisy-links.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
daisy-links/trunk/daisy-links.php
r3263942 r3264781 4 4 * Plugin URI: https://wordpress.org/plugins/daisy-links 5 5 * Description: Manage external links effortlessly! open links in new tab, add nofollow attribute, disable right click on links. 6 * Version: 1.0. 96 * Version: 1.0.10 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 14 14 */ 15 15 16 // Exit if accessed directly17 16 if ( ! defined( 'ABSPATH' ) ) { 18 17 exit; … … 135 134 <div class="daisy-links-info-item"> 136 135 <h3><span class="dashicons dashicons-admin-plugins"></span> Version</h3> 137 <p>1.0. 8</p>136 <p>1.0.10</p> 138 137 </div> 139 138 <div class="daisy-links-info-item"> -
daisy-links/trunk/readme.txt
r3263942 r3264781 4 4 Requires at least: 5.2 5 5 Tested up to: 6.7 6 Stable tag: 1.0. 96 Stable tag: 1.0.10 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 99 99 == Changelog == 100 100 101 = 1.0.10 - Apr 01, 2025 = 102 * Routine maintenance. 103 101 104 = 1.0.9 - Mar 30, 2025 = 102 105 * [imp] Code optimized.
Note: See TracChangeset
for help on using the changeset viewer.