Plugin Directory

Changeset 2964664

Timestamp:
09/09/2023 05:26:52 AM (11 months ago)
Author:
dragwp
Message:

Version Modification

Location:
dwp-courier-delivery-management/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dwp-courier-delivery-management/trunk/README.txt

    r2626480 r2964664  
    11=== DWP Courier & Delivery Management ===
    2 Contributors: dragwp
    3 Donate link: https://wppathfinder.com/
     2Contributors: dragwp
     3Donate link: https://.com/
    44Tags: delivery, pickup, management, wordpress, plugin, courier, logistics, order management, wp plugins, delivery request, delivery management company, pickup and delivery, moving wordpress plugin, delivery management wp plugins, wordpress delivery plugin, wordpress delivery boy plugin, delivery system, shipping management,
    5 Requires at least: 5.0
    6 Tested up to: 5.8.1
    7 Version: 1.0.0
    8 Stable tag: 1.0.0
     5Requires at least: .0
     6Tested up to:
     7Version: 1.0.
     8Stable tag: 1.0.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • dwp-courier-delivery-management/trunk/dwp-courier-management.php

    r2626480 r2964664  
    99 * that starts the plugin.
    1010 *
    11  * @link              https://wppathfinder.com/
    12  * @since             1.0.0
     11 * @link              https://.com/
     12 * @since             1.0.
    1313 * @package           Dwp_Courier_Management
    1414 *
     
    1717 * Plugin URI:        https://dragwp.com/
    1818 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           1.0.0
    20  * Author:            Nira Rahman
    21  * Author URI:        https://wppathfinder.com/
     19 * Version:           1.0.
     20 * Author:           
     21 * Author URI:        https://.com/
    2222 * License:           GPL-2.0+
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    3333/**
    3434 * Currently plugin version.
    35  * Start at version 1.0.0 and use SemVer - https://semver.org
     35 * Start at version 1.0. and use SemVer - https://semver.org
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'DWP_COURIER_MANAGEMENT_VERSION', '1.0.0' );
     38define( 'DWP_COURIER_MANAGEMENT_VERSION', '1.0.' );
    3939define( 'DWP_COURIER_MANAGEMENT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    4040define( 'DWP_COURIER_MANAGEMENT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
     
    8484 * not affect the page life cycle.
    8585 *
    86  * @since    1.0.0
     86 * @since    1.0.
    8787 */
    8888function run_dwp_courier_management() {
Note: See TracChangeset for help on using the changeset viewer.