Changeset 3335330
- Timestamp:
- 07/28/2025 11:36:39 AM (7 months ago)
- Location:
- ppa-for-fluentforms
- Files:
-
- 32 added
- 3 edited
-
tags/11.02 (added)
-
tags/11.02/app (added)
-
tags/11.02/app/App.php (added)
-
tags/11.02/app/Hooks (added)
-
tags/11.02/app/Hooks/Handlers (added)
-
tags/11.02/app/Hooks/Handlers/AdminMenuHandlers.php (added)
-
tags/11.02/app/Http (added)
-
tags/11.02/app/Http/Controllers (added)
-
tags/11.02/app/Http/Controllers/FFPayFormsController.php (added)
-
tags/11.02/app/Models (added)
-
tags/11.02/app/Models/FFPayForms.php (added)
-
tags/11.02/app/Views (added)
-
tags/11.02/app/Views/ffpay-admin-dashboard.php (added)
-
tags/11.02/composer.json (added)
-
tags/11.02/index.php (added)
-
tags/11.02/languages (added)
-
tags/11.02/ppa-for-fluentforms.php (added)
-
tags/11.02/public (added)
-
tags/11.02/public/assets (added)
-
tags/11.02/public/assets/main.css (added)
-
tags/11.02/public/assets/main.js (added)
-
tags/11.02/readme.txt (added)
-
tags/11.02/vendor (added)
-
tags/11.02/vendor/autoload.php (added)
-
tags/11.02/vendor/composer (added)
-
tags/11.02/vendor/composer/ClassLoader.php (added)
-
tags/11.02/vendor/composer/LICENSE (added)
-
tags/11.02/vendor/composer/autoload_classmap.php (added)
-
tags/11.02/vendor/composer/autoload_namespaces.php (added)
-
tags/11.02/vendor/composer/autoload_psr4.php (added)
-
tags/11.02/vendor/composer/autoload_real.php (added)
-
tags/11.02/vendor/composer/autoload_static.php (added)
-
trunk/app/App.php (modified) (1 diff)
-
trunk/ppa-for-fluentforms.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ppa-for-fluentforms/trunk/app/App.php
r3335326 r3335330 24 24 define( 'FLUENTFORMS_PAYTAILS_BUILD_PATH', FLUENTFORMS_PAYTAILS_PATH . '/public/assets' ); 25 25 define( 'FLUENTFORMS_PAYTAILS_BUILD_URL', FLUENTFORMS_PAYTAILS_URL . '/public/assets' ); 26 define( 'FLUENTFORMS_PAYTAILS_VERSION', '11.0 1' );26 define( 'FLUENTFORMS_PAYTAILS_VERSION', '11.02' ); 27 27 } 28 28 } -
ppa-for-fluentforms/trunk/ppa-for-fluentforms.php
r3335326 r3335330 10 10 * Plugin URI: https://wordpress.org/plugins/fluentforms-paytails 11 11 * Description: PPA for Fluent Forms - Advance Payment Analytics for Payments Forms 12 * Version: 11.0 112 * Version: 11.02 13 13 * Requires at least: 5.2 14 14 * Requires PHP: 7.2 -
ppa-for-fluentforms/trunk/readme.txt
r3335326 r3335330 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 11.0 18 Stable tag: 11.02 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 12 Tracks total payments and analytics for Fluent Forms submissions, ideal for businesses, freelancers, and non-profits. 13 13 14 == Description == 15 14 16 [youtube https://www.youtube.com/watch?v=y74EvBEYNO4&t=32s] 15 16 == Description ==17 17 18 18 Fluent Forms Paytails is a powerful and user-friendly analytics plugin built specifically for users of Fluent Forms, the popular WordPress form builder. If you're accepting payments through Fluent Forms on your website, this plugin gives you a crystal-clear overview of all payment activities, transaction insights, and revenue reports, all from a centralized dashboard. … … 94 94 == Changelog == 95 95 96 = 11.02 – July 28, 2025 = 97 * Short Description Issued Fixed 98 96 99 = 11.01 – July 28, 2025 = 97 100 * Readme.txt file update
Note: See TracChangeset
for help on using the changeset viewer.