Changeset 3055589
- Timestamp:
- 03/20/2024 07:41:03 PM (2 years ago)
- Location:
- zafepay
- Files:
-
- 17 added
- 4 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/README.md (added)
-
tags/1.0.2/build (added)
-
tags/1.0.2/build/index.asset.php (added)
-
tags/1.0.2/build/index.js (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/class-wc-gateway-zafepay.php (added)
-
tags/1.0.2/includes/class-wc-zafepay-blocks-support.php (added)
-
tags/1.0.2/license (added)
-
tags/1.0.2/package.json (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/src (added)
-
tags/1.0.2/src/index.js (added)
-
tags/1.0.2/zafepay.php (added)
-
trunk/build (added)
-
trunk/build/index.asset.php (added)
-
trunk/build/index.js (added)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/index.js (modified) (1 diff)
-
trunk/zafepay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zafepay/trunk/package.json
r3046598 r3055589 1 1 { 2 2 "name": "zafepay", 3 "version": "1.0. 1",3 "version": "1.0.2", 4 4 "description": "", 5 5 "main": "index.js", -
zafepay/trunk/readme.txt
r3046598 r3055589 4 4 Requires at least: 5.7 5 5 Tested up to: 6.4 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.0 8 8 License: MIT -
zafepay/trunk/src/index.js
r3046572 r3055589 4 4 import { ReactComponent as FintocIcon } from "../assets/fintoc.svg"; 5 5 import { ReactComponent as MachIcon } from "../assets/mach.svg"; 6 import { ReactComponent as VisaIcon } from "../assets/visa. gif";7 import { ReactComponent as MasterIcon } from "../assets/master. gif";8 import { ReactComponent as AmexIcon } from "../assets/amex. gif";6 import { ReactComponent as VisaIcon } from "../assets/visa.svg"; 7 import { ReactComponent as MasterIcon } from "../assets/master.svg"; 8 import { ReactComponent as AmexIcon } from "../assets/amex.svg"; 9 9 10 10 const DisplayContent = () => { -
zafepay/trunk/zafepay.php
r3046598 r3055589 6 6 * Author: Zafepay 7 7 * Author URI: https://zafepay.com 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Requires at least: 5.7 10 10 * Tested up to: 6.4
Note: See TracChangeset
for help on using the changeset viewer.