Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-donation-manager",
"version": "1.1.2",
"version": "1.1.3",
"description": "Easily manage and collect donations with WooCommerce. It provides a seamless solution for receiving donations for charitable organizations, non-profits, or businesses supporting a cause.",
"author": "ByteEver Team",
"license": "GPL-2.0-or-later",
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Donation Manager for WooCommerce - Effortlessly Collect & Manage Donations ===
Contributors: pluginever, manikmist09
Tags: donation, donations, donate, help, charitable
Tested up to: 6.9
Stable tag: 1.1.2
Tested up to: 7.0
Stable tag: 1.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -128,6 +128,12 @@ If you encounter a bug or have a feature request for the Donation Manager for Wo
Upgrade to PRO to unlock additional features: [Upgrade to PRO](https://pluginever.com/plugins/woocommerce-donation-manager-pro/?utm_source=product-page-wordpress.org&utm_medium=product-page-wordpress.org&utm_campaign=product-page-wordpress.org)

== Changelog ==
= 1.1.3 (4th June 2026) =
* Enhancement: Added a WYSIWYG editor to the Cause section for rich content formatting.
* Enhancement: Added configurable donation behavior after campaign goal completion.
* Enhancement: Improved donation form UI/UX for better usability and streamlined user experience.
* Compatibility: Checked compatibility with the latest version of WooCommerce(v10.8.1) and WordPress (V7.0).

= 1.1.2 (20th April 2026) =
* Minor maintenance update.
* Compatibility: Checked compatibility with the latest version of WooCommerce (v10.7).
Expand Down
6 changes: 3 additions & 3 deletions wc-donation-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Donation Manager
* Plugin URI: https://pluginever.com/plugins/woocommerce-donation-manager-pro/
* Description: Easily manage and collect donations with WooCommerce. It provides a seamless solution for receiving donations for charitable organizations, non-profits, or businesses supporting a cause.
* Version: 1.1.2
* Version: 1.1.3
* Requires at least: 5.2
* Tested up to: 6.9
* Tested up to: 7.0
* Requires PHP: 7.4
* Author: PluginEver
* Author URI: https://pluginever.com/
Expand All @@ -14,7 +14,7 @@
* Text Domain: wc-donation-manager
* Domain Path: /languages
* WC requires at least: 3.0.0
* WC tested up to: 10.7
* WC tested up to: 10.8
* Requires Plugins: woocommerce
*
* @link https://pluginever.com
Expand Down
Loading