-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,6 @@ to Gumroad. | |
### Changelog | ||
|
||
* 1.0.0 | ||
* Initial release | ||
* Initial release | ||
* 1.0.1 | ||
* removed function array_key_last |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Contributors: uilib | |
Tags: gumroad, gumroad store, gumroad checkout, woocommerce | ||
Requires at least: 4.7 | ||
Tested up to: 5.8 | ||
Stable tag: 1.0.0 | ||
Stable tag: 1.0.1 | ||
Requires PHP: 7.0 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
@@ -21,6 +21,9 @@ When you want to update your gumroad product (product thumbnail, description, pr | |
Gumpress also syncs your gumroad product versions with your woocommerce variable product. | ||
Customers will see a price range on your woocommerce single product page and shop page as a result. | ||
|
||
## Works with any Woocommerce theme | ||
You can use any woocommerce theme to build your gumroad store. | ||
|
||
## Works with woocommerce shortcodes | ||
To display your products, you can use woocommerce short codes or simply a "Buy now" button. | ||
Because your products are synchronized with gumroad, when a user clicks the "Buy now" button, the Gumroad checkout popup appears. | ||
|
@@ -43,7 +46,14 @@ to Gumroad. | |
|
||
[Bug Report](https://github.com/uilibrary/gumpress/issues) | [Support](mailto:[email protected]) | ||
|
||
== Screenshots == | ||
1. Gumpress settings and Sync product | ||
2. Woocommerce theme connected to gumroad | ||
|
||
== Changelog == | ||
|
||
= 1.0 = | ||
* Initial release | ||
= 1.0.0 = | ||
* Initial release | ||
|
||
= 1.0.1 = | ||
* removed function array_key_last |