Skip to content

Commit 5c12d38

Browse files
author
Chris Gårdenberg
committed
1.1.1
1 parent 5214dd8 commit 5c12d38

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: mnchga
33
Tags: booking, participants, courses, events, eduadmin, lega online, klarna
44
Requires at least: 4.7
5-
Tested up to: 5.1
6-
Stable tag: 1.1.0
5+
Tested up to: 5.3
6+
Stable tag: 1.1.1
77
Requires PHP: 5.2
88
License: GPL3
99
License-URI: https://www.gnu.org/licenses/gpl-3.0.en.html
@@ -28,6 +28,9 @@ Stats
2828

2929
== Changelog ==
3030

31+
### 1.1.1
32+
- feat: Added `type` to plugin info, so [EduAdmin-Wordpress](https://github.com/MultinetInteractive/EduAdmin-WordPress) will know it's a payment plugin
33+
3134
### 1.1.0
3235
- feat: Added event location (If applicable) and start/enddate (If applicable) to order rows
3336

class-edu-klarnacheckout.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public function __construct() {
77
$this->id = 'eduadmin-klarnacheckout';
88
$this->displayName = __( 'Klarna Checkout', 'eduadmin-wp-klarna-checkout' );
99
$this->description = '';
10+
$this->type = 'payment';
1011

1112
$this->init_form_fields();
1213
$this->init_settings();

eduadmin-wp-klarna-checkout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: EduAdmin Booking - Klarna Checkout-plugin
66
* Plugin URI: https://www.eduadmin.se
77
* Description: Plugin to EduAdmin Booking to enable Klarna Checkout-integration
8-
* Version: 1.1.0
8+
* Version: 1.1.1
99
* GitHub Plugin Uri: https://github.com/MultinetInteractive/eduadmin-wp-klarna-checkout
1010
* Requires at least: 4.7
1111
* Tested up to: 5.2

0 commit comments

Comments
 (0)