Skip to content

Commit

Permalink
Update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kawsarahmedr committed Jul 30, 2024
1 parent b09fd43 commit 2d111f3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
29 changes: 16 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Donation Manager for WooCommerce ===
Contributors: pluginever
===WC Donation Manager - Effortlessly Collect Donations Through WooCommerce===
Contributors: pluginever, manikmist09
Tags: donation, donations, donate, help, charitable
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -15,17 +15,19 @@ Donation Manager for WooCommerce is a powerful & user-friendly WordPress plugin

=== ✨ Donation Manager for WooCommerce Features: ===

- **Donation Campaign Options:** Ability to create donation campaign with the varieties of campaign options.
- **Donation Products:** Ability to create donation products.
- **Donation Options:** Ability to update donation settings with the varieties of options.
- **Donation Emails:** Ability to sent donation custom mail to the donors.
- **Donor's data:** Ability to track donors list with the donation amount. - PRO
- **Donation Settings:** Ability to update donation settings with the varieties of plugin options.
- **Donation Emails:** Ability to sent donation custom email to the donors after the successful donation. - PRO

== Installation ==

= Minimum requirements =

* WordPress 5.0 or greater
* WooCommerce 5.0 or greater
* PHP version 5.6 or greater
* PHP version 7.4 or greater
* MySQL version 5.6 or greater
* MariaDB version 10 or later

Expand All @@ -47,10 +49,11 @@ Automatic updates should work like a charm; as always though, ensure you backup
== Screenshots ==

== Changelog ==
= 1.0.1 (July 30, 2024) =
* New Feature: Add a new feature to create donation campaigns.
* Enhance: Updating and creating campaigns
* Fix: Few known issues.
* Notice: THis is a major release, please update the plugin as per your needs.

= 1.0.0 (Jun 12, 2024) =
* Initial Release

== Changelog (July 03, 2024) ==
= 1.0.1 =
* Enhance: Add new features.
* Fix: Few known issues.
30 changes: 15 additions & 15 deletions wc-donation-manager.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?php
/**
* Plugin Name: Donation Manager for WooCommerce
* Description: A powerful and user-friendly WordPress plugin designed to seamlessly integrate donation functionality into the WooCommerce platform. This plugin is the ultimate solution for effortlessly managing and receiving donations for a charitable organization, a non-profit, or a business looking to support a cause.
* Version: 1.0.1
* Plugin URI: https://pluginever.com/plugins/wc-donation-manager/
* Author: PluginEver
* Author URI: https://pluginever.com/
* Text Domain: wc-donation-manager
* Domain Path: /languages
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Requires PHP: 7.4
* Tested up to: 6.5
* Requires at least: 5.2
* Plugin Name: WC Donation Manager
* Plugin URI: https://pluginever.com/plugins/wc-donation-manager/
* Description: A powerful and user-friendly WordPress plugin designed to seamlessly integrate donation functionality into the WooCommerce platform. This plugin is the ultimate solution for effortlessly managing and receiving donations for a charitable organization, a non-profit, or a business looking to support a cause.
* Version: 1.0.1
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: PluginEver
* Author URI: https://pluginever.com/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wc-donation-manager
* Domain Path: /languages
* Tested up to: 6.6
* WC requires at least: 3.0.0
* WC tested up to: 9.0.1
* Requires Plugins: woocommerce
* WC tested up to: 9.1
* Requires Plugins: woocommerce
*
* @package WooCommerceDonationManager
*
Expand Down

0 comments on commit 2d111f3

Please sign in to comment.