Plugin Directory

Changeset 3388853


Ignore:
Timestamp:
11/03/2025 12:23:47 PM (4 months ago)
Author:
jneshipping
Message:

Update version to 1.0.9, Update support email and enhance shipping method labels

Location:
jne-shipping-official
Files:
7 edited
14 copied

Legend:

Unmodified
Added
Removed
  • jne-shipping-official/tags/1.0.9/admin/includes/class-jne-admin-shipping-method.php

    r3387194 r3388853  
    134134            $this->add_rate([
    135135              'id' => $this->id . ':' . $original_service_code,
    136               'label' => $service_name,
     136              'label' => sprintf('%s (%s - %s days)', $service_name, $service['etd_from'], $service['etd_thru']),
     137              'description' => sprintf('ETD: %s - %s days', $service['etd_from'], $service['etd_thru']),
    137138              'cost' => $price,
    138139              'package' => $package,
  • jne-shipping-official/tags/1.0.9/admin/partials/jne-woocommerce-admin-support-display.php

    r3387194 r3388853  
    9898
    9999              <div class="d-flex flex-column flex-md-row gap-3 justify-content-center align-items-center">
    100                 <a href="mailto:support@jne.co.id" class="btn btn-primary px-4 py-2">
     100                <a href="mailto:support.jneshipping@jne.co.id" class="btn btn-primary px-4 py-2">
    101101                  <i class="fas fa-envelope me-2"></i>
    102102                  <?php esc_html_e('Hubungi Support', 'jne-shipping-official'); ?>
  • jne-shipping-official/tags/1.0.9/composer.json

    r3388184 r3388853  
    22    "name": "jne-shipping/jne-shipping-official",
    33    "description": "WordPress plugin integrated with WooCommerce for JNE shipping services",
    4     "version": "1.0.5",
     4    "version": "1.0.9",
    55    "type": "wordpress-plugin",
    66    "license": "GPL-2.0+",
     
    88        {
    99            "name": "PT. Tiki Jalur Nugraha Ekakurir",
    10             "email": "support@jne.co.id",
     10            "email": "support.jneshipping@jne.co.id",
    1111            "homepage": "https://jne.co.id/"
    1212        }
  • jne-shipping-official/tags/1.0.9/jne-shipping-official.php

    r3388184 r3388853  
    2020 * Plugin Name:       JNE Shipping Official
    2121 * Description:       WordPress plugin integrated with WooCommerce for JNE shipping services
    22  * Version:           1.0.8
     22 * Version:           1.0.9
    2323 * Author:            PT. Tiki Jalur Nugraha Ekakurir
    2424 * Author URI:        https://jne.co.id/
     
    4848 * Rename this for your plugin and update it as you release new versions.
    4949 */
    50 define('JNESHOF_PLUGIN_VERSION', '1.0.8');
     50define('JNESHOF_PLUGIN_VERSION', '1.0.9');
    5151
    5252/**
  • jne-shipping-official/tags/1.0.9/readme.txt

    r3388184 r3388853  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    9191== Changelog ==
    9292
     93= 1.0.9 =
     94* Update support email and enhance shipping method labels
     95
    9396= 1.0.8 =
    9497* Fixed: Missing enqueue_awb_styles() method causing fatal error
     
    140143== Upgrade Notice ==
    141144
     145= 1.0.9 =
     146Update with support email improvements and enhanced shipping method labels. Recommended for all users.
     147
    142148= 1.0.7 =
    143149Critical WordPress.org compliance update: Fixed function naming conventions to prevent plugin conflicts. Highly recommended for all users.
  • jne-shipping-official/trunk/admin/includes/class-jne-admin-shipping-method.php

    r3387194 r3388853  
    134134            $this->add_rate([
    135135              'id' => $this->id . ':' . $original_service_code,
    136               'label' => $service_name,
     136              'label' => sprintf('%s (%s - %s days)', $service_name, $service['etd_from'], $service['etd_thru']),
     137              'description' => sprintf('ETD: %s - %s days', $service['etd_from'], $service['etd_thru']),
    137138              'cost' => $price,
    138139              'package' => $package,
  • jne-shipping-official/trunk/admin/partials/jne-woocommerce-admin-support-display.php

    r3387194 r3388853  
    9898
    9999              <div class="d-flex flex-column flex-md-row gap-3 justify-content-center align-items-center">
    100                 <a href="mailto:support@jne.co.id" class="btn btn-primary px-4 py-2">
     100                <a href="mailto:support.jneshipping@jne.co.id" class="btn btn-primary px-4 py-2">
    101101                  <i class="fas fa-envelope me-2"></i>
    102102                  <?php esc_html_e('Hubungi Support', 'jne-shipping-official'); ?>
  • jne-shipping-official/trunk/composer.json

    r3387194 r3388853  
    22    "name": "jne-shipping/jne-shipping-official",
    33    "description": "WordPress plugin integrated with WooCommerce for JNE shipping services",
    4     "version": "1.0.5",
     4    "version": "1.0.9",
    55    "type": "wordpress-plugin",
    66    "license": "GPL-2.0+",
     
    88        {
    99            "name": "PT. Tiki Jalur Nugraha Ekakurir",
    10             "email": "support@jne.co.id",
     10            "email": "support.jneshipping@jne.co.id",
    1111            "homepage": "https://jne.co.id/"
    1212        }
  • jne-shipping-official/trunk/jne-shipping-official.php

    r3387194 r3388853  
    2020 * Plugin Name:       JNE Shipping Official
    2121 * Description:       WordPress plugin integrated with WooCommerce for JNE shipping services
    22  * Version:           1.0.8
     22 * Version:           1.0.9
    2323 * Author:            PT. Tiki Jalur Nugraha Ekakurir
    2424 * Author URI:        https://jne.co.id/
     
    4848 * Rename this for your plugin and update it as you release new versions.
    4949 */
    50 define('JNESHOF_PLUGIN_VERSION', '1.0.8');
     50define('JNESHOF_PLUGIN_VERSION', '1.0.9');
    5151
    5252/**
  • jne-shipping-official/trunk/readme.txt

    r3387194 r3388853  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    9191== Changelog ==
    9292
     93= 1.0.9 =
     94* Update support email and enhance shipping method labels
     95
    9396= 1.0.8 =
    9497* Fixed: Missing enqueue_awb_styles() method causing fatal error
     
    140143== Upgrade Notice ==
    141144
     145= 1.0.9 =
     146Update with support email improvements and enhanced shipping method labels. Recommended for all users.
     147
    142148= 1.0.7 =
    143149Critical WordPress.org compliance update: Fixed function naming conventions to prevent plugin conflicts. Highly recommended for all users.
Note: See TracChangeset for help on using the changeset viewer.