Changeset 3380414
- Timestamp:
- 10/18/2025 07:29:24 AM (6 months ago)
- Location:
- tamara-checkout/trunk
- Files:
-
- 5 edited
-
composer.json (modified) (1 diff)
-
config.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tamara-checkout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tamara-checkout/trunk/composer.json
r3289672 r3380414 1 1 { 2 2 "name": "tamara/tamara-checkout", 3 "version": "1.9.9. 7",3 "version": "1.9.9.11", 4 4 "type": "project", 5 5 "license": "GPL-2.0-or-later", -
tamara-checkout/trunk/config.php
r2956524 r3380414 25 25 'version' => TAMARA_CHECKOUT_VERSION, 26 26 'basePath' => __DIR__, 27 'baseUrl' => plugins_url( null, __FILE__),27 'baseUrl' => plugins_url('', __FILE__), 28 28 'textDomain' => $textDomain, 29 29 'services' => [ -
tamara-checkout/trunk/package.json
r3342934 r3380414 1 1 { 2 2 "name": "tamara_checkout", 3 "version": "1.9.9.1 0",3 "version": "1.9.9.11", 4 4 "description": "Plugin for checking out using Tamara payment method", 5 5 "scripts": { -
tamara-checkout/trunk/readme.txt
r3342934 r3380414 3 3 Tags: e-commerce, bnpl, pay in 3, pay by installments 4 4 Requires at least: 5.0 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 7.3.0 7 Stable tag: 1.9.9.1 07 Stable tag: 1.9.9.11 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
tamara-checkout/trunk/tamara-checkout.php
r3342934 r3380414 6 6 * Author: dev@tamara.co 7 7 * Author URI: https://tamara.co/ 8 * Version: 1.9.9.1 08 * Version: 1.9.9.11 9 9 * Text Domain: tamara 10 10 */ … … 12 12 use Tamara\Wp\Plugin\TamaraCheckout; 13 13 14 defined('TAMARA_CHECKOUT_VERSION') || define('TAMARA_CHECKOUT_VERSION', '1.9.9.1 0');14 defined('TAMARA_CHECKOUT_VERSION') || define('TAMARA_CHECKOUT_VERSION', '1.9.9.11'); 15 15 16 16 // Use autoload if it isn't loaded before
Note: See TracChangeset
for help on using the changeset viewer.