Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
woocommerce-quick-donation
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wordpress
woocommerce-quick-donation
Commits
eb7bc3bb
Commit
eb7bc3bb
authored
Jan 30, 2016
by
Varun Sridharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated To New Release And Updated POT File
parent
5450a848
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
224 additions
and
130 deletions
+224
-130
woocommerce-quick-donation.pot
languages/woocommerce-quick-donation.pot
+203
-120
readme.txt
readme.txt
+19
-8
woocommerce-quick-donation.php
woocommerce-quick-donation.php
+2
-2
No files found.
languages/woocommerce-quick-donation.pot
View file @
eb7bc3bb
This diff is collapsed.
Click to expand it.
readme.txt
View file @
eb7bc3bb
...
...
@@ -2,11 +2,11 @@
Contributors: varunms
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9MLKDVUVB7WBJ
Tags: WooCommerce,Quick Dontion,quick donation,online donation,wordpress donation,simple donation,donation form,WC donation,Online Payment,Payment,Online,Donate,Monthly Goal,affiliate, cart, checkout, commerce, configurable, digital, download, downloadable, e-commerce, ecommerce, inventory, reports, sales, sell, shipping, shop, shopping, stock, store, tax, variable, widgets, woothemes, wordpress ecommerce
Requires at least: 3.0
or higher
Tested up to: 4.4
Requires at least: 3.0
Tested up to: 4.4
.1
WC requires at least: 1.0
WC tested up to: 2.
4.10
Stable tag: 1.3.
8
Beta
WC tested up to: 2.
5
Stable tag: 1.3.
9
Beta
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
@@ -32,9 +32,9 @@ Email : plugin@varunsridharan.in / kindly post it in github.
* Custom Error Messages
**This Plugin Can called by using the below short code** `[wc_quick_donation]`
**This Plugin Can called by using the below short code** `[wc_quick_donation]`
OR `[wc_qd_single]`
**Shortcode Variables**
**
[wc_quick_donation]
Shortcode Variables**
<code>
1. type : select | radio
2. grouped : true | false
...
...
@@ -42,6 +42,14 @@ Email : plugin@varunsridharan.in / kindly post it in github.
4. selected_value : Project ID
5. defined_amount : true | false {Amount Can Be Defined In Settings Page}
</code>
** [wc_qd_single] Shortcode Variables**
<code>
1. title : true | false
2. content : true | false
3. defined_amount : true | false {Amount Can Be Defined In Settings Page}
4. id : Project ID
</code>
== Screenshots ==
...
...
@@ -119,10 +127,13 @@ Oops. Please User github / WordPress to post bugs. <a href="https://github.com/
**WooCommerce Quick Donation is awesome! Can I contribute?**
Yes you can! Join in on our <a href="https://github.com/technofreaky/woocomerce-quick-donation/">GitHub repository :)</a>
== Screenshots ==
== Changelog ==
= 1.3.9 =
* **Fixed** - Minor Bugs
* **Tweaks** - Updated With Latest WP & WC Version
* **Added** - New Shortcode to get a single project [wc_qd_single]
= 1.3.8 =
* **Added** - option get donate link using {wcqd_get_donate_link} function
* **Added** - Predefined Amount Option
...
...
woocommerce-quick-donation.php
View file @
eb7bc3bb
...
...
@@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Quick Donation
* Plugin URI: http://wordpress.org/plugins/woocommerce-quick-donation/
* Description: Turns WooCommerce Into Online Donation
* Version: 1.3.
8
BETA
* Version: 1.3.
9
BETA
* Author: Varun Sridharan
* Author URI: http://varunsridharan.in
* Text Domain: woocommerce-quick-donation
...
...
@@ -19,7 +19,7 @@ class WooCommerce_Quick_Donation {
/**
* @var string
*/
public
$version
=
'1.3.
8
'
;
public
$version
=
'1.3.
9
'
;
public
$db_version
=
'1.0'
;
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment