Changeset 2773446
- Timestamp:
- 08/22/2022 11:56:30 AM (4 years ago)
- Location:
- pci-vault-forms
- Files:
-
- 2 edited
- 3 copied
-
tags/1.0.2 (copied) (copied from pci-vault-forms/trunk)
-
tags/1.0.2/pcivault-forms.php (copied) (copied from pci-vault-forms/trunk/pcivault-forms.php) (2 diffs)
-
tags/1.0.2/readme.txt (copied) (copied from pci-vault-forms/trunk/readme.txt) (2 diffs)
-
trunk/pcivault-forms.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pci-vault-forms/tags/1.0.2/pcivault-forms.php
r2773368 r2773446 4 4 Plugin Name: PCI Vault Forms 5 5 Description: Securely capture card data using PCI Vault, which is a vendor neutral PCI DSS compliant environment. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: PCI Vault 8 8 Author URI: https://pcivault.io … … 34 34 return ' 35 35 <div id="pcivault_pcd_form"></div> 36 ' . wp_get_inline_script_tag( 37 ' 38 window.addEventListener("load", function(){ 39 window.pcd_form(document.getElementById("pcivault_pcd_form"), { 40 submit_secret: "' . $parsed_body["secret"] . '", 41 submit_url: "' . $parsed_body["url"] . '" 42 }) 36 <script defer> 37 window.addEventListener("load", function(){ 38 window.pcd_form(document.getElementById("pcivault_pcd_form"), { 39 submit_secret: "' . $parsed_body["secret"] . '", 40 submit_url: "' . $parsed_body["url"] . '" 43 41 }) 44 ', 45 array( 46 "defer" => "defer", 47 ) 48 ); 42 }) 43 </script>'; 49 44 } 50 45 -
pci-vault-forms/tags/1.0.2/readme.txt
r2773368 r2773446 3 3 Donate link: https://pcivault.io/ 4 4 Tags: pci, dss, pci-dss, credit-card, creditcard, tokenization 5 Requires at least: 5.7.05 Requires at least: 4.3.1 6 6 Tested up to: 6.0.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 65 65 == Changelog == 66 66 67 = 1.0.2 (2022-08-22) = 68 * Reduce required Wordpress version from 5.7.0 to 4.3.1 69 67 70 = 1.0.1 (2022-08-22) = 68 71 * Reduce required Wordpress version from 6.0.1 to 5.7.0 -
pci-vault-forms/trunk/pcivault-forms.php
r2773368 r2773446 4 4 Plugin Name: PCI Vault Forms 5 5 Description: Securely capture card data using PCI Vault, which is a vendor neutral PCI DSS compliant environment. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: PCI Vault 8 8 Author URI: https://pcivault.io … … 34 34 return ' 35 35 <div id="pcivault_pcd_form"></div> 36 ' . wp_get_inline_script_tag( 37 ' 38 window.addEventListener("load", function(){ 39 window.pcd_form(document.getElementById("pcivault_pcd_form"), { 40 submit_secret: "' . $parsed_body["secret"] . '", 41 submit_url: "' . $parsed_body["url"] . '" 42 }) 36 <script defer> 37 window.addEventListener("load", function(){ 38 window.pcd_form(document.getElementById("pcivault_pcd_form"), { 39 submit_secret: "' . $parsed_body["secret"] . '", 40 submit_url: "' . $parsed_body["url"] . '" 43 41 }) 44 ', 45 array( 46 "defer" => "defer", 47 ) 48 ); 42 }) 43 </script>'; 49 44 } 50 45 -
pci-vault-forms/trunk/readme.txt
r2773368 r2773446 3 3 Donate link: https://pcivault.io/ 4 4 Tags: pci, dss, pci-dss, credit-card, creditcard, tokenization 5 Requires at least: 5.7.05 Requires at least: 4.3.1 6 6 Tested up to: 6.0.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 65 65 == Changelog == 66 66 67 = 1.0.2 (2022-08-22) = 68 * Reduce required Wordpress version from 5.7.0 to 4.3.1 69 67 70 = 1.0.1 (2022-08-22) = 68 71 * Reduce required Wordpress version from 6.0.1 to 5.7.0
Note: See TracChangeset
for help on using the changeset viewer.