Changeset 3256737
- Timestamp:
- 03/16/2025 07:59:53 PM (13 months ago)
- Location:
- donation-amount-tracker
- Files:
-
- 28 added
- 2 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/admin (added)
-
tags/1.3.1/admin/class-donation-amount-tracker-admin.php (added)
-
tags/1.3.1/admin/partials (added)
-
tags/1.3.1/admin/partials/donation-amount-tracker-admin-display.php (added)
-
tags/1.3.1/assets (added)
-
tags/1.3.1/assets/css (added)
-
tags/1.3.1/assets/css/admin.css (added)
-
tags/1.3.1/assets/css/public.css (added)
-
tags/1.3.1/assets/js (added)
-
tags/1.3.1/assets/js/admin.js (added)
-
tags/1.3.1/assets/js/donation-amount.js (added)
-
tags/1.3.1/assets/js/public.js (added)
-
tags/1.3.1/donation-amount-tracker.php (added)
-
tags/1.3.1/includes (added)
-
tags/1.3.1/includes/class-donation-amount-tracker-activator.php (added)
-
tags/1.3.1/includes/class-donation-amount-tracker-calculator.php (added)
-
tags/1.3.1/includes/class-donation-amount-tracker-deactivator.php (added)
-
tags/1.3.1/includes/class-donation-amount-tracker-loader.php (added)
-
tags/1.3.1/includes/class-donation-amount-tracker.php (added)
-
tags/1.3.1/public (added)
-
tags/1.3.1/public/class-donation-amount-tracker-public.php (added)
-
tags/1.3.1/public/partials (added)
-
tags/1.3.1/public/partials/donation-amount-tracker-progress-display.php (added)
-
tags/1.3.1/public/partials/donation-amount-tracker-styled-display.php (added)
-
tags/1.3.1/public/partials/donation-amount-tracker-text-display.php (added)
-
tags/1.3.1/readme.txt (added)
-
tags/1.3.1/uninstall.php (added)
-
trunk/donation-amount-tracker.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
donation-amount-tracker/trunk/donation-amount-tracker.php
r3256695 r3256737 1 1 <?php 2 2 /** 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 7 14 * Requires at least: 5.2 8 * Requires PHP: 7.29 * Author: Typecta10 * Author URI: https://typecta.com11 * License: GPL v2 or later12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html13 * Text Domain: donation-amount-tracker15 * 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 14 21 * 15 22 * WC requires at least: 3.0 … … 23 30 24 31 // Define plugin constants 25 define('DONAMT_VERSION', '1.3. 0');32 define('DONAMT_VERSION', '1.3.1'); 26 33 define('DONAMT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 27 34 define('DONAMT_PLUGIN_URL', plugin_dir_url(__FILE__)); -
donation-amount-tracker/trunk/readme.txt
r3256695 r3256737 1 1 === Donation Amount Tracker === 2 2 Contributors: typecta 3 Donate link: https://typecta.com/plugins/donation-amount-tracker 4 Tags: donations, woocommerce, tracking, progress bar 3 Tags: donations, woocommerce, tracking, fundraising, charity 5 4 Requires at least: 5.2 6 5 Tested up to: 6.7 7 Stable tag: 1.3. 06 Stable tag: 1.3.1 8 7 Requires PHP: 7.2 9 8 License: GPLv2 or later 10 License URI: http s://www.gnu.org/licenses/gpl-2.0.html9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 10 WC requires at least: 3.0 12 11 WC tested up to: 8.0 13 12 14 Track and display donation amounts from WooCommerce orders with a customizable display and progress bar.13 Track and display donation amounts from WooCommerce orders with customizable progress bars and displays for fundraising campaigns. 15 14 16 15 == Description == 17 16 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 19 Donation 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** 75 Use 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** 78 Built 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:** 86 1. "We've raised $5,000 out of $10,000" 87 2. "73% towards our goal!" 88 3. "Total Donations: $15,789" 89 4. 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 105 Transform your WooCommerce store into a powerful fundraising platform today with Donation Amount Tracker! 33 106 34 107 == Installation == … … 90 163 91 164 == 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 92 171 93 172 = 1.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.