Plugin Directory

Changeset 3419373


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

v1.4.1 - fixes

Location:
codobookings/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codobookings/trunk/codobookings.php

    r3419362 r3419373  
    44* Plugin URI: https://wpdemo.codoplex.com/codobookings/
    55* Description: A Lightweight WordPress Booking & Appointment Plugin.
    6 * Version: 1.4.0
     6* Version: 1.4.1
    77* Author: CODOPLEX
    88* Author URI: https://codoplex.com/
     
    1616
    1717// Constants
    18 define( 'CODOBOOKINGS_VERSION', '1.4.0' );
     18define( 'CODOBOOKINGS_VERSION', '1.4.1' );
    1919define( 'CODOBOOKINGS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2020define( 'CODOBOOKINGS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • codobookings/trunk/readme.txt

    r3419355 r3419373  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 1.4.0
     6Stable tag: 1.4.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8585== Changelog ==
    8686
     87= 1.4.1 =
     88* FIXED: Issues with design system is fixed.
     89
    8790= 1.4.0 =
    8891* NEW: A drag & drop enabled dynamic User Fields system to collect custom user data associated to a booking.
     
    134137
    135138== Upgrade Notice ==
     139
     140= 1.4.1 =
     141Fixed an issue with the design system loading.
    136142
    137143= 1.4.0 =
Note: See TracChangeset for help on using the changeset viewer.