Changeset 2906382
- Timestamp:
- 04/30/2023 06:39:23 PM (3 years ago)
- Location:
- payforme
- Files:
-
- 5 edited
- 7 copied
-
tags/2.0.1 (copied) (copied from payforme/trunk)
-
tags/2.0.1/README.txt (copied) (copied from payforme/trunk/README.txt) (2 diffs)
-
tags/2.0.1/build (copied) (copied from payforme/trunk/build)
-
tags/2.0.1/build/asset-manifest.json (modified) (1 diff)
-
tags/2.0.1/changelog.txt (copied) (copied from payforme/trunk/changelog.txt) (1 diff)
-
tags/2.0.1/payforme-woocommerce.php (copied) (copied from payforme/trunk/payforme-woocommerce.php) (1 diff)
-
tags/2.0.1/scripts/pfm-script.js (copied) (copied from payforme/trunk/scripts/pfm-script.js)
-
tags/2.0.1/scripts/pfm-style.css (copied) (copied from payforme/trunk/scripts/pfm-style.css)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/build/asset-manifest.json (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/payforme-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
payforme/tags/2.0.1/README.txt
r2906203 r2906382 4 4 Requires at least: 5.0 5 5 Tested up to: 6.2 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 2.0.1 = 75 * Fix - Debug banner always displayed on the store page. 76 74 77 = 2.0.0 = 75 78 * Improved modal integration ensures the shopper never leaves the store -
payforme/tags/2.0.1/build/asset-manifest.json
r2906203 r2906382 2 2 "files": { 3 3 "main.css": "/static/css/main.dda31fb0.css", 4 "main.js": "/static/js/main. 45d3931f.js",4 "main.js": "/static/js/main.e24c0b0c.js", 5 5 "static/js/787.bc7d429a.chunk.js": "/static/js/787.bc7d429a.chunk.js", 6 6 "index.html": "/index.html", 7 7 "main.dda31fb0.css.map": "/static/css/main.dda31fb0.css.map", 8 "main. 45d3931f.js.map": "/static/js/main.45d3931f.js.map",8 "main.e24c0b0c.js.map": "/static/js/main.e24c0b0c.js.map", 9 9 "787.bc7d429a.chunk.js.map": "/static/js/787.bc7d429a.chunk.js.map" 10 10 }, 11 11 "entrypoints": [ 12 12 "static/css/main.dda31fb0.css", 13 "static/js/main. 45d3931f.js"13 "static/js/main.e24c0b0c.js" 14 14 ] 15 15 } -
payforme/tags/2.0.1/changelog.txt
r2906203 r2906382 1 1 *** PayForMe for Woocommerce Changelog *** 2 2 3 2023-04-29 - version 1.1.0 3 2023-04-30 - version 2.0.1 4 * Fix - Debug banner always displayed on the store page. 5 6 2023-04-29 - version 2.0.0 4 7 * Improved modal integration ensures the shopper never leaves the store 5 8 * Supports PayForMe button in the shopping cart page -
payforme/tags/2.0.1/payforme-woocommerce.php
r2906203 r2906382 7 7 * Plugin URI: https://wordpress.org/plugins/payforme/ 8 8 * Description: PayForMe enables people to pay for the purchases of their friends and families via a secure payment link. Accept Credit/Debit cards, ApplePay and GooglePay using PayForMe. 9 * Version: 2.0. 09 * Version: 2.0.1 10 10 * Author: PayForMe 11 11 * Author URI: https://payforme.io/ -
payforme/trunk/README.txt
r2906203 r2906382 4 4 Requires at least: 5.0 5 5 Tested up to: 6.2 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 2.0.1 = 75 * Fix - Debug banner always displayed on the store page. 76 74 77 = 2.0.0 = 75 78 * Improved modal integration ensures the shopper never leaves the store -
payforme/trunk/build/asset-manifest.json
r2906203 r2906382 2 2 "files": { 3 3 "main.css": "/static/css/main.dda31fb0.css", 4 "main.js": "/static/js/main. 45d3931f.js",4 "main.js": "/static/js/main.e24c0b0c.js", 5 5 "static/js/787.bc7d429a.chunk.js": "/static/js/787.bc7d429a.chunk.js", 6 6 "index.html": "/index.html", 7 7 "main.dda31fb0.css.map": "/static/css/main.dda31fb0.css.map", 8 "main. 45d3931f.js.map": "/static/js/main.45d3931f.js.map",8 "main.e24c0b0c.js.map": "/static/js/main.e24c0b0c.js.map", 9 9 "787.bc7d429a.chunk.js.map": "/static/js/787.bc7d429a.chunk.js.map" 10 10 }, 11 11 "entrypoints": [ 12 12 "static/css/main.dda31fb0.css", 13 "static/js/main. 45d3931f.js"13 "static/js/main.e24c0b0c.js" 14 14 ] 15 15 } -
payforme/trunk/changelog.txt
r2906203 r2906382 1 1 *** PayForMe for Woocommerce Changelog *** 2 2 3 2023-04-29 - version 1.1.0 3 2023-04-30 - version 2.0.1 4 * Fix - Debug banner always displayed on the store page. 5 6 2023-04-29 - version 2.0.0 4 7 * Improved modal integration ensures the shopper never leaves the store 5 8 * Supports PayForMe button in the shopping cart page -
payforme/trunk/payforme-woocommerce.php
r2906203 r2906382 7 7 * Plugin URI: https://wordpress.org/plugins/payforme/ 8 8 * Description: PayForMe enables people to pay for the purchases of their friends and families via a secure payment link. Accept Credit/Debit cards, ApplePay and GooglePay using PayForMe. 9 * Version: 2.0. 09 * Version: 2.0.1 10 10 * Author: PayForMe 11 11 * Author URI: https://payforme.io/
Note: See TracChangeset
for help on using the changeset viewer.