From 4405f9aa0f2e4537ce7cbf4db1c4ddd27116e07d Mon Sep 17 00:00:00 2001 From: Saulius Usonis Date: Wed, 9 Nov 2022 16:16:21 +0200 Subject: [PATCH] Release 1.1.2 --- .travis.yml | 6 +++--- README.md | 2 +- changelog.txt | 8 ++++++++ docs/en/documentation.html | 2 +- readme.txt | 12 ++---------- woocommerce-wallee-subscription.php | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75065cf..1c5b573 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,18 +7,18 @@ before_deploy: git clone -b master https://github.com/WordPress/WordPress-Coding-Standards.git wpcs; cd phpcs; ./bin/phpcs --config-set installed_paths ../wpcs; - cd ../; + cd ..; mkdir build; mkdir build/src; - rsync -r --exclude 'build' --exclude 'wpcs' --exclude 'phpcs' --exclude '.git' --exclude '.travis.yml' --exclude 'README.md' . build/src; + rsync -r --exclude 'build' --exclude '.git' --exclude 'phpcs' --exclude 'wpcs' --exclude '.travis.yml' --exclude 'README.md' . build/src; perl -plne 'print "$ENV{'FEATURES'}" if(/== Installation ==/); print "$ENV{'FAQ_ENTRIES'}" if(/== Changelog ==/);' build/src/readme.txt > build/src/readme_mod.txt; rm build/src/readme.txt; mv build/src/readme_mod.txt build/src/readme.txt; mkdir build/$WORDPRESS_ORG_SLUG; rsync -r build/src/ build/$WORDPRESS_ORG_SLUG/; - rm -rf build/src/docs cd build; zip -r $TRAVIS_BUILD_DIR/$WORDPRESS_ORG_SLUG.zip $WORDPRESS_ORG_SLUG; + rm -rf src/docs; ../phpcs/bin/phpcbf -n --standard=WordPress src/ || true; ../phpcs/bin/phpcs -n --standard=WordPress src/ || true; cd ..; diff --git a/README.md b/README.md index c14f757..8cb966a 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ This repository contains the wallee Subscriptions addon that enables WooCommerce ## License -Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.1.1/LICENSE) for more information. +Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.1.2/LICENSE) for more information. diff --git a/changelog.txt b/changelog.txt index cfa030e..50183d2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -66,3 +66,11 @@ Bug fix, if space_view_id is not set, it does not send it to the service portal. - Wordpress: 6.1 - Woocommerce: 6.7.0 +## Bugfixes: +- Travis file fix, no changes made to the plugin codebase + +## Tested against: +- PHP 7.4.32 +- Wordpress: 6.1 +- Woocommerce: 6.7.0 + diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 8fe9641..d3fc997 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -22,7 +22,7 @@

Documentation

  • - + Source
  • diff --git a/readme.txt b/readme.txt index 90f0dde..625c774 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: customwebgmbh Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing Requires at least: 4.7 Tested up to: 6.0.1 -Stable tag: 1.1.1 +Stable tag: 1.1.2 License: Apache 2 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -49,16 +49,8 @@ Therefore, it is necessary that you install the this plugin as well. == Changelog == -## Features: -- Support of Wordpress 6.1 -- Support of Woocommerce 7.0.1 - ## Bugfixes: -- Tested up to latest WP and WC versions. -- Security fixes for sanitation, escaping and validation. -- PHPCS and trademark fixes. -- Removed unnecessary documentation files, as they are available online. -- Removed calls to remote files for deprecated features. +- Travis file fix, no changes made to the plugin codebase ## Tested against: - PHP 7.4.32 diff --git a/woocommerce-wallee-subscription.php b/woocommerce-wallee-subscription.php index cc777dd..e0c6713 100644 --- a/woocommerce-wallee-subscription.php +++ b/woocommerce-wallee-subscription.php @@ -3,7 +3,7 @@ * Plugin Name: wallee Subscription * Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription * Description: Addon to process WooCommerce Subscriptions with wallee - * Version: 1.1.1 + * Version: 1.1.2 * License: Apache2 * License URI: http://www.apache.org/licenses/LICENSE-2.0 * Author: wallee AG @@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription { * * @var string */ - private $version = '1.1.1'; + private $version = '1.1.2'; /** * The single instance of the class.