-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
28 lines (20 loc) · 968 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=== Now part of WooCommerce 2.5 ===
As of WooCommerce 2.5 this extension is now part of WooCommerce core, if you have run this prior you can simply remove the plugin and it will seamlessly switch over to use WooCommerce 2.5 version keeping all your current sessions in tact.
=== WooCommerce Large Sessions ===
Contributors: kloon, woothemes
Donate link: http://gerhardpotgieter.com/donate/
Tags: woocommerce, sessions, memcache, scaling
Requires at least: 3.0.1
Tested up to: 4.2.2
Stable tag: 1.0.0
License: GPLv3 or later
License URI: hhttp://www.gnu.org/licenses/gpl-3.0.html
Scalable WooCommerce session handling.
== Description ==
Offloads WooCommerce sessions from the wp_options table to a custom table with wp_cache functionality built ontop
== Installation ==
1. Upload `woocommerce-large-sessions` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.0.0 =
* First release