Plugin Directory

Changeset 3243731


Ignore:
Timestamp:
02/20/2025 09:05:45 AM (14 months ago)
Author:
tabbyai
Message:

Tagging new version, wordpress compatibility

Location:
tabby-checkout
Files:
2 edited
34 copied

Legend:

Unmodified
Added
Removed
  • tabby-checkout/tags/5.1.0/readme.txt

    r3170834 r3243731  
    33Tags: tabby, tabby plugin, tabby checkout, bnpl, tabby bnpl
    44Requires at least: 5.7
    5 Tested up to: 6.5
    6 Stable tag: 5.0.15
     5Tested up to: 6.7
     6Stable tag: 5.1.0
    77Requires PHP: 7.0
    88License: GPLv3
     
    2828
    2929== Changelog ==
     30
     31= 5.1.0 =
     32
     33* Wordpress 6.7 compatibility
    3034
    3135= 5.0.15 =
  • tabby-checkout/tags/5.1.0/tabby-checkout.php

    r3170834 r3243731  
    44 * Plugin URI: https://tabby.ai/
    55 * Description: Tabby Checkout
    6  * Version: 5.0.15
     6 * Version: 5.1.0
    77 * Author: Tabby
    88 * Author URI: https://tabby.ai
     
    1414defined( 'ABSPATH' ) || exit;
    1515
    16 define ('MODULE_TABBY_CHECKOUT_VERSION', '5.0.15');
     16define ('MODULE_TABBY_CHECKOUT_VERSION', '5.1.0');
    1717define ('TABBY_CHECKOUT_DOMAIN', 'checkout.tabby.ai');
    1818define ('TABBY_CHECKOUT_API_DOMAIN', 'api.tabby.ai');
  • tabby-checkout/trunk/readme.txt

    r3170834 r3243731  
    33Tags: tabby, tabby plugin, tabby checkout, bnpl, tabby bnpl
    44Requires at least: 5.7
    5 Tested up to: 6.5
    6 Stable tag: 5.0.15
     5Tested up to: 6.7
     6Stable tag: 5.1.0
    77Requires PHP: 7.0
    88License: GPLv3
     
    2828
    2929== Changelog ==
     30
     31= 5.1.0 =
     32
     33* Wordpress 6.7 compatibility
    3034
    3135= 5.0.15 =
  • tabby-checkout/trunk/tabby-checkout.php

    r3170834 r3243731  
    44 * Plugin URI: https://tabby.ai/
    55 * Description: Tabby Checkout
    6  * Version: 5.0.15
     6 * Version: 5.1.0
    77 * Author: Tabby
    88 * Author URI: https://tabby.ai
     
    1414defined( 'ABSPATH' ) || exit;
    1515
    16 define ('MODULE_TABBY_CHECKOUT_VERSION', '5.0.15');
     16define ('MODULE_TABBY_CHECKOUT_VERSION', '5.1.0');
    1717define ('TABBY_CHECKOUT_DOMAIN', 'checkout.tabby.ai');
    1818define ('TABBY_CHECKOUT_API_DOMAIN', 'api.tabby.ai');
Note: See TracChangeset for help on using the changeset viewer.