Plugin Directory

Changeset 2763629


Ignore:
Timestamp:
07/29/2022 07:17:26 PM (4 years ago)
Author:
caagsoftware
Message:

version 1.5.13

Location:
hq-rental-software
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • hq-rental-software/trunk/CHANGELOG.md

    r2763622 r2763629  
    55The format is based on [Keep a Changelog](http://keepachangelog.com/)
    66and 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
    715
    816# [1.5.12] - 2022-07-29
  • hq-rental-software/trunk/README.txt

    r2763622 r2763629  
    66Tested up to: 6.0
    77Requires PHP: 7.3.0
    8 Stable tag: 1.5.12
     8Stable tag: 1.5.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • hq-rental-software/trunk/hq-wordpress.php

    r2763622 r2763629  
    44Plugin URI: https://hqrentalsoftware.com/knowledgebase/wordpress-plugin/
    55Description: 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.12
     6Version: 1.5.13
    77Author: HQ Rental Software
    88Author URI: https://hqrentalsoftware.com
     
    1212namespace HQRentalsPlugin;
    1313
    14 define('HQ_RENTALS_PLUGIN_VERSION', '1.5.12');
     14define('HQ_RENTALS_PLUGIN_VERSION', '1.5.13');
    1515
    1616require_once('includes/autoloader.php');
Note: See TracChangeset for help on using the changeset viewer.