Plugin Directory

Changeset 2486942


Ignore:
Timestamp:
03/04/2021 03:05:09 PM (5 years ago)
Author:
SmartSend
Message:

Tagging version 8.0.23 again

Location:
smart-send-logistics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smart-send-logistics/tags/8.0.23/smart-send-logistics.php

    r2486879 r2486942  
    11<?php
     2/**
     3 * Plugin Name: Smart Send Shipping for WooCommerce
     4 * Plugin URI: https://wordpress.org/plugins/smart-send-logistics/
     5 * Description: Smart Send Shipping for WooCommerce
     6 * Author: Smart Send ApS
     7 * Author URI: https://www.smartsend.io
     8 * Text Domain: smart-send-logistics
     9 * Version: 8.0.23
     10 * WC requires at least: 3.0.1
     11 * WC tested up to: 5.1
     12 *
     13 * This program is free software: you can redistribute it and/or modify
     14 * it under the terms of the GNU General Public License as published by
     15 * the Free Software Foundation, either version 3 of the License, or
     16 * (at your option) any later version.
     17 *
     18 * This program is distributed in the hope that it will be useful,
     19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     21 * GNU General Public License for more details.
     22 *
     23 * You should have received a copy of the GNU General Public License
     24 * along with this program. If not, see <http://www.gnu.org/licenses/>.
     25 *
     26 */
    227
    328if (!defined('ABSPATH')) {
  • smart-send-logistics/trunk/smart-send-logistics.php

    r2486879 r2486942  
    11<?php
     2/**
     3 * Plugin Name: Smart Send Shipping for WooCommerce
     4 * Plugin URI: https://wordpress.org/plugins/smart-send-logistics/
     5 * Description: Smart Send Shipping for WooCommerce
     6 * Author: Smart Send ApS
     7 * Author URI: https://www.smartsend.io
     8 * Text Domain: smart-send-logistics
     9 * Version: 8.0.23
     10 * WC requires at least: 3.0.1
     11 * WC tested up to: 5.1
     12 *
     13 * This program is free software: you can redistribute it and/or modify
     14 * it under the terms of the GNU General Public License as published by
     15 * the Free Software Foundation, either version 3 of the License, or
     16 * (at your option) any later version.
     17 *
     18 * This program is distributed in the hope that it will be useful,
     19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     21 * GNU General Public License for more details.
     22 *
     23 * You should have received a copy of the GNU General Public License
     24 * along with this program. If not, see <http://www.gnu.org/licenses/>.
     25 *
     26 */
    227
    328if (!defined('ABSPATH')) {
Note: See TracChangeset for help on using the changeset viewer.