Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
4f4d2883
Commit
4f4d2883
authored
Mar 03, 2021
by
Michael Iseard
Browse files
Update to 2.3.6
parent
a1cf9d64
Changes
2
Hide whitespace changes
Inline
Side-by-side
kudos-donations.php
View file @
4f4d2883
...
...
@@ -10,7 +10,7 @@
* Plugin Name: Kudos Donations
* Plugin URI: https://gitlab.iseard.media/michael/kudos-donations
* Description: Add a donation button to any page on your website. Easy & fast setup. Works with Mollie payments.
* Version: 2.3.
5
* Version: 2.3.
6
* Author: Iseard Media
* Author URI: https://iseard.media
* Requires at least: 5.5
...
...
@@ -41,7 +41,7 @@ if ( ! defined( 'WPINC' ) ) {
die
;
}
define
(
'KUDOS_VERSION'
,
'2.3.
5
'
);
define
(
'KUDOS_VERSION'
,
'2.3.
6
'
);
define
(
'KUDOS_PLUGIN_DIR'
,
dirname
(
__FILE__
)
);
define
(
'KUDOS_PLUGIN_URL'
,
plugin_dir_url
(
__FILE__
)
);
define
(
'KUDOS_STORAGE_DIR'
,
wp_upload_dir
()[
'basedir'
]
.
'/kudos-donations/'
);
...
...
readme.txt
View file @
4f4d2883
...
...
@@ -4,7 +4,7 @@ Tags: donation, mollie, payment, ideal, credit card
Requires at least: 5.5
Tested up to: 5.7
Requires PHP: 7.1
Stable tag: 2.3.
5
Stable tag: 2.3.
6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
@@ -100,6 +100,10 @@ e.g:
== Changelog ==
= 2.3.6 =
* Compatibility with WordPress 5.7
* Filter improvements
= 2.3.5 =
* Fix settings import
* Update TailwindCSS to 2.0.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment