Skip to content

Commit

Permalink
release 2.0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkasowski committed Mar 21, 2017
1 parent 0fa110e commit 5e41586
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog

* 2.0.10.1 - 2017.03.21:
* Fix: Fatal error on product save.
* 2.0.10 - 2017.03.21:
* Fix: Added Layout settings tab.
* Fix: Some action hook names.
Expand Down
2 changes: 1 addition & 1 deletion jigoshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Description: Jigoshop, a WordPress eCommerce plugin that works.
* Author: Jigoshop
* Author URI: http://www.jigoshop.com
* Version: 2.0.10
* Version: 2.0.10.1
* Requires at least: 4.0
* Tested up to: 4.7.3
* Text Domain: jigoshop
Expand Down
63 changes: 56 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i

Requires at least: 4.0
Tested up to: 4.7.3
Stable tag: 2.0.10
Stable tag: 2.0.10.1

A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance, customizability and control - robust Tax Settings, Stock Level Management, Free and Premium Extensions - you name it.

A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customizability.

== Description ==

Expand All @@ -24,22 +25,48 @@ With the option to create a multitude of product types and apply detailed attrib
* Downloadable or Virtual products
* Variable products (eg, offer `Size: S,M,L` for one product)
* Affiliate (External) products (ie, link your `Add to cart` button off-site)
* Grouped products
* Simple products

= DETAILED REPORTS =

Inside the custom dashboard you get sortable sales graphs, incoming order / review notifications as well as stats on your stores performance.

= STYLING =

Adapt and customize your theme using the built-in Layout Manager. If you don't have one - no worries, the Simply Jigoshop theme is available for free!

= MANAGE STOCK =

Manage your stock levels and customer orders easily. Jigoshop has been engineered to make the boring parts of eCommerce, well, less boring!
Manage your stock levels and customer orders easily. Jigoshop eCommerce has been engineered to make the boring parts of eCommerce, well, less boring!

= EXTEND YOUR SHOP =

Extend Jigoshop eCommerce with Payment Gateways, Shipping Methods, and various other plugins:

http://www.jigoshop.com/product-category/extensions/

To list some important ones:

1. Payment Gateways
* Authorize.Net
* SagePay
* 2Checkout
* Braintree
* Paypal

2. Shipping Methods
* Table Rate Shipping
* Premium Shipping
* Official UPS Shipping
* Per Product Shipping
* USPS Shipping

3. Misc Premium Extensions
* PDF Invoices
* Checkout Fields Manager
* Customer Discounts
* Official Duplicate Product
* Official Duplicate Orders

= MORE INFO =

Expand All @@ -49,6 +76,18 @@ Find out more on our official Jigoshop website:

http://www.jigoshop.com/

= BECOME A PART OF THE COMMUNITY =

You can become a part of the Jigoshop eCommerce in a variety of ways - either passively, by being a Jigoshop eCommerce user, or actively - let's focus on the latter:

* Core Development - Resolve potential bugs and make improvements to the core of the plugin and get rewarded for it - check out our <a href="https://www.jigoshop.com/development/core-contributors/" title="Core Contributors">Core Contributors</a> Section for more information.

* Theme Development - Create themes and increase their exposure by submitting them on our website - For more information visit our <a href="https://www.jigoshop.com/development/theme-developers/" title="Theme Developers">Theme Developers</a> Section.

* Extension Development -

* Language Translation - Provide Jigoshop eCommerce with your native language's translation. Check out our <a href="https://www.jigoshop.com/development/language-translations/" title="Language Translations">Language Translations</a> Section.

== Installation ==


Expand All @@ -58,13 +97,21 @@ http://www.jigoshop.com/
* The mod_rewrite Apache module (for permalinks)
* Some payment gateways require fsockopen support (for IPN access)

= Installation =
= Manual Installation =

1. Download the Jigoshop eCommerce plugin file
2. Unzip the file into a folder to your computer
3. Upload the `/jigoshop/` folder to the `/wp-content/plugins/` folder on your site
3. Upload the `/jigoshop-ecommerce/` folder to the `/wp-content/plugins/` folder on your site
4. Visit the plugins page in WordPress Admin to activate the Jigoshop plugin

= Automatic Installation =

1. Login to your WordPress Dashboard.
2. Go to Plugins -> Add New
3. Type "Jigoshop eCommerce" into the Search input
4. Click on "Install Now"
5. Click on "Activate"

= Setting up Jigoshop =

Take a look through our <a href="http://forum.jigoshop.com/kb/" title="Jigoshop usage guide">Jigoshop usage guides</a> to help you setup Jigoshop for the first time.
Expand All @@ -73,7 +120,7 @@ Take a look through our <a href="http://forum.jigoshop.com/kb/" title="Jigoshop

= Will Jigoshop eCommerce work with X theme? =

Jigoshop eCommerce will in theory work with any theme, but of course, certain parts may need to be styled using CSS to make them match up. We've added default styling for Twenty Thirteen,Twenty Fourteen,Twenty Fifteen,Twenty Sixteen and...WooThemes. We're developing custom themes for the plugin - they should be available soon!
Jigoshop eCommerce will in theory work with any theme, but of course, certain parts may need to be styled using CSS to make them match up - that's why we created the Layout Manager. We've added default styling for Twenty Thirteen,Twenty Fourteen,Twenty Fifteen,Twenty Sixteen and...WooThemes. We're developing custom themes for the plugin - they should be available soon!

If you need a theme built, or have a theme that needs styling, <a href="http://www.jigoshop.com/contact/">give us a shout</a> and we may be able to assist.

Expand Down Expand Up @@ -104,6 +151,8 @@ However, if you want priority, dedicated support from Jigoshop staff, we dp offe

== Changelog ==

= 2.0.10.1 - 2017.03.21 =
* Fix: Fatal error on product save.
= 2.0.10 - 2017.03.21 =
* Fix: Added Layout settings tab.
* Fix: Some action hook names.
Expand Down
2 changes: 1 addition & 1 deletion src/Jigoshop/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Core
{
const VERSION = '2.0.10';
const VERSION = '2.0.10.1';
const WIDGET_CACHE = 'jigoshop_widget_cache';
const TERMS = 'jigoshop_term';

Expand Down
4 changes: 2 additions & 2 deletions src/Jigoshop/Service/ProductService.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ public function save(EntityInterface $object)
$post['post_content'] = $fields['description'];
}
if(count($post)) {
$post['ID'] = $object->getId();
$this->wp->wpUpdatePost($post);
$wpdb = $this->wp->getWPDB();
$wpdb->update($wpdb->posts, $post, ['ID' => $object->getId()]);
}

unset($fields['id'], $fields['name'], $fields['description']);
Expand Down

0 comments on commit 5e41586

Please sign in to comment.