Plugin Directory

Changeset 3375391


Ignore:
Timestamp:
10/09/2025 12:50:40 AM (6 months ago)
Author:
withflex
Message:

Add 3.1.8

Location:
pay-with-flex/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • pay-with-flex/trunk/pay-with-flex.php

    r3371958 r3375391  
    44 * Plugin Name:      Flex HSA/FSA Payments
    55 * Description:      Accept HSA/FSA payments directly in the checkout flow.
    6  * Version:          3.1.7
     6 * Version:          3.1.8
    77 * Plugin URI:       https://wordpress.org/plugins/pay-with-flex/
    88 * Author:           Flex
     
    6666    if ( null === $hub ) {
    6767        $data = array();
    68         if ( function_exists( 'Flex\get_plugin_data' ) ) {
     68        if ( function_exists( 'get_plugin_data' ) ) {
    6969            $data = get_plugin_data( plugin_file: __FILE__, translate: \false );
    7070        }
     
    158158                        if ( empty( $event->getModules() ) ) {
    159159                            $modules = array();
    160                             if ( function_exists( 'Flex\wp_get_wp_version' ) ) {
     160                            if ( function_exists( 'wp_get_wp_version' ) ) {
    161161                                $modules['wordpress'] = wp_get_wp_version();
    162162                            }
    163                             if ( function_exists( 'Flex\get_plugins' ) && function_exists( 'Flex\is_plugin_active' ) ) {
     163                            if ( function_exists( 'get_plugins' ) && function_exists( 'is_plugin_active' ) ) {
    164164                                foreach ( get_plugins() as $plugin => $info ) {
    165165                                    if ( ! is_plugin_active( $plugin ) ) {
  • pay-with-flex/trunk/readme.txt

    r3371958 r3375391  
    5555
    5656== Changelog ==
     57
     58= 3.1.8 =
     59* Simplify PHP Scoper Excludes by using stubs.
    5760
    5861= 3.1.7 =
  • pay-with-flex/trunk/vendor/composer/InstalledVersions.php

    r3352167 r3375391  
    1212namespace Flex\Composer;
    1313
    14 use Composer\Autoload\ClassLoader;
     14use Flex\Composer\Autoload\ClassLoader;
    1515use Flex\Composer\Semver\VersionParser;
    1616/**
     
    302302    {
    303303        if (null === self::$canGetVendors) {
    304             self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
     304            self::$canGetVendors = method_exists('Flex\Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
    305305        }
    306306        $installed = array();
  • pay-with-flex/trunk/vendor/composer/installed.php

    r3371958 r3375391  
    33namespace Flex;
    44
    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)));
     5return 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  
    44namespace Flex\Jean85;
    55
    6 use Composer\InstalledVersions;
     6use Flex\Composer\InstalledVersions;
    77use Flex\Jean85\Exception\ProvidedPackageException;
    88use Flex\Jean85\Exception\ReplacedPackageException;
  • pay-with-flex/trunk/vendor/scoper-autoload.php

    r3371958 r3375391  
    4242if (!function_exists('bcdivmod')) { function bcdivmod() { return \Flex\bcdivmod(...func_get_args()); } }
    4343if (!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()); } }
    4644if (!function_exists('getallheaders')) { function getallheaders() { return \Flex\getallheaders(...func_get_args()); } }
    4745if (!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()); } }
    4946if (!function_exists('mb_lcfirst')) { function mb_lcfirst() { return \Flex\mb_lcfirst(...func_get_args()); } }
    5047if (!function_exists('mb_ltrim')) { function mb_ltrim() { return \Flex\mb_ltrim(...func_get_args()); } }
     
    5350if (!function_exists('mb_ucfirst')) { function mb_ucfirst() { return \Flex\mb_ucfirst(...func_get_args()); } }
    5451if (!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()); } }
    5652
    5753return $loader;
  • pay-with-flex/trunk/vendor/sentry/sentry/src/Integration/ModulesIntegration.php

    r3352167 r3375391  
    44namespace Flex\Sentry\Integration;
    55
    6 use Composer\InstalledVersions;
     6use Flex\Composer\InstalledVersions;
    77use Flex\Jean85\PrettyVersions;
    88use Flex\PackageVersions\Versions;
Note: See TracChangeset for help on using the changeset viewer.