Plugin Directory

Changeset 3273831


Ignore:
Timestamp:
04/15/2025 06:08:07 PM (12 months ago)
Author:
tabbyai
Message:

tagging version 5.1.1

Location:
tabby-checkout
Files:
2 edited
34 copied

Legend:

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

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

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

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

    r3243731 r3273831  
    44 * Plugin URI: https://tabby.ai/
    55 * Description: Tabby Checkout
    6  * Version: 5.1.0
     6 * Version: 5.1.1
    77 * Author: Tabby
    88 * Author URI: https://tabby.ai
     
    1414defined( 'ABSPATH' ) || exit;
    1515
    16 define ('MODULE_TABBY_CHECKOUT_VERSION', '5.1.0');
     16define ('MODULE_TABBY_CHECKOUT_VERSION', '5.1.1');
    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.