Changeset 3406451
- Timestamp:
- 12/01/2025 05:36:15 AM (4 months ago)
- Location:
- share-link/trunk
- Files:
-
- 4 edited
-
assets/css/sharelink.css (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
sharelink.php (modified) (1 diff)
-
views/sharelink-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
share-link/trunk/assets/css/sharelink.css
r2419194 r3406451 42 42 } 43 43 44 #sharelink-accordion code.hljs { 45 margin-top: -35px; 46 } 47 44 48 #sharelink-accordion .ui-accordion-content{ 45 49 border-color: #EDF2F9; … … 80 84 } 81 85 82 #sharelink-accordion pre {83 margin-top: -15px;84 }85 86 86 #sharelink-accordion pre[class*="language-"] { 87 87 background: #272822; 88 88 } 89 89 90 #copy_clipboard {90 .copy-clipboard { 91 91 cursor: pointer; 92 92 } 93 93 94 #copy_clipboard.fa-paste:before, #copy_clipboard.fa-clipboard:before{95 margin -right:5px;94 .copy-clipboard.fa-clipboard { 95 margin: 0 5px; 96 96 } 97 97 -
share-link/trunk/readme.txt
r3365636 r3406451 4 4 Tags: ASX Announcements, Share price, commodity price, finance, ASX 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 87 Stable tag: 2.0.1 16 Tested up to: 6.9 7 Stable tag: 2.0.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 2.0.12 = 54 * Fix intermittent "Copy to Clipboard" on Embed Code 55 * Updated test up Wordpress 6.9 56 53 57 = 2.0.11 = 54 58 * Fix missing files on 2.0.10 -
share-link/trunk/sharelink.php
r3365636 r3406451 4 4 * Plugin URI: https://sharelinktechnologies.com 5 5 * Description: Plugin for use with Share Link Application 6 * Version: 2.0.1 16 * Version: 2.0.12 7 7 */ 8 8 9 define('SHARELINK_VERSION', '2.0.1 1');9 define('SHARELINK_VERSION', '2.0.12'); 10 10 define('SHARELINK_FILE__', __FILE__); 11 11 define('SHARELINK_PLUGIN_BASE', plugin_basename(SHARELINK_FILE__)); -
share-link/trunk/views/sharelink-admin.php
r3057944 r3406451 28 28 <h3 class="inline">Gutenburg: </h3><span>Simply use the WordPress editor and drag and drop any Share Link widget into your page.</span> 29 29 <br/> 30 <h3 class="inline">Shortcode: </h3><span>Place this in your WordPress editor< /span>30 <h3 class="inline">Shortcode: </h3><span>Place this in your WordPress editor<span><i data-clipboard-text="[sharelink <?=$w['uuid']?>]" id="copy_clipboard<?=$w['uuid']?>" title="Copy to Clipboard" class="fa fa-clipboard copy-clipboard" aria-hidden="true"></i></span></span> 31 31 <code><span class="shortcode">[sharelink <?=$w['uuid']?>]</span> <input class="copyInput" type="hidden" value="[sharelink <?=$w['uuid']?>]" /> 32 32 </code> 33 <span><i data-clipboard-text="[sharelink <?=$w['uuid']?>]" id="copy_clipboard<?=$w['uuid']?>" title="Copy to Clipboard" class="fa fa-clipboard copy-clipboard" aria-hidden="true"></i></span>34 33 <br/> 35 34 <?php
Note: See TracChangeset
for help on using the changeset viewer.