From 6f49654c31060584cb0ac41e255997809f9ecc75 Mon Sep 17 00:00:00 2001 From: Jacques Malgrange Date: Sun, 15 Nov 2015 19:29:12 +0100 Subject: [PATCH] V1.0.1 --- README.md | 9 +++++++-- payment.js | 5 +++++ payment.php | 5 ++++- version.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb25512..35908eb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ u::::::::::::::u n::::n n::::n o:::::ooooo:::::o \____/ \/ \/ \__/ -### Payment ### +## Payment ## Allows you to create a small e-commerce site from CKEditor. It adds a "add to cart" button to the editor. @@ -29,4 +29,9 @@ It adds a complete cart system with order registration, email sending, invoice i It can work with other payment plugin (Paypal, Payplug). Very usefull and powerfull. -[CMSUno](https://github.com/boiteasite/cmsuno) \ No newline at end of file +[CMSUno](https://github.com/boiteasite/cmsuno) + +### Versions ### + +* 1.0.1 - 15/11/2015 : ColorPicker +* 1.0 - 05/10/2015 : First stable version \ No newline at end of file diff --git a/payment.js b/payment.js index 462471b..222e822 100755 --- a/payment.js +++ b/payment.js @@ -84,6 +84,7 @@ function f_load_payment(){ to=t.options; for(v=0;v'); +} // f_load_payment();f_paymentVente(); \ No newline at end of file diff --git a/payment.php b/payment.php index e08f0f6..6bcc38e 100755 --- a/payment.php +++ b/payment.php @@ -15,6 +15,9 @@ // ******************************************************************************************** case 'plugin': ?> +
">
">
@@ -164,7 +167,7 @@ - + diff --git a/version.json b/version.json index 5b580ac..740c820 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.0","host":"https://github.com/cmsunoPlugins/payment/"} \ No newline at end of file +{"version":"1.0.1","host":"https://github.com/cmsunoPlugins/payment/"} \ No newline at end of file