Changeset 3412595
- Timestamp:
- 12/05/2025 08:14:20 PM (3 months ago)
- Location:
- clickship/trunk
- Files:
-
- 3 edited
-
admin/class-clickship-admin.php (modified) (1 diff)
-
languages/clickship.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clickship/trunk/admin/class-clickship-admin.php
r3411122 r3412595 85 85 $meta = $rate->get_meta_data(); 86 86 87 if ( isset($meta['description']) && !empty($meta['description']) ) {87 if ( isset($meta['description']) && !empty($meta['description']) && is_string($meta['description']) ) { 88 88 echo '<p>' 89 89 . esc_html($meta['description']) . -
clickship/trunk/languages/clickship.pot
r3411122 r3412595 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ClickShip 1.0. 5\n"5 "Project-Id-Version: ClickShip 1.0.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/clickship\n" 7 7 "POT-Creation-Date: 2022-09-19 07:24:05+00:00\n" -
clickship/trunk/readme.txt
r3411122 r3412595 5 5 Tested up to: 6.7.4 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 97 97 = 1.0.0 = 98 98 This is the first release of the plugin. 99 100 = 1.0.6 = 101 Providing DDP rates at checkout. 102 Minor bug fixes.
Note: See TracChangeset
for help on using the changeset viewer.