Plugin Directory

Changeset 3380414


Ignore:
Timestamp:
10/18/2025 07:29:24 AM (6 months ago)
Author:
tamarasolution
Message:

v1.9.9.11 - Fix small warnings

Location:
tamara-checkout/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tamara-checkout/trunk/composer.json

    r3289672 r3380414  
    11{
    22  "name": "tamara/tamara-checkout",
    3   "version": "1.9.9.7",
     3  "version": "1.9.9.11",
    44  "type": "project",
    55  "license": "GPL-2.0-or-later",
  • tamara-checkout/trunk/config.php

    r2956524 r3380414  
    2525    'version' => TAMARA_CHECKOUT_VERSION,
    2626    'basePath' => __DIR__,
    27     'baseUrl' => plugins_url(null, __FILE__),
     27    'baseUrl' => plugins_url('', __FILE__),
    2828    'textDomain' => $textDomain,
    2929    'services' => [
  • tamara-checkout/trunk/package.json

    r3342934 r3380414  
    11{
    22  "name": "tamara_checkout",
    3   "version": "1.9.9.10",
     3  "version": "1.9.9.11",
    44  "description": "Plugin for checking out using Tamara payment method",
    55  "scripts": {
  • tamara-checkout/trunk/readme.txt

    r3342934 r3380414  
    33Tags: e-commerce, bnpl, pay in 3, pay by installments
    44Requires at least: 5.0
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.3.0
    7 Stable tag: 1.9.9.10
     7Stable tag: 1.9.9.11
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • tamara-checkout/trunk/tamara-checkout.php

    r3342934 r3380414  
    66 * Author:      dev@tamara.co
    77 * Author URI:  https://tamara.co/
    8  * Version:     1.9.9.10
     8 * Version:     1.9.9.11
    99 * Text Domain: tamara
    1010 */
     
    1212use Tamara\Wp\Plugin\TamaraCheckout;
    1313
    14 defined('TAMARA_CHECKOUT_VERSION') || define('TAMARA_CHECKOUT_VERSION', '1.9.9.10');
     14defined('TAMARA_CHECKOUT_VERSION') || define('TAMARA_CHECKOUT_VERSION', '1.9.9.11');
    1515
    1616// Use autoload if it isn't loaded before
Note: See TracChangeset for help on using the changeset viewer.