Changeset 3335532
- Timestamp:
- 07/28/2025 06:24:33 PM (7 months ago)
- Location:
- ppa-for-fluentforms
- Files:
-
- 32 added
- 3 edited
-
tags/11.03 (added)
-
tags/11.03/app (added)
-
tags/11.03/app/App.php (added)
-
tags/11.03/app/Hooks (added)
-
tags/11.03/app/Hooks/Handlers (added)
-
tags/11.03/app/Hooks/Handlers/AdminMenuHandlers.php (added)
-
tags/11.03/app/Http (added)
-
tags/11.03/app/Http/Controllers (added)
-
tags/11.03/app/Http/Controllers/FFPayFormsController.php (added)
-
tags/11.03/app/Models (added)
-
tags/11.03/app/Models/FFPayForms.php (added)
-
tags/11.03/app/Views (added)
-
tags/11.03/app/Views/ffpay-admin-dashboard.php (added)
-
tags/11.03/composer.json (added)
-
tags/11.03/index.php (added)
-
tags/11.03/languages (added)
-
tags/11.03/ppa-for-fluentforms.php (added)
-
tags/11.03/public (added)
-
tags/11.03/public/assets (added)
-
tags/11.03/public/assets/main.css (added)
-
tags/11.03/public/assets/main.js (added)
-
tags/11.03/readme.txt (added)
-
tags/11.03/vendor (added)
-
tags/11.03/vendor/autoload.php (added)
-
tags/11.03/vendor/composer (added)
-
tags/11.03/vendor/composer/ClassLoader.php (added)
-
tags/11.03/vendor/composer/LICENSE (added)
-
tags/11.03/vendor/composer/autoload_classmap.php (added)
-
tags/11.03/vendor/composer/autoload_namespaces.php (added)
-
tags/11.03/vendor/composer/autoload_psr4.php (added)
-
tags/11.03/vendor/composer/autoload_real.php (added)
-
tags/11.03/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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ppa-for-fluentforms/trunk/app/App.php
r3335330 r3335532 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 2' );26 define( 'FLUENTFORMS_PAYTAILS_VERSION', '11.03' ); 27 27 } 28 28 } -
ppa-for-fluentforms/trunk/ppa-for-fluentforms.php
r3335330 r3335532 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 212 * Version: 11.03 13 13 * Requires at least: 5.2 14 14 * Requires PHP: 7.2 15 * Contributor: suitepress 15 * Contributor: suitepress, algorithmsunlocks 16 16 * Author: suitepress 17 17 * Author URI: https://suitepress.org/fluentforms-paytails -
ppa-for-fluentforms/trunk/readme.txt
r3335330 r3335532 1 1 === PPA for Fluent Forms - Paytails Payment Analytics for Fluent Forms === 2 Contributors: suitepress 2 Contributors: suitepress, algorithmsunlocks 3 3 Donate link: https://suitepress.org/donate-fluentforms-paytails 4 4 Tags: Fluent Forms, Fluent Forms payments, Fluent Forms analytics … … 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 11.0 28 Stable tag: 11.03 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.