-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.txt
65 lines (47 loc) · 1.98 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
=== PublishPress Checklists Plugin Bootstrap ===
Contributors: publishpress
Author: PublishPress
Author URI: https://publishpress.com
Tags: publishpress, checklist
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.8
Stable tag: 2.0.2
WC requires at least: 3.0.0
WC tested up to: 3.3.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Bootstrap for a plugin to extend PublishPress implementing additional requirements to the checklist.
== Description ==
Bootstrap for a plugin to extend PublishPress implementing additional requirements to the checklist.
== Installation ==
There're two ways to install PublishPress plugin:
**Through your WordPress site's admin**
1. Go to your site's admin page;
2. Access the "Plugins" page;
3. Click on the "Add New" button;
4. Search for "PublishPress WooCommerce Checklist";
5. Install PublishPress WooCommerce Checklist plugin;
6. Activate the PublishPress WooCommerce Checklist plugin.
**Manually uploading the plugin to your repository**
1. Download the PublishPress WooCommerce Checklist plugin zip file;
2. Upload the plugin to your site's repository under the *"/wp-content/plugins/"* directory;
3. Go to your site's admin page;
4. Access the "Plugins" page;
5. Activate the PublishPress WooCommerce Checklist plugin.
== Usage ==
- Make sure you have PublishPress plugin installed and active;
- Go to PublishPress Settings page, click on "Checklist" tab and customize its options at will;
- That's it.
== Changelog ==
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
= [2.0.2] - Feb 11 2022 =
* Changed: Refactored the code to simplify the structure;
= [2.0.1] - Sep 29 2021 =
* Fixed: Remove dependency of the deprecated library "alledia/publishpress-addon-library";
= [2.0.0] - Jan 30 2019 =
* Fixed: Refactored for PublishPress Checklists v2.0.0;
* Fixed: Fix the version constants for assets;
= [1.0.0] - Jun 13 2018 =
* First release