Changeset 3375391
- Timestamp:
- 10/09/2025 12:50:40 AM (6 months ago)
- Location:
- pay-with-flex/trunk
- Files:
-
- 7 edited
-
pay-with-flex.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (1 diff)
-
vendor/jean85/pretty-package-versions/src/PrettyVersions.php (modified) (1 diff)
-
vendor/scoper-autoload.php (modified) (2 diffs)
-
vendor/sentry/sentry/src/Integration/ModulesIntegration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pay-with-flex/trunk/pay-with-flex.php
r3371958 r3375391 4 4 * Plugin Name: Flex HSA/FSA Payments 5 5 * Description: Accept HSA/FSA payments directly in the checkout flow. 6 * Version: 3.1. 76 * Version: 3.1.8 7 7 * Plugin URI: https://wordpress.org/plugins/pay-with-flex/ 8 8 * Author: Flex … … 66 66 if ( null === $hub ) { 67 67 $data = array(); 68 if ( function_exists( ' Flex\get_plugin_data' ) ) {68 if ( function_exists( 'get_plugin_data' ) ) { 69 69 $data = get_plugin_data( plugin_file: __FILE__, translate: \false ); 70 70 } … … 158 158 if ( empty( $event->getModules() ) ) { 159 159 $modules = array(); 160 if ( function_exists( ' Flex\wp_get_wp_version' ) ) {160 if ( function_exists( 'wp_get_wp_version' ) ) { 161 161 $modules['wordpress'] = wp_get_wp_version(); 162 162 } 163 if ( function_exists( ' Flex\get_plugins' ) && function_exists( 'Flex\is_plugin_active' ) ) {163 if ( function_exists( 'get_plugins' ) && function_exists( 'is_plugin_active' ) ) { 164 164 foreach ( get_plugins() as $plugin => $info ) { 165 165 if ( ! is_plugin_active( $plugin ) ) { -
pay-with-flex/trunk/readme.txt
r3371958 r3375391 55 55 56 56 == Changelog == 57 58 = 3.1.8 = 59 * Simplify PHP Scoper Excludes by using stubs. 57 60 58 61 = 3.1.7 = -
pay-with-flex/trunk/vendor/composer/InstalledVersions.php
r3352167 r3375391 12 12 namespace Flex\Composer; 13 13 14 use Composer\Autoload\ClassLoader;14 use Flex\Composer\Autoload\ClassLoader; 15 15 use Flex\Composer\Semver\VersionParser; 16 16 /** … … 302 302 { 303 303 if (null === self::$canGetVendors) { 304 self::$canGetVendors = method_exists(' Composer\Autoload\ClassLoader', 'getRegisteredLoaders');304 self::$canGetVendors = method_exists('Flex\Composer\Autoload\ClassLoader', 'getRegisteredLoaders'); 305 305 } 306 306 $installed = array(); -
pay-with-flex/trunk/vendor/composer/installed.php
r3371958 r3375391 3 3 namespace Flex; 4 4 5 return array('root' => array('name' => '__root__', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => ' 2cc5f9f0241f62d276da7dc35577596593e348e7', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '2cc5f9f0241f62d276da7dc35577596593e348e7', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.8.0', 'version' => '2.8.0.0', 'reference' => '21dc724a0583619cd1652f673303492272778051', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'jean85/pretty-package-versions' => array('pretty_version' => '2.1.1', 'version' => '2.1.1.0', 'reference' => '4d7aa5dab42e2a76d99559706022885de0e18e1a', 'type' => 'library', 'install_path' => __DIR__ . '/../jean85/pretty-package-versions', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'sentry/sentry' => array('pretty_version' => '4.16.0', 'version' => '4.16.0.0', 'reference' => 'c5b086e4235762da175034bc463b0d31cbb38d2e', 'type' => 'library', 'install_path' => __DIR__ . '/../sentry/sentry', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.6.0', 'version' => '3.6.0.0', 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/options-resolver' => array('pretty_version' => 'v7.3.3', 'version' => '7.3.3.0', 'reference' => '0ff2f5c3df08a395232bbc3c2eb7e84912df911d', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/options-resolver', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php84' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => 'd8ced4d875142b6a7426000426b8abc631d6b191', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php84', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => '__root__', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '1f3796e20048f251f1d8fa7f7b5aaf245c5b2e54', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => '1f3796e20048f251f1d8fa7f7b5aaf245c5b2e54', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.8.0', 'version' => '2.8.0.0', 'reference' => '21dc724a0583619cd1652f673303492272778051', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'jean85/pretty-package-versions' => array('pretty_version' => '2.1.1', 'version' => '2.1.1.0', 'reference' => '4d7aa5dab42e2a76d99559706022885de0e18e1a', 'type' => 'library', 'install_path' => __DIR__ . '/../jean85/pretty-package-versions', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'sentry/sentry' => array('pretty_version' => '4.16.0', 'version' => '4.16.0.0', 'reference' => 'c5b086e4235762da175034bc463b0d31cbb38d2e', 'type' => 'library', 'install_path' => __DIR__ . '/../sentry/sentry', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.6.0', 'version' => '3.6.0.0', 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/options-resolver' => array('pretty_version' => 'v7.3.3', 'version' => '7.3.3.0', 'reference' => '0ff2f5c3df08a395232bbc3c2eb7e84912df911d', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/options-resolver', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php84' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => 'd8ced4d875142b6a7426000426b8abc631d6b191', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php84', 'aliases' => array(), 'dev_requirement' => \false))); -
pay-with-flex/trunk/vendor/jean85/pretty-package-versions/src/PrettyVersions.php
r3352167 r3375391 4 4 namespace Flex\Jean85; 5 5 6 use Composer\InstalledVersions;6 use Flex\Composer\InstalledVersions; 7 7 use Flex\Jean85\Exception\ProvidedPackageException; 8 8 use Flex\Jean85\Exception\ReplacedPackageException; -
pay-with-flex/trunk/vendor/scoper-autoload.php
r3371958 r3375391 42 42 if (!function_exists('bcdivmod')) { function bcdivmod() { return \Flex\bcdivmod(...func_get_args()); } } 43 43 if (!function_exists('fpow')) { function fpow() { return \Flex\fpow(...func_get_args()); } } 44 if (!function_exists('get_plugin_data')) { function get_plugin_data() { return \Flex\get_plugin_data(...func_get_args()); } }45 if (!function_exists('get_plugins')) { function get_plugins() { return \Flex\get_plugins(...func_get_args()); } }46 44 if (!function_exists('getallheaders')) { function getallheaders() { return \Flex\getallheaders(...func_get_args()); } } 47 45 if (!function_exists('grapheme_str_split')) { function grapheme_str_split() { return \Flex\grapheme_str_split(...func_get_args()); } } 48 if (!function_exists('is_plugin_active')) { function is_plugin_active() { return \Flex\is_plugin_active(...func_get_args()); } }49 46 if (!function_exists('mb_lcfirst')) { function mb_lcfirst() { return \Flex\mb_lcfirst(...func_get_args()); } } 50 47 if (!function_exists('mb_ltrim')) { function mb_ltrim() { return \Flex\mb_ltrim(...func_get_args()); } } … … 53 50 if (!function_exists('mb_ucfirst')) { function mb_ucfirst() { return \Flex\mb_ucfirst(...func_get_args()); } } 54 51 if (!function_exists('trigger_deprecation')) { function trigger_deprecation() { return \Flex\trigger_deprecation(...func_get_args()); } } 55 if (!function_exists('wp_get_wp_version')) { function wp_get_wp_version() { return \Flex\wp_get_wp_version(...func_get_args()); } }56 52 57 53 return $loader; -
pay-with-flex/trunk/vendor/sentry/sentry/src/Integration/ModulesIntegration.php
r3352167 r3375391 4 4 namespace Flex\Sentry\Integration; 5 5 6 use Composer\InstalledVersions;6 use Flex\Composer\InstalledVersions; 7 7 use Flex\Jean85\PrettyVersions; 8 8 use Flex\PackageVersions\Versions;
Note: See TracChangeset
for help on using the changeset viewer.