Skip to content

Commit

Permalink
Release 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Jul 22, 2024
1 parent 40ce633 commit c2b2f54
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 12 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ This repository contains the wallee plugin that enables WooCommerce to process p

## Documentation

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

## Support

Expand All @@ -34,5 +33,4 @@ ____________________________________________________________________________

## License

Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/3.0.9
/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/woocommerce/blob/3.0.9/LICENSE) for more information.
1 change: 1 addition & 0 deletions build/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('@woocommerce/blocks-registry', 'react', 'wp-element', 'wp-polyfill'), 'version' => 'b53687c38b284a0c8c13');
1 change: 1 addition & 0 deletions build/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/3.0.9
/">
<a href="https://github.com/wallee-payment/woocommerce/releases/tag/3.0.9/">
Source
</a>
</li>
Expand Down
Binary file added docs/en/resource/method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en/resource/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions includes/admin/class-wc-wallee-admin-settings-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ public function get_settings() {
$settings = array(
array(
'links' => array(
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.9
/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.9/docs/en/documentation.html' => __( 'Documentation', 'woo-wallee' ),
'https://app-wallee.com/user/signup' => __( 'Sign Up', 'woo-wallee' ),
),
'type' => 'wallee_links',
Expand Down
3 changes: 1 addition & 2 deletions includes/class-wc-wallee-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,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/3.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/3.0.9/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
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +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/3.0.9
/docs/en/documentation.html).
Additional documentation for this plugin is available [here](https://plugin-documentation.wallee.com/wallee-payment/woocommerce/3.0.9/docs/en/documentation.html).

== Support ==

Expand Down

0 comments on commit c2b2f54

Please sign in to comment.