Skip to content
Snippets Groups Projects
Select Git revision
  • 0080907067355d72a492a80bc80e597ec3b1a0c2
  • master default protected
  • bugfix/wordpress-review
  • bugfix/prevent-error-notice
  • remove-arrow
  • feature/update-message
  • feature/minimum-plugin-version-check-demo1
  • feature/plugin-name
  • 3.7.1
  • 3.7.0
  • 3.6.3
  • 3.6.2
  • 3.6.1
  • 3.6.0
  • 3.6.0-beta3
  • 3.6.0-beta2
  • 3.6.0-beta1
  • 3.5.2
  • 3.5.1
  • 3.5.0
  • 3.4.0
  • 3.3.0
  • 3.2.8
  • 3.2.7
  • 3.2.6
  • 3.2.5
  • 3.2.4
  • 3.2.3
28 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    composer.json NaN GiB
    {
        "name": "wpdesk/wp-settings-field-sender-address",
        "description": "Library for displaying sender address in WooCommerce.",
        "license": "MIT",
        "keywords": ["woocommerce", "sender"],
        "homepage": "https://gitlab.com/wpdesk/wp-settings-sender-address",
        "minimum-stability": "stable",
        "authors": [
            {
                "name": "grola",
                "email": "grola@wpdesk.net"
            }
        ],
        "config": {
            "sort-packages": true,
            "platform": {
                "php": "5.6"
            }
        },
        "require": {
            "php": ">=5.6",
            "wpdesk/wpdesk-packer": "^2"
        },
        "require-dev": {
            "10up/wp_mock": "*",
            "mockery/mockery": "*",
            "phpunit/phpunit": "<7",
            "wp-coding-standards/wpcs": "^0.14.1",
            "squizlabs/php_codesniffer": "^3.0.2",
            "wimg/php-compatibility": "^8"
        },
        "autoload": {
    		"psr-4": {"WpDesk\\WooCommerce\\ShippingMethod\\Fields\\SenderAddress\\": "src/"}
        },
        "autoload-dev": {
        },
        "extra": {
            "text-domain": "wp-settings-field-sender-address",
            "translations-folder": "lang",
            "po-files": {
                "pl_PL": "pl_PL.po"
            }
        },
        "scripts": {
            "phpcs": "phpcs",
            "phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
            "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
            "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
            "phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
        }
    }