Changeset 3419363
- Timestamp:
- 12/14/2025 01:04:02 PM (4 months ago)
- File:
-
- 1 edited
-
codobookings/tags/1.4.0/codobookings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codobookings/tags/1.4.0/codobookings.php
r3419355 r3419363 4 4 * Plugin URI: https://wpdemo.codoplex.com/codobookings/ 5 5 * Description: A Lightweight WordPress Booking & Appointment Plugin. 6 * Version: 1. 3.06 * Version: 1.4.0 7 7 * Author: CODOPLEX 8 8 * Author URI: https://codoplex.com/ … … 16 16 17 17 // Constants 18 define( 'CODOBOOKINGS_VERSION', '1. 3.0' );18 define( 'CODOBOOKINGS_VERSION', '1.4.0' ); 19 19 define( 'CODOBOOKINGS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 20 define( 'CODOBOOKINGS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.