Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorspringwallee committed Jun 28, 2021
1 parent 75532e7 commit 483ee84
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ This repository contains the wallee WooCommerce Subscriptions addon that enables

## License

Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.8/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/woocommerce-subscription/blob/1.0.9/LICENSE) for more information.

4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@

* Dev - Updated to latest SDK and updated plugin versions.

= 1.0.9 - June 18, 2020 =

* Tested plugin against wordpress version 5.7.2 and woocommerce 5.3.0

1 change: 1 addition & 0 deletions docs/en/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ ol.glossary li::before {
}

.listingblock pre code {
display: block;
padding: 20px;
}

Expand Down
2 changes: 2 additions & 0 deletions docs/en/assets/base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(function($){

hljs.initHighlightingOnLoad();

$(document).ready(function(){
$('.col-right-wrapper').stick_in_parent({
parent: '.layout-content'
Expand Down
6 changes: 6 additions & 0 deletions docs/en/assets/highlight.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/en/assets/jquery.js

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions docs/en/assets/monokai-sublime.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
/*
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/

.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #23241f;
}

.hljs,
.hljs-tag,
.hljs-subst {
color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e;
}

.hljs-strong {
font-weight: bold;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}
4 changes: 3 additions & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="keywords" value="wallee, WooCommerce, Wordpress Plugin, WooCommerce Extension, WooCommerce Subscriptions, Subscriptions, Payment, Payment Integration, Documentation"><meta name="description" value="The documentation for the WooCommerce wallee Subscription plugin that enables processing subscriptions with wallee."> <link rel="canonical" href="https://plugin-documentation.wallee.com/wallee-payment/woocommerce-subscription/master/docs/en/documentation.html" />
<title>Documentation</title>
<link href="assets/monokai-sublime.css" rel="stylesheet" />
<link href="assets/base.css" rel="stylesheet" />
</head>
<body class="documentation">
Expand All @@ -21,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.8/">
<a href="https://github.com/wallee-payment/woocommerce-subscription/releases/tag/1.0.9/">
Source
</a>
</li>
Expand Down Expand Up @@ -143,6 +144,7 @@ <h1>
<script type="text/javascript" src="assets/jquery.js"></script>
<script type="text/javascript" src="assets/scrollspy.js"></script>
<script type="text/javascript" src="assets/sticky-kit.js"></script>
<script type="text/javascript" src="assets/highlight.js"></script>
<script type="text/javascript" src="assets/base.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: customwebgmbh
Tags: woocommerce wallee, woocommerce, wallee, payment, e-commerce, webshop, psp, subscription, recurring payment, processing
Requires at least: 4.7
Tested up to: 5.2.4
Stable tag: 1.0.8
Tested up to: 5.7.2
Stable tag: 1.0.9
License: Apache 2
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand Down Expand Up @@ -49,6 +49,6 @@ Therefore, it is necessary that you install the this plugin as well.

== Changelog ==

= 1.0.8 - November 20, 2019 =
= 1.0.9 - June 18, 2020 =

* Dev - Updated to latest SDK and updated plugin versions.
* Tested plugin against wordpress version 5.7.2 and woocommerce 5.3.0
8 changes: 4 additions & 4 deletions woocommerce-wallee-subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: WooCommerce wallee Subscription
* Plugin URI: https://wordpress.org/plugins/woo-wallee-subscription
* Description: Addon to processs WooCommerce Subscriptions with wallee
* Version: 1.0.8
* Version: 1.0.9
* License: Apache2
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Author: customweb GmbH
* Author URI: https://www.customweb.com
* Requires at least: 4.7
* Tested up to: 5.3.0
* Tested up to: 5.7.2
* WC requires at least: 3.0.0
* WC tested up to: 3.8.0
* WC tested up to: 5.3.0
*
* Text Domain: woo-wallee-subscription
* Domain Path: /languages/
Expand All @@ -36,7 +36,7 @@ final class WooCommerce_Wallee_Subscription
*
* @var string
*/
private $version = '1.0.8';
private $version = '1.0.9';

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

0 comments on commit 483ee84

Please sign in to comment.