Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 27, 2022
1 parent 490e8e9 commit 6cfbc3b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ before_deploy:
export BEFORE_DEPLOY_RUN=1;
git clone https://github.com/squizlabs/PHP_CodeSniffer.git phpcs;
git clone -b master https://github.com/WordPress/WordPress-Coding-Standards.git wpcs;
git clone https://github.com/$TRAVIS_RUN_BRANCH/travis-wp.git ../travis-ci;
cd phpcs;
./bin/phpcs --config-set installed_paths ../wpcs;
cd ../;
Expand All @@ -19,15 +18,7 @@ before_deploy:
rsync -r build/src/ build/$WORDPRESS_ORG_SLUG/;
cd build;
zip -r $TRAVIS_BUILD_DIR/$WORDPRESS_ORG_SLUG.zip $WORDPRESS_ORG_SLUG;
rm src/woocommerce-$TRAVIS_WHITELABEL.php || true;
mv ../../travis-ci/woocommerce-$TRAVIS_WHITELABEL.php src || true;
rm src/includes/class-wc-$TRAVIS_WHITELABEL-migration.php || true;
mv ../../travis-ci/class-wc-$TRAVIS_WHITELABEL-migration.php src/includes || true;
rm src/includes/admin/class-wc-$TRAVIS_WHITELABEL-admin-settings-page.php || true;
mv ../../travis-ci/class-wc-$TRAVIS_WHITELABEL-admin-settings-page.php src/includes/admin || true;
rm -rf src/docs;
rm -rf src/$TRAVIS_WHITELABEL-sdk || true;
rm -rf ../../travis-ci;
../phpcs/bin/phpcbf -n --standard=WordPress src/ --ignore=/src/$TRAVIS_WHITELABEL-sdk || true;
../phpcs/bin/phpcs -n --standard=WordPress src/ --ignore=/src/$TRAVIS_WHITELABEL-sdk || true;
cd ..;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This repository contains the wallee plugin that enables WooCommerce to process p

## Documentation

* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.0.9/docs/en/documentation.html)
* [Documentation](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.0/docs/en/documentation.html)

## Support

Expand All @@ -24,4 +24,4 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co

## License

Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/2.0.9/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/2.1.0/LICENSE) for more information.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,3 +443,5 @@ travis timeout fix

fixes for escaping output

major version update

2 changes: 1 addition & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/2.0.9/">
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/2.1.0/">
Source
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/class-wc-wallee-admin-settings-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function get_settings() {
$settings = array(
array(
'links' => array(
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.0.9/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.0/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://app-wallee.com/user/signup' => __( 'Sign Up', 'woo-wallee' ),
),
'type' => 'wallee_links',
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-wallee-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public static function check_version() {
public static function plugin_row_meta( $links, $file ) {
if ( WC_WALLEE_PLUGIN_BASENAME === $file ) {
$row_meta = array(
'docs' => '<a href="https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.0.9/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-wallee' ) . '">' . esc_html__( 'Documentation', 'woo-wallee' ) . '</a>',
'docs' => '<a href="https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.0/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-wallee' ) . '">' . esc_html__( 'Documentation', 'woo-wallee' ) . '</a>',
);

return array_merge( $links, $row_meta );
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: customwebgmbh
Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, invoice, packing slips, pdf, customer invoice, processing
Requires at least: 4.7
Tested up to: 6.0.3
Stable tag: 2.0.9
Stable tag: 2.1.0
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand All @@ -23,7 +23,7 @@ To use this extension, a wallee account is required. Sign up on [wallee](https:/

== Documentation ==

Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.0.9/docs/en/documentation.html).
Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/2.1.0/docs/en/documentation.html).

== Support ==

Expand Down Expand Up @@ -56,4 +56,4 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co
== Changelog ==


fixes for escaping output
major version update
6 changes: 3 additions & 3 deletions woocommerce-wallee.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: wallee
* Plugin URI: https://wordpress.org/plugins/woo-wallee
* Description: Process WooCommerce payments with wallee.
* Version: 2.0.9
* Version: 2.1.0
* License: Apache2
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: wallee AG
* Author URI: https://www.wallee.com
* Requires at least: 4.7
* Tested up to: 6.0.2
* Tested up to: 6.0.3
* WC requires at least: 3.0.0
* WC tested up to: 6.7.0
*
Expand Down Expand Up @@ -45,7 +45,7 @@ final class WooCommerce_Wallee {
*
* @var string
*/
private $version = '2.0.9';
private $version = '2.1.0';

/**
* The single instance of the class.
Expand Down

0 comments on commit 6cfbc3b

Please sign in to comment.