Changeset 1784528
- Timestamp:
- 12/11/2017 09:04:53 AM (8 years ago)
- Location:
- cryptothanks
- Files:
-
- 13 added
- 3 edited
-
tags/0.1 (added)
-
tags/0.1/CryptoThanks_InstallIndicator.php (added)
-
tags/0.1/CryptoThanks_LifeCycle.php (added)
-
tags/0.1/CryptoThanks_OptionsManager.php (added)
-
tags/0.1/CryptoThanks_Plugin.php (added)
-
tags/0.1/CryptoThanks_ShortCodeLoader.php (added)
-
tags/0.1/CryptoThanks_ShortCodeScriptLoader.php (added)
-
tags/0.1/cryptothanks.php (added)
-
tags/0.1/cryptothanks_init.php (added)
-
tags/0.1/css (added)
-
tags/0.1/js (added)
-
tags/0.1/languages (added)
-
tags/0.1/readme.txt (added)
-
trunk/CryptoThanks_Plugin.php (modified) (1 diff)
-
trunk/cryptothanks.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cryptothanks/trunk/CryptoThanks_Plugin.php
r1755741 r1784528 112 112 $r = round(rand(100000, 999999)); 113 113 114 $button_code = '<style>.cryptothanks-container{font-family:'.$this->getOption("font_family").';display:block;padding-right:30px}.cryptothanks-btn-label{font-size:'.$this->getOption("label_size").';font-weight:700;display:block;margin-bottom:5px;text-align:left}.cryptothanks-btn{display:inline-block;cursor:pointer;fill:'.$this->getOption("button_label_color").';color:'.$this->getOption("button_label_color").';font-size:'.$this->getOption("symbol_font_size").';text-align:center;margin-right:2px;margin-bottom:5px}.cryptothanks-btn svg{-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;transition:transform .3s ease;width:'.$this->getOption("button_size").';height:'.$this->getOption("button_size").';display:block}.cryptothanks-title{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;opacity:.8}.cryptothanks-btn:hover svg{transform:rotate(-360deg);transform-origin:50% 50%}.cryptothanks-btn:hover .cryptothanks-title{opacity:1}.cryptothanks-donate-BCC:hover,.cryptothanks-donate-BTC:hover{fill:#F7931A}.cryptothanks-donate-ETC:hover,.cryptothanks-donate-ETH:hover{fill:#282828}.cryptothanks-donate-XRP:hover{fill:#346AA9}.cryptothanks-donate-LTC:hover{fill:#838383}.cryptothanks-donate-DASH:hover{fill:#1c75bc}.cryptothanks-donate-ZEC:hover{fill:#e5a93d}.cryptothanks-donate-NIC:hover{fill:#18bc9c}.cryptothanks-tooltip-content{display:none;cursor:default;padding:10px;clear:both;border: solid 1px #ccc;margin-bottom: 15px; margin-right: 15px;max-width:500px}.cryptothanks-tooltip-open{display:block;width:100%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background-color:#fff;margin-left:0;z-index:9999}.cryptothanks-close-btn { float: right; display: inline-block; width: 20px; height:20px; background-color: #f0f0f0; border-radius: 3px; padding:5px 5px 8px 5px }.cryptothanks-close-btn img { width: 100%; height: 100% }#qr-'.$r.'{float:left;width:100px;height:100px;margin-right: 10px;background-color:#f0f0f0}.cryptothanks-tooltip-content h5{color:'.$this->getOption("button_label_color").';font-size:16px;padding:0;margin:0;display:block }.cryptothanks-address { font-size: 12px; word-break:break-all }@media(max-width:767px) {#qr-'.$r.' {display:none}}</style>';114 $button_code = '<style>.cryptothanks-container{font-family:'.$this->getOption("font_family").';display:block;padding-right:30px}.cryptothanks-btn-label{font-size:'.$this->getOption("label_size").';font-weight:700;display:block;margin-bottom:5px;text-align:left}.cryptothanks-btn{display:inline-block;cursor:pointer;fill:'.$this->getOption("button_label_color").';color:'.$this->getOption("button_label_color").';font-size:'.$this->getOption("symbol_font_size").';text-align:center;margin-right:2px;margin-bottom:5px}.cryptothanks-btn svg{-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;transition:transform .3s ease;width:'.$this->getOption("button_size").';height:'.$this->getOption("button_size").';display:block}.cryptothanks-title{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;opacity:.8}.cryptothanks-btn:hover svg{transform:rotate(-360deg);transform-origin:50% 50%}.cryptothanks-btn:hover .cryptothanks-title{opacity:1}.cryptothanks-donate-BCC:hover,.cryptothanks-donate-BTC:hover{fill:#F7931A}.cryptothanks-donate-ETC:hover,.cryptothanks-donate-ETH:hover{fill:#282828}.cryptothanks-donate-XRP:hover{fill:#346AA9}.cryptothanks-donate-LTC:hover{fill:#838383}.cryptothanks-donate-DASH:hover{fill:#1c75bc}.cryptothanks-donate-ZEC:hover{fill:#e5a93d}.cryptothanks-donate-NIC:hover{fill:#18bc9c}.cryptothanks-tooltip-content{display:none;cursor:default;padding:10px;clear:both;border: solid 1px #ccc;margin-bottom: 15px; margin-right: 15px;max-width:500px}.cryptothanks-tooltip-open{display:block;width:100%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background-color:#fff;margin-left:0;z-index:9999}.cryptothanks-close-btn { float: right; display: inline-block; width: 20px; height:20px; background-color: #f0f0f0; border-radius: 3px; padding:5px 5px 8px 5px }.cryptothanks-close-btn img { width: 100%; height: 100% }#qr-'.$r.'{float:left;width:100px;height:100px;margin-right: 10px;background-color:#f0f0f0}.cryptothanks-tooltip-content h5{color:'.$this->getOption("button_label_color").';font-size:16px;padding:0;margin:0;display:block;clear:none!important}.cryptothanks-address { font-size: 12px; word-break:break-all }@media(max-width:767px) {#qr-'.$r.' {display:none}}</style>'; 115 115 $button_code .= '<div class="cryptothanks-container"><span class="cryptothanks-btn-label">'.$this->getOption("button_label").'</span>'; 116 116 $button_code .= '<div id="buttons-'.$r.'">'; -
cryptothanks/trunk/cryptothanks.php
r1755741 r1784528 4 4 Plugin URI: https://mudimedia.com/en/wordpress-cryptothanks-plugin/ 5 5 Description: This is the plugin where your visitors make payment to you. You can change the label of the button to make it either donation or payment button. 6 Version: 0. 16 Version: 0.2 7 7 Author: Mudimedia 8 8 Author URI: https://mudimedia.com/en/ -
cryptothanks/trunk/readme.txt
r1755741 r1784528 1 1 === Cryptothanks === 2 Contributors: subet2 Contributors: Mudimedia Software & Trade Inc. 3 3 Tags: cryptothanks,cryptocurrency,bitcoin,donate,payment,donation,cryptocoins,cryptocurrencies,crypto donate,coin donate,coin donation,bitcoin donation,donate bitcoin,donate ethereum,bitcoin donation button,donation button,ethereum donation button,zcash,zcash donation button,ripple,ripple donation button 4 4 Donate link: https://mudimedia.com/en/wordpress-cryptothanks-plugin/ 5 5 Requires at least: 3.5 6 Tested up to: 4. 8.26 Tested up to: 4.9.1 7 7 Requires PHP: 5.3 8 8 Stable tag: trunk 9 License: GPL v29 License: GPL2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 … … 48 48 3. Admin Configuration - 1 49 49 4. Admin Configuration - 2 50 51 == Changelog ==52 53 = 0.1 =54 * First version of Cryptothanks plugin.55 56 == Upgrade Notice ==57 58 = 0.1 =59 Upgrades will be available upon feature requests and bug reports.
Note: See TracChangeset
for help on using the changeset viewer.