Skip to content

Commit 6370e33

Browse files
Release 3.0.5
1 parent 4cfdfb5 commit 6370e33

5 files changed

+6
-12
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ This repository contains the PostFinance Checkout plugin that enables WooCommerc
1616

1717
## Documentation
1818

19-
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5
20-
/docs/en/documentation.html)
19+
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5/docs/en/documentation.html)
2120

2221
## Support
2322

@@ -34,5 +33,4 @@ ____________________________________________________________________________
3433

3534
## License
3635

37-
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.0.5
38-
/LICENSE) for more information.
36+
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.0.5/LICENSE) for more information.

docs/en/documentation.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ <h2>Documentation</h2> </div>
2323
</a>
2424
</li>
2525
<li>
26-
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.0.5
27-
/">
26+
<a href="https://github.com/pfpayments/woocommerce/releases/tag/3.0.5/">
2827
Source
2928
</a>
3029
</li>

includes/admin/class-wc-postfinancecheckout-admin-settings-page.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ public function get_settings() {
187187
$settings = array(
188188
array(
189189
'links' => array(
190-
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5
191-
/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
190+
'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5/docs/en/documentation.html' => __( 'Documentation', 'woo-postfinancecheckout' ),
192191
'https://checkout.postfinance.ch/en-ch/user/signup' => __( 'Sign Up', 'woo-postfinancecheckout' ),
193192
),
194193
'type' => 'postfinancecheckout_links',

includes/class-wc-postfinancecheckout-migration.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ public static function check_version() {
249249
public static function plugin_row_meta( $links, $file ) {
250250
if ( WC_POSTFINANCECHECKOUT_PLUGIN_BASENAME === $file ) {
251251
$row_meta = array(
252-
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5
253-
/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
252+
'docs' => '<a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5/docs/en/documentation.html" aria-label="' . esc_attr__( 'View Documentation', 'woo-postfinancecheckout' ) . '">' . esc_html__( 'Documentation', 'woo-postfinancecheckout' ) . '</a>',
254253
);
255254

256255
return array_merge( $links, $row_meta );

readme.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ To use this extension, a PostFinance Checkout account is required. Sign up on [P
2323

2424
== Documentation ==
2525

26-
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5
27-
/docs/en/documentation.html).
26+
Additional documentation for this plugin is available [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.0.5/docs/en/documentation.html).
2827

2928
== Support ==
3029

0 commit comments

Comments
 (0)