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
4797a197
Commit
4797a197
authored
Oct 14, 2021
by
Michael Iseard
Browse files
Add beta tag to version
parent
47474f53
Changes
1
Hide whitespace changes
Inline
Side-by-side
kudos-donations.php
View file @
4797a197
...
...
@@ -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: 3.1.0
* Version: 3.1.0
-beta
* Author: Iseard Media
* Author URI: https://iseard.media
* Requires at least: 5.5
...
...
@@ -52,7 +52,7 @@ if ( class_exists( Dotenv::class ) ) {
/**
* Define all the Kudos Donations constants for use throughout the plugin.
*/
define
(
'KUDOS_VERSION'
,
'3.1.0'
);
define
(
'KUDOS_VERSION'
,
'3.1.0
-beta
'
);
define
(
'KUDOS_PLUGIN_URL'
,
plugin_dir_url
(
__FILE__
)
);
define
(
'KUDOS_PLUGIN_DIR'
,
dirname
(
__FILE__
)
);
define
(
'KUDOS_STORAGE_URL'
,
wp_upload_dir
()[
'baseurl'
]
.
'/kudos-donations/'
);
...
...
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