Plugin Directory

Changeset 3256737


Ignore:
Timestamp:
03/16/2025 07:59:53 PM (13 months ago)
Author:
typecta
Message:

Version 1.3.1: Updated plugin homepage URL, improved plugin description, enhanced plugin visibility, and removed unnecessary donate link.

Location:
donation-amount-tracker
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • donation-amount-tracker/trunk/donation-amount-tracker.php

    r3256695 r3256737  
    11<?php
    22/**
    3  * Plugin Name: Donation Amount Tracker
    4  * Plugin URI: https://typecta.com/plugins/donation-amount-tracker
    5  * Description: Track and display donation amounts based on WooCommerce orders.
    6  * Version: 1.3.0
     3 * The plugin bootstrap file
     4 *
     5 * @link              https://typecta.com
     6 * @since             1.0.0
     7 * @package           Donation_Amount_Tracker
     8 *
     9 * @wordpress-plugin
     10 * Plugin Name:       Donation Amount Tracker
     11 * Plugin URI:        https://typecta.com
     12 * Description:       Tracks and displays donation amounts from WooCommerce orders with a customizable display and progress bar.
     13 * Version:           1.3.1
    714 * Requires at least: 5.2
    8  * Requires PHP: 7.2
    9  * Author: Typecta
    10  * Author URI: https://typecta.com
    11  * License: GPL v2 or later
    12  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    13  * Text Domain: donation-amount-tracker
     15 * Requires PHP:      7.2
     16 * Author:            Typecta
     17 * Author URI:        https://typecta.com
     18 * License:           GPL-2.0+
     19 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     20 * Text Domain:       donation-amount-tracker
    1421 *
    1522 * WC requires at least: 3.0
     
    2330
    2431// Define plugin constants
    25 define('DONAMT_VERSION', '1.3.0');
     32define('DONAMT_VERSION', '1.3.1');
    2633define('DONAMT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2734define('DONAMT_PLUGIN_URL', plugin_dir_url(__FILE__));
  • donation-amount-tracker/trunk/readme.txt

    r3256695 r3256737  
    11=== Donation Amount Tracker ===
    22Contributors: typecta
    3 Donate link: https://typecta.com/plugins/donation-amount-tracker
    4 Tags: donations, woocommerce, tracking, progress bar
     3Tags: donations, woocommerce, tracking, fundraising, charity
    54Requires at least: 5.2
    65Tested up to: 6.7
    7 Stable tag: 1.3.0
     6Stable tag: 1.3.1
    87Requires PHP: 7.2
    98License: GPLv2 or later
    10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1110WC requires at least: 3.0
    1211WC tested up to: 8.0
    1312
    14 Track and display donation amounts from WooCommerce orders with a customizable display and progress bar.
     13Track and display donation amounts from WooCommerce orders with customizable progress bars and displays for fundraising campaigns.
    1514
    1615== Description ==
    1716
    18 Donation Amount Tracker is a WordPress plugin that helps you track and display donation amounts from your WooCommerce orders. It provides flexible options for calculating donations based on orders or products and offers multiple display styles including a customizable progress bar.
    19 
    20 **Key Features:**
    21 
    22 * Calculate donations per order or per product
    23 * Display total donations with customizable text
    24 * Progress bar with goal tracking
    25 * Campaign mode with date range filtering
    26 * Customizable colors and styling
    27 * Shortcode support for easy integration
    28 * Initial amount and multiplier options
    29 * Live AJAX updates
    30 * Object-oriented architecture
    31 * Secure and optimized code
    32 * Compatible with WooCommerce HPOS
     17**Transform your WooCommerce store into a powerful fundraising platform with Donation Amount Tracker - the ultimate donation tracking solution for WordPress.**
     18
     19Donation Amount Tracker seamlessly integrates with WooCommerce to help you track, display, and manage donation amounts from your orders. Whether you're running a nonprofit organization, managing a charity campaign, or tracking corporate giving, this plugin provides all the tools you need for effective donation management.
     20
     21**🎯 Perfect For:**
     22* Nonprofit Organizations
     23* Charity Campaigns
     24* Fundraising Events
     25* Corporate Giving Programs
     26* Community Projects
     27* School Fundraisers
     28* Church Donations
     29* Environmental Causes
     30
     31**🚀 Key Features:**
     32
     33* **Flexible Donation Calculations:**
     34  * Track donations per order or per product
     35  * Set custom donation values (e.g., $1 per order/product)
     36  * Apply donation multipliers for matching campaigns
     37  * Set initial amounts for existing donations
     38
     39* **Professional Display Options:**
     40  * Clean, modern progress bar
     41  * Customizable text displays
     42  * Styled amount presentations
     43  * Mobile-responsive design
     44  * Real-time AJAX updates
     45
     46* **Campaign Management:**
     47  * Date range filtering
     48  * Goal setting and tracking
     49  * Campaign progress monitoring
     50  * Detailed order breakdown
     51  * Multiple concurrent campaigns
     52
     53* **Customization & Styling:**
     54  * Custom colors and themes
     55  * Prefix and suffix text options
     56  * Progress bar customization
     57  * Custom CSS support
     58  * Responsive design
     59
     60* **Advanced Features:**
     61  * WooCommerce HPOS compatible
     62  * Live amount updates
     63  * Secure code implementation
     64  * Performance optimized
     65  * Developer friendly
     66
     67* **Easy Integration:**
     68  * Simple shortcode system
     69  * Widget compatibility
     70  * Template tags for developers
     71  * Works with any WordPress theme
     72  * Gutenberg compatible
     73
     74**🔌 Simple Integration**
     75Use the `[donamt_donation_amount]` shortcode to display donation amounts anywhere on your site. Customize the display with various parameters to match your website's design and messaging.
     76
     77**🛡️ Security & Performance**
     78Built with security and performance in mind, featuring:
     79* Secure data handling
     80* Optimized database queries
     81* Clean, efficient code
     82* Regular updates
     83* Professional support
     84
     85**🎨 Display Examples:**
     861. "We've raised $5,000 out of $10,000"
     872. "73% towards our goal!"
     883. "Total Donations: $15,789"
     894. Custom progress bars with your brand colors
     90
     91**💼 Professional Features:**
     92* Campaign date filtering
     93* Goal amount tracking
     94* Multiple display styles
     95* Custom calculation methods
     96* Detailed reporting options
     97
     98**🔧 Developer Friendly:**
     99* Well-documented code
     100* Action and filter hooks
     101* Custom CSS support
     102* Template overrides
     103* Extensible architecture
     104
     105Transform your WooCommerce store into a powerful fundraising platform today with Donation Amount Tracker!
    33106
    34107== Installation ==
     
    90163
    91164== Changelog ==
     165
     166= 1.3.1 =
     167* Changed: Updated plugin homepage URL
     168* Changed: Improved plugin description and documentation
     169* Changed: Enhanced plugin visibility in WordPress.org directory
     170* Removed: Unnecessary donate link
    92171
    93172= 1.3.0 =
Note: See TracChangeset for help on using the changeset viewer.