You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,34 @@ This plugin integrates Woocommerce to Penny Black, to provide the data for, and
4
4
5
5
## Installation
6
6
7
-
### Quick Install
7
+
### Quick Install
8
8
9
9
The easiest way to install this plugin is to search for it within your Wordpress system, or download the latest from the [Wordpress Plugin Directory](https://wordpress.org/plugins/penny-black/).
10
10
11
-
12
11
### Manual build and install
13
12
14
-
* Download the latest release from the [releases page](https://github.com/pennyblack-io/woocommerce-pennyblack/releases)
15
-
* Extract the zip file and rename the folder to `penny-black`, removing the version number component.
16
-
* Inside the folder run `composer install --no-dev`.
17
-
* Create a zip file from the `penny-black` folder.
18
-
* Upload the folder to your WordPress site, either manually to the plugins directory, or via the admin interface on the plugins page.
19
-
* Install the plugin from the WordPress admin panel.
20
-
* Follow the settings link on the plugins page to configure the plugin:
21
-
* Set the API key that received from Penny Black support
22
-
* Enable order transmission
23
-
* If you fulfil your own orders through Woocommerce then enable the order admin extensions.
13
+
- Download the latest release from the [releases page](https://github.com/stordco/unbox-woocommerce-app/releases)
14
+
- Extract the zip file and rename the folder to `penny-black`, removing the version number component.
15
+
- Inside the folder run `composer install --no-dev`.
16
+
- Create a zip file from the `penny-black` folder.
17
+
- Upload the folder to your WordPress site, either manually to the plugins directory, or via the admin interface on the plugins page.
18
+
- Install the plugin from the WordPress admin panel.
19
+
- Follow the settings link on the plugins page to configure the plugin:
20
+
- Set the API key that received from Penny Black support
21
+
- Enable order transmission
22
+
- If you fulfil your own orders through Woocommerce then enable the order admin extensions.
24
23
25
24
## Development
26
25
27
26
### Releasing a new version of the plugin
28
27
29
-
* If a new version of the Penny Black PHP SDK is being used remember to update its version number in `composer.json`, and run `composer update`.
30
-
* Bump the plugin version number in the following 3 files:
31
-
*`penny-black.php`
32
-
*`readme.txt`
33
-
*`composer.json`
34
-
* Create a new release on GitHub, with the version number as the tag, and the version number as the title.
35
-
* On publishing a new tag a GitHub action will automatically deploy the updated version to the WordPress plugin repository. See our page [here](https://wordpress.org/plugins/penny-black/).
28
+
- If a new version of the Penny Black PHP SDK is being used remember to update its version number in `composer.json`, and run `composer update`.
29
+
- Bump the plugin version number in the following 3 files:
30
+
-`penny-black.php`
31
+
-`readme.txt`
32
+
-`composer.json`
33
+
- Create a new release on GitHub, with the version number as the tag, and the version number as the title.
34
+
- On publishing a new tag a GitHub action will automatically deploy the updated version to the WordPress plugin repository. See our page [here](https://wordpress.org/plugins/penny-black/).
36
35
37
36
### Releasing updated assets (screenshots, banners logos) to WP.org
Integrate with Penny Black to share data to power personalised printing.
11
11
12
12
== Description ==
@@ -20,7 +20,7 @@ The Woocommerce plugin integrates your store with Penny Black to transmit order
20
20
21
21
In addition to transmission you can use the Woocommerce orders admin to trigger prints. Penny Black inserts are usually printed at the point of pack in your fulfilment, and if you handle your own packing then you can trigger your prints directly through the Woocommerce admin
22
22
23
-
The plugin requires a Penny Black account to send orders and trigger prints. Find out more at [https://pennyblack.io](https://pennyblack.io).
23
+
The plugin requires a Penny Black account to send orders and trigger prints. Find out more at [https://www.stord.com/unbox](https://www.stord.com/unbox).
24
24
25
25
Once installed, use the Penny Black tab on the Woocommerce settings page to configure the plugin for use.
0 commit comments