Changeset 3422956
- Timestamp:
- 12/18/2025 01:57:19 PM (3 months ago)
- Location:
- bukza
- Files:
-
- 2 edited
-
tags/2.0.2/bukza.php (modified) (2 diffs)
-
trunk/bukza.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bukza/tags/2.0.2/bukza.php
r3417985 r3422956 16 16 * Plugin URI: https://bukza.com/blog/wordpress 17 17 * Description: Reservation plugin for the bukza.com service 18 * Version: 2.0. 118 * Version: 2.0.2 19 19 * Author: Bukza 20 20 * Author URI: https://bukza.com/ … … 34 34 * Start at version 2.00 and use SemVer - https://semver.org 35 35 */ 36 define( 'BUKZA_VERSION', '2.0. 1' );36 define( 'BUKZA_VERSION', '2.0.2' ); 37 37 38 38 /** -
bukza/trunk/bukza.php
r3207300 r3422956 16 16 * Plugin URI: https://bukza.com/blog/wordpress 17 17 * Description: Reservation plugin for the bukza.com service 18 * Version: 2.0. 118 * Version: 2.0.2 19 19 * Author: Bukza 20 20 * Author URI: https://bukza.com/ … … 34 34 * Start at version 2.00 and use SemVer - https://semver.org 35 35 */ 36 define( 'BUKZA_VERSION', '2.0. 1' );36 define( 'BUKZA_VERSION', '2.0.2' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.