Plugin Directory

Changeset 3235989


Ignore:
Timestamp:
02/06/2025 12:08:50 PM (13 months ago)
Author:
postenbring
Message:

Version 1.1.7

Location:
posten-bring-checkout
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • posten-bring-checkout/tags/1.1.7/admin/bring/CheckoutApi.php

    r3235967 r3235989  
    143143     */
    144144    public function uninstallWebshop($apiKey, $webshopId ): void {
    145         $base_url = defined(POSTEN_BRING_CHECKOUT_MYBRING_API_URL) ? POSTEN_BRING_CHECKOUT_MYBRING_API_URL : 'https://api.bring.com';
     145        $base_url = defined('POSTEN_BRING_CHECKOUT_MYBRING_API_URL') ? POSTEN_BRING_CHECKOUT_MYBRING_API_URL : 'https://api.bring.com';
    146146        $url        = $base_url . "/checkout/webshops/$webshopId/uninstall";
    147147        $request_id = $this->generate_request_id();
  • posten-bring-checkout/tags/1.1.7/changelog.txt

    r3235967 r3235989  
    11*** Posten Bring Checkout Changelog ***
     2
     32025-02-06 - version 1.1.7
     4* Bugfix
    25
    362025-02-06 - version 1.1.6
  • posten-bring-checkout/tags/1.1.7/posten-bring-checkout.php

    r3235967 r3235989  
    44 * Plugin URI:        https://wordpress.org/plugins/posten-bring-checkout/
    55 * Description:       Posten Bring Checkout plugin for WooCommerce
    6  * Version:           1.1.6
     6 * Version:           1.1.7
    77 * Author:            Posten Bring AS
    88 * Author URI:        https://www.postenbring.no/en
  • posten-bring-checkout/tags/1.1.7/readme.txt

    r3235967 r3235989  
    33Tags: woocommerce, posten, bring, shipping, checkout
    44Tested up to: 6.7
    5 Stable tag: 1.1.6
     5Stable tag: 1.1.7
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.1.7 =
     64* Bugfix
     65
    6366= 1.1.6 =
    6467* Fixing bug that caused errors during plugin uninstall
  • posten-bring-checkout/trunk/admin/bring/CheckoutApi.php

    r3235967 r3235989  
    143143     */
    144144    public function uninstallWebshop($apiKey, $webshopId ): void {
    145         $base_url = defined(POSTEN_BRING_CHECKOUT_MYBRING_API_URL) ? POSTEN_BRING_CHECKOUT_MYBRING_API_URL : 'https://api.bring.com';
     145        $base_url = defined('POSTEN_BRING_CHECKOUT_MYBRING_API_URL') ? POSTEN_BRING_CHECKOUT_MYBRING_API_URL : 'https://api.bring.com';
    146146        $url        = $base_url . "/checkout/webshops/$webshopId/uninstall";
    147147        $request_id = $this->generate_request_id();
  • posten-bring-checkout/trunk/changelog.txt

    r3235967 r3235989  
    11*** Posten Bring Checkout Changelog ***
     2
     32025-02-06 - version 1.1.7
     4* Bugfix
    25
    362025-02-06 - version 1.1.6
  • posten-bring-checkout/trunk/posten-bring-checkout.php

    r3235967 r3235989  
    44 * Plugin URI:        https://wordpress.org/plugins/posten-bring-checkout/
    55 * Description:       Posten Bring Checkout plugin for WooCommerce
    6  * Version:           1.1.6
     6 * Version:           1.1.7
    77 * Author:            Posten Bring AS
    88 * Author URI:        https://www.postenbring.no/en
  • posten-bring-checkout/trunk/readme.txt

    r3235967 r3235989  
    33Tags: woocommerce, posten, bring, shipping, checkout
    44Tested up to: 6.7
    5 Stable tag: 1.1.6
     5Stable tag: 1.1.7
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.1.7 =
     64* Bugfix
     65
    6366= 1.1.6 =
    6467* Fixing bug that caused errors during plugin uninstall
Note: See TracChangeset for help on using the changeset viewer.