Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWood committed Apr 2, 2022
1 parent 5d78263 commit 3193d4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**License:** GPLv2 or later
**Requires at least:** 4.9
**Tested up to:** 5.8.2
**Stable tag:** 1.4.4
**Stable tag:** 1.4.5

A FREE Minecraft Donation plugin which works in conjunction with my [WooMinecraft java plugin](/~https://github.com/woominecraft/woominecraft) for Minecraft to provide a self-hosted donation platform.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jaywood/woominecraft-wp",
"description": "A minecraft donation plugin for WordPress",
"version": "1.4.4",
"version": "1.4.5",
"type": "wordpress-plugin",
"license": "GPLv2",
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jaycodez
Tags: minecraft, woocommerce, donations
Requires at least: 4.4.2
Tested up to: 5.8.2
Stable tag: 1.4.4
Stable tag: 1.4.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 2 additions & 2 deletions woominecraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://woominecraft.com
Description: A WooCommerce plugin which allows donations and commands to be sent to your Minecraft server.
Author: Jerry Wood
Version: 1.4.4
Version: 1.4.5
License: GPLv2
Text Domain: woominecraft
Domain Path: /languages
Expand All @@ -17,7 +17,7 @@

define( 'WMC_INCLUDES', plugin_dir_path( __FILE__ ) . 'includes/' );
define( 'WMC_URL', plugin_dir_url( __FILE__ ) );
define( 'WMC_VERSION', '1.4.4' );
define( 'WMC_VERSION', '1.4.5' );

// Require the helpers file, for use in :allthethings:
require_once WMC_INCLUDES . 'helpers.php';
Expand Down

0 comments on commit 3193d4e

Please sign in to comment.