Plugin Directory

Changeset 3419363


Ignore:
Timestamp:
12/14/2025 01:04:02 PM (4 months ago)
Author:
junaidte14
Message:

v1.4.0 - Added user fields management system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codobookings/tags/1.4.0/codobookings.php

    r3419355 r3419363  
    44* Plugin URI: https://wpdemo.codoplex.com/codobookings/
    55* Description: A Lightweight WordPress Booking & Appointment Plugin.
    6 * Version: 1.3.0
     6* Version: 1.4.0
    77* Author: CODOPLEX
    88* Author URI: https://codoplex.com/
     
    1616
    1717// Constants
    18 define( 'CODOBOOKINGS_VERSION', '1.3.0' );
     18define( 'CODOBOOKINGS_VERSION', '1.4.0' );
    1919define( 'CODOBOOKINGS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2020define( 'CODOBOOKINGS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.