Plugin Directory

Changeset 3468896


Ignore:
Timestamp:
02/24/2026 08:57:31 PM (13 days ago)
Author:
fullworks
Message:

Update to version 5.7.50 from GitHub

Location:
quick-paypal-payments
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • quick-paypal-payments/tags/5.7.50/changelog.txt

    r3412434 r3468896  
    11== Changelog ==
     2= 5.7.50 =
     3* Fix Gutenberg block.js path for block registration
     4
    25= 5.7.49 =
    36*  Fix text domain mis matches
  • quick-paypal-payments/tags/5.7.50/control/class-freemius-config.php

    r3077057 r3468896  
    3434            require_once QUICK_PAYPAL_PAYMENTS_PLUGIN_DIR . 'vendor/freemius/wordpress-sdk/start.php';
    3535            $quick_paypal_payments_fs = fs_dynamic_init( array(
    36                 'id'             => '5623',
    37                 'slug'           => 'quick-paypal-payments',
    38                 'type'           => 'plugin',
    39                 'public_key'     => 'pk_fe42c0234babc6d6acb8ca8948f97',
    40                 'is_premium'     => false,
    41                 'premium_suffix' => 'Pro',
    42                 'has_addons'     => false,
    43                 'has_paid_plans' => true,
    44                 'trial'          => array(
     36                'id'               => '5623',
     37                'slug'             => 'quick-paypal-payments',
     38                'type'             => 'plugin',
     39                'public_key'       => 'pk_fe42c0234babc6d6acb8ca8948f97',
     40                'is_premium'       => false,
     41                'premium_suffix'   => 'Pro',
     42                'has_addons'       => false,
     43                'has_paid_plans'   => true,
     44                'trial'            => array(
    4545                    'days'               => 14,
    4646                    'is_require_payment' => true,
    4747                ),
    48                 'navigation'     => 'tabs',
    49                 'menu'           => array(
     48                'navigation'       => 'tabs',
     49                'menu'             => array(
    5050                    'slug'           => 'quick-paypal-payments',
    5151                    'override_exact' => true,
     
    5555                    ),
    5656                ),
    57                 'anonymous_mode' => QPP_DEMO,
    58                 'is_live'        => true,
     57                'anonymous_mode'   => QPP_DEMO,
     58                'is_live'          => true,
     59                'is_org_compliant' => true,
    5960            ) );
    6061        }
  • quick-paypal-payments/tags/5.7.50/legacy/functions/qpp_block.php

    r3201238 r3468896  
    99    wp_register_script(
    1010        'qpp_block',
    11         plugins_url( 'block.js', __FILE__ ),
     11        plugins_url( '../block.js', __FILE__ ),
    1212        array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' ),
    1313    );
  • quick-paypal-payments/tags/5.7.50/quick-paypal-payments.php

    r3412434 r3468896  
    2525 * Plugin URI: https://fullworksplugins.com/quick-paypal-payments/
    2626 * Description: Accept any amount or payment ID before submitting to paypal.
    27  * Version: 5.7.49
     27 * Version: 5.7.50
    2828 * Requires at least: 5.3
    2929 * Requires PHP: 7.4
     
    5050    define( 'QUICK_PAYPAL_PAYMENTS_PLUGIN_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
    5151    define( 'QUICK_PAYPAL_PAYMENTS_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    52     define( 'QUICK_PAYPAL_PAYMENTS_VERSION', '5.7.49' );
     52    define( 'QUICK_PAYPAL_PAYMENTS_VERSION', '5.7.50' );
    5353
    5454// Include the autoloader so we can dynamically include the classes.
  • quick-paypal-payments/tags/5.7.50/readme.txt

    r3412434 r3468896  
    33Tags: paypal payment form, paypal, payments
    44Tested up to: 6.9
    5 Stable tag: 5.7.49
     5Stable tag: 5.7.50
    66License:    GPL-2.0-or-later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • quick-paypal-payments/tags/5.7.50/vendor/composer/installed.php

    r3412434 r3468896  
    22    'root' => array(
    33        'name' => 'fullworks/quick-paypal-payments',
    4         'pretty_version' => '5.7.49',
    5         'version' => '5.7.49.0',
    6         'reference' => '333a1447acbe2c9f39e9f7eef31e9a219615ceac',
     4        'pretty_version' => '5.7.50',
     5        'version' => '5.7.50.0',
     6        'reference' => '1d172fd3a13e338a71b9a87b45016379b24b5f02',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4141        ),
    4242        'fullworks/quick-paypal-payments' => array(
    43             'pretty_version' => '5.7.49',
    44             'version' => '5.7.49.0',
    45             'reference' => '333a1447acbe2c9f39e9f7eef31e9a219615ceac',
     43            'pretty_version' => '5.7.50',
     44            'version' => '5.7.50.0',
     45            'reference' => '1d172fd3a13e338a71b9a87b45016379b24b5f02',
    4646            'type' => 'wordpress-plugin',
    4747            'install_path' => __DIR__ . '/../../',
  • quick-paypal-payments/trunk/changelog.txt

    r3412434 r3468896  
    11== Changelog ==
     2= 5.7.50 =
     3* Fix Gutenberg block.js path for block registration
     4
    25= 5.7.49 =
    36*  Fix text domain mis matches
  • quick-paypal-payments/trunk/control/class-freemius-config.php

    r3077057 r3468896  
    3434            require_once QUICK_PAYPAL_PAYMENTS_PLUGIN_DIR . 'vendor/freemius/wordpress-sdk/start.php';
    3535            $quick_paypal_payments_fs = fs_dynamic_init( array(
    36                 'id'             => '5623',
    37                 'slug'           => 'quick-paypal-payments',
    38                 'type'           => 'plugin',
    39                 'public_key'     => 'pk_fe42c0234babc6d6acb8ca8948f97',
    40                 'is_premium'     => false,
    41                 'premium_suffix' => 'Pro',
    42                 'has_addons'     => false,
    43                 'has_paid_plans' => true,
    44                 'trial'          => array(
     36                'id'               => '5623',
     37                'slug'             => 'quick-paypal-payments',
     38                'type'             => 'plugin',
     39                'public_key'       => 'pk_fe42c0234babc6d6acb8ca8948f97',
     40                'is_premium'       => false,
     41                'premium_suffix'   => 'Pro',
     42                'has_addons'       => false,
     43                'has_paid_plans'   => true,
     44                'trial'            => array(
    4545                    'days'               => 14,
    4646                    'is_require_payment' => true,
    4747                ),
    48                 'navigation'     => 'tabs',
    49                 'menu'           => array(
     48                'navigation'       => 'tabs',
     49                'menu'             => array(
    5050                    'slug'           => 'quick-paypal-payments',
    5151                    'override_exact' => true,
     
    5555                    ),
    5656                ),
    57                 'anonymous_mode' => QPP_DEMO,
    58                 'is_live'        => true,
     57                'anonymous_mode'   => QPP_DEMO,
     58                'is_live'          => true,
     59                'is_org_compliant' => true,
    5960            ) );
    6061        }
  • quick-paypal-payments/trunk/legacy/functions/qpp_block.php

    r3201238 r3468896  
    99    wp_register_script(
    1010        'qpp_block',
    11         plugins_url( 'block.js', __FILE__ ),
     11        plugins_url( '../block.js', __FILE__ ),
    1212        array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' ),
    1313    );
  • quick-paypal-payments/trunk/quick-paypal-payments.php

    r3412434 r3468896  
    2525 * Plugin URI: https://fullworksplugins.com/quick-paypal-payments/
    2626 * Description: Accept any amount or payment ID before submitting to paypal.
    27  * Version: 5.7.49
     27 * Version: 5.7.50
    2828 * Requires at least: 5.3
    2929 * Requires PHP: 7.4
     
    5050    define( 'QUICK_PAYPAL_PAYMENTS_PLUGIN_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
    5151    define( 'QUICK_PAYPAL_PAYMENTS_PLUGIN_FILE', plugin_basename( __FILE__ ) );
    52     define( 'QUICK_PAYPAL_PAYMENTS_VERSION', '5.7.49' );
     52    define( 'QUICK_PAYPAL_PAYMENTS_VERSION', '5.7.50' );
    5353
    5454// Include the autoloader so we can dynamically include the classes.
  • quick-paypal-payments/trunk/readme.txt

    r3412434 r3468896  
    33Tags: paypal payment form, paypal, payments
    44Tested up to: 6.9
    5 Stable tag: 5.7.49
     5Stable tag: 5.7.50
    66License:    GPL-2.0-or-later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • quick-paypal-payments/trunk/vendor/composer/installed.php

    r3412434 r3468896  
    22    'root' => array(
    33        'name' => 'fullworks/quick-paypal-payments',
    4         'pretty_version' => '5.7.49',
    5         'version' => '5.7.49.0',
    6         'reference' => '333a1447acbe2c9f39e9f7eef31e9a219615ceac',
     4        'pretty_version' => '5.7.50',
     5        'version' => '5.7.50.0',
     6        'reference' => '1d172fd3a13e338a71b9a87b45016379b24b5f02',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4141        ),
    4242        'fullworks/quick-paypal-payments' => array(
    43             'pretty_version' => '5.7.49',
    44             'version' => '5.7.49.0',
    45             'reference' => '333a1447acbe2c9f39e9f7eef31e9a219615ceac',
     43            'pretty_version' => '5.7.50',
     44            'version' => '5.7.50.0',
     45            'reference' => '1d172fd3a13e338a71b9a87b45016379b24b5f02',
    4646            'type' => 'wordpress-plugin',
    4747            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.