Plugin Directory

Changeset 3412595


Ignore:
Timestamp:
12/05/2025 08:14:20 PM (3 months ago)
Author:
clickshipfc
Message:

New Version - Description Field update

Location:
clickship/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • clickship/trunk/admin/class-clickship-admin.php

    r3411122 r3412595  
    8585            $meta = $rate->get_meta_data();
    8686
    87             if ( isset($meta['description']) && !empty($meta['description']) ) {
     87            if ( isset($meta['description']) && !empty($meta['description']) && is_string($meta['description']) ) {
    8888                echo '<p>'
    8989                    . esc_html($meta['description']) .
  • clickship/trunk/languages/clickship.pot

    r3411122 r3412595  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ClickShip 1.0.5\n"
     5"Project-Id-Version: ClickShip 1.0.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/clickship\n"
    77"POT-Creation-Date: 2022-09-19 07:24:05+00:00\n"
  • clickship/trunk/readme.txt

    r3411122 r3412595  
    55Tested up to: 6.7.4
    66Requires PHP: 7.2
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9797= 1.0.0 =
    9898This is the first release of the plugin.
     99
     100= 1.0.6 =
     101Providing DDP rates at checkout.
     102Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.