thekitchenagency/swiss-post-labels

WooCommerce plugin for printing Swiss Post «Barcode» shipping labels.

v1.3.0-RC1 2018-08-09 17:45 UTC

This package is auto-updated.

Last update: 2024-05-10 00:21:16 UTC


README

WooCommerce plugin for printing Swiss Post «Barcode» shipping labels.

About

TODO

Installation

This plugin is not published to the Wordpress Plugin directory. Instead you can install it via manual upload in WordPress, or using Composer.

See CHANGELOG.md for version information.

Manual Installation

  1. Download the plugin as a ZIP file: swiss-post-labels-master.zip.
  2. Upload the ZIP file inside the WordPress admin website, according to the Manual Installation procedure.

Install with Composer

This plugin is published on Packagist as thekitchenagency/swiss-post-labels.

The package uses composer/installers to allow installing to a custom folder like wp-content/plugins/. Its package type is "wordpress-plugin". This is the same type that WPackagist uses, so you can easily mix it with packages installed from that source.

1: Create or adjust your project's composer.json like this:

{
  "name": "...",
  "require": {
    "thekitchenagency/swiss-post-labels": "*"
  },
  "extra": {
    "installer-paths": {
      "wp-content/plugins/{$name}/": [
        "type:wordpress-plugin"
      ]
    }
  }
}

2: Install with:

composer install

Usage

TODO

Development

See HACKING.md.