Skip to content

Commit

Permalink
version update redme changes
Browse files Browse the repository at this point in the history
version update redme changes
  • Loading branch information
gaminikhil committed Nov 22, 2024
1 parent f498997 commit cfe2d03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 63 deletions.
8 changes: 4 additions & 4 deletions checkout-fees-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Payment Gateway Based Fees and Discounts for WooCommerce
* Plugin URI: https://www.tychesoftwares.com/store/premium-plugins/payment-gateway-based-fees-and-discounts-for-woocommerce-plugin/
* Description: Set payment gateways fees and discounts in WooCommerce.
* Version: 2.14.0
* Version: 2.15.0
* Author: Tyche Softwares
* Author URI: https://www.tychesoftwares.com/
* Text Domain: checkout-fees-for-woocommerce
Expand All @@ -12,8 +12,8 @@
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires Plugins: woocommerce
* WC tested up to: 9.3.3
* Tested up to: 6.6.2
* WC tested up to: 9.4.2
* Tested up to: 6.7.1
* Requires PHP: 7.4
* WC requires at least: 5.0.0
*
Expand Down Expand Up @@ -62,7 +62,7 @@ final class Alg_Woocommerce_Checkout_Fees {
* @var string
* @since 2.1.0
*/
public $version = '2.14.0';
public $version = '2.15.0';

/**
* The single instance of the class.
Expand Down
66 changes: 7 additions & 59 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tychesoftwares
Donate link: https://www.paypal.me/TycheSoftwares
Tags: woocommerce, payment, gateway, fee, discount
Requires at least: 4.4
Tested up to: 6.6.2
Stable tag: 2.14.0
Tested up to: 6.7.1
Stable tag: 2.15.0
Requires PHP: 7.3
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -98,66 +98,14 @@ Plugin requires **minimum setup**: after enabling the fee/discount for selected
3. Go to "WooCommerce > Settings > Payment Gateway Based Fees and Discounts".

== External Services ==

=== Usage Tracking in Payment Gateway Based Fees and Discounts oor WooCommerce ===

This plugin includes a feature that sends non-sensitive usage tracking data to Tyche Softwares. The data is used solely for improving the plugin and its features based on how it is being used across different stores. The tracking is **optional**, and you can choose to opt-out at any time.

=== What is Tracked: ===

When you enable the usage tracking feature, the following information is sent to Tyche Softwares:

* Site URL
* WordPress admin email
* Theme
* WordPress version
* WordPress locale
* WordPress debug mode
* WordPress memory limit
* Webserver software & version
* PHP version
* Some PHP Settings like maximum post size, maximum input vars, if suhosin is enabled, if you have cURL, SOAP and fSock enabled
* MySQL version
* WooCommerce version
* List of activate plugins
* List of inactive plugins
* Plugin settings
* Enabled Payment Gateways in the plugin
* Payment Gateway Fees and how frequently are they updated along with other related settings for the same
* Number of products present on the site for each gateway.

This data helps Tyche Softwares understand how the plugin is being used, which features are popular, and identify areas for improvement.

=== How the Data is Used: ===

The data collected is used to:

* Improve the plugin’s functionality and performance.
* Gain insights into which features are most commonly used.
* Ensure compatibility with different versions of WordPress, WooCommerce, and PHP.

=== Sensitive Data: ===

The only sensitive information that is stored is the **admin email address**, which is kept to contact you regarding important updates or bug fixes related to the plugin. **No personal or business-critical data** is tracked or stored.

=== How and When Data is Sent: ===

The tracking data is sent automatically to our servers once you opt-in, and it will continue to be sent once a week thereafter.

=== Opt-In and Opt-Out: ===

* By default, usage tracking is enabled in the plugin settings.
* You can **opt-out** at any time by resetting the usage tracking option, which is located under the **Settings** tab of the plugin.

=== Link to Full Details: ===

For more information about the usage tracking, please visit our documentation:
[Payment Gateway Based Fees and Discounts](https://www.tychesoftwares.com/docs/payment-gateway-based-fees-and-discounts-for-woocommerce/usage-trackings-payment-gateways/)

By using this plugin, you consent to the collection of the data mentioned above for the purpose of improving the plugin. If you do not wish to share this data, you can easily opt-out via the plugin settings.
This plugin communicates with our tracking server to send usage data **only** if the user has explicitly opted in to usage tracking. For detailed information about what is tracked, please refer to our [usage tracking documentation](https://www.tychesoftwares.com/docs/payment-gateway-based-fees-and-discounts-for-woocommerce/usage-trackings-payment-gateways/).

== Changelog ==

= 2.15.0 - 22/11/2024 =
* Fix - Translation loading was triggered too early, causing errors when changing the site language in WordPress 6.7.
* Tweak - Removed the call to our tracking server to fetch the deactivation reasons and added them in the plugin itself.

= 2.14.0 - 22/10/2024 =
* Fix - Deactivation survey request was being sent even though 'Skip & deactivate' was selected while deactivating the plugin.
* Fix - Compatibility issue with the WooCommerce Authorize.Net Gateway plugin.
Expand Down

0 comments on commit cfe2d03

Please sign in to comment.