Changeset 2586321
- Timestamp:
- 08/21/2021 09:08:41 AM (5 years ago)
- Location:
- decentralized-bitcoin-cryptodec-payment-gateway-for-woocommerce
- Files:
-
- 42 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/LICENSE.txt (added)
-
tags/1.0.3/README.txt (added)
-
tags/1.0.3/admin (added)
-
tags/1.0.3/admin/core.php (added)
-
tags/1.0.3/admin/index.php (added)
-
tags/1.0.3/admin/itls-wp-prerender-class.php (added)
-
tags/1.0.3/admin/itls-wp-render-class.php (added)
-
tags/1.0.3/admin/options.php (added)
-
tags/1.0.3/admin/scripts.php (added)
-
tags/1.0.3/admin/tmpl-options.php (added)
-
tags/1.0.3/admin/tmpl-reset.php (added)
-
tags/1.0.3/assets (added)
-
tags/1.0.3/assets/css (added)
-
tags/1.0.3/assets/css/admin.css (added)
-
tags/1.0.3/assets/css/index.php (added)
-
tags/1.0.3/assets/css/style-gw.css (added)
-
tags/1.0.3/assets/images (added)
-
tags/1.0.3/assets/images/btc-logo-2.png (added)
-
tags/1.0.3/assets/images/btc-logo-3.png (added)
-
tags/1.0.3/assets/images/btc-logo.png (added)
-
tags/1.0.3/assets/images/index.php (added)
-
tags/1.0.3/assets/images/logo-gw.png (added)
-
tags/1.0.3/assets/images/logox.png (added)
-
tags/1.0.3/assets/index.php (added)
-
tags/1.0.3/assets/js (added)
-
tags/1.0.3/assets/js/index.php (added)
-
tags/1.0.3/cryptodec-payment-gateway.php (added)
-
tags/1.0.3/inc (added)
-
tags/1.0.3/inc/cron.php (added)
-
tags/1.0.3/inc/index.php (added)
-
tags/1.0.3/inc/itls-btc-class.php (added)
-
tags/1.0.3/inc/itls-btc-wp-class.php (added)
-
tags/1.0.3/inc/itls-crypto-dec-payment-gateway-class.php (added)
-
tags/1.0.3/inc/model-setup.php (added)
-
tags/1.0.3/inc/model.php (added)
-
tags/1.0.3/inc/plugin.php (added)
-
tags/1.0.3/inc/sochain-v1-class.php (added)
-
tags/1.0.3/lib (added)
-
tags/1.0.3/lib/index.php (added)
-
tags/1.0.3/lib/itls-wp-helper-class.php (added)
-
tags/1.0.3/lib/itls-wp-helper.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/cryptodec-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
decentralized-bitcoin-cryptodec-payment-gateway-for-woocommerce/trunk/README.txt
r2466373 r2586321 4 4 Tags: cryptodec, bitcoin, bitcoin payment, crypto, cryptocurrency, woocommerce, payment gateway, woocommerce gateway, woocommerce payment 5 5 Requires at least: 4.6 6 Tested up to: 5. 67 Stable tag: 1.0. 28 Requires PHP: 6.06 Tested up to: 5.8 7 Stable tag: 1.0.3 8 Requires PHP: 7.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
decentralized-bitcoin-cryptodec-payment-gateway-for-woocommerce/trunk/cryptodec-payment-gateway.php
r2469950 r2586321 6 6 * Author: ITLS 7 7 * Author URI: https://ampae.com 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Text Domain: decentralized-bitcoin-cryptodec-payment-gateway-for-woocommerce 10 10 * … … 30 30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 31 31 * 32 * Tested up to: 5. 633 * WC tested up to: 4.932 * Tested up to: 5.8 33 * WC tested up to: 5.6 34 34 */ 35 35
Note: See TracChangeset
for help on using the changeset viewer.