Changeset 2763629
- Timestamp:
- 07/29/2022 07:17:26 PM (4 years ago)
- Location:
- hq-rental-software
- Files:
-
- 2 added
- 3 edited
-
tags/1.5.12/ CHANGELOG.txt (added)
-
trunk/ CHANGELOG.txt (added)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/hq-wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hq-rental-software/trunk/CHANGELOG.md
r2763622 r2763629 5 5 The format is based on [Keep a Changelog](http://keepachangelog.com/) 6 6 and this project adheres to [Semantic Versioning](http://semver.org/). 7 8 # [1.5.13] - 2022-07-29 9 10 - Wordpress metadata test 2 11 12 ### Changed 13 14 - No changes 7 15 8 16 # [1.5.12] - 2022-07-29 -
hq-rental-software/trunk/README.txt
r2763622 r2763629 6 6 Tested up to: 6.0 7 7 Requires PHP: 7.3.0 8 Stable tag: 1.5.1 28 Stable tag: 1.5.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
hq-rental-software/trunk/hq-wordpress.php
r2763622 r2763629 4 4 Plugin URI: https://hqrentalsoftware.com/knowledgebase/wordpress-plugin/ 5 5 Description: This plugin is to easily integrate HQ Rental Software with your website which will allow your rental business to receive reservations directly from your site. 6 Version: 1.5.1 26 Version: 1.5.13 7 7 Author: HQ Rental Software 8 8 Author URI: https://hqrentalsoftware.com … … 12 12 namespace HQRentalsPlugin; 13 13 14 define('HQ_RENTALS_PLUGIN_VERSION', '1.5.1 2');14 define('HQ_RENTALS_PLUGIN_VERSION', '1.5.13'); 15 15 16 16 require_once('includes/autoloader.php');
Note: See TracChangeset
for help on using the changeset viewer.