Skip to content

Commit

Permalink
chore(release): 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petertwise committed Jul 22, 2024
1 parent bc2be19 commit 1c6d832
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.9.2](https://github.com/squarecandy/squarecandy-acf-events/compare/v1.9.1...v1.9.2) (2024-07-22)


### Bug Fixes

* template heirarchy broken in some cases when there are no results. ([4344a5f](https://github.com/squarecandy/squarecandy-acf-events/commit/4344a5fee37123552906a4a72b6c78d13e54f8f0))

### [1.9.1](https://github.com/squarecandy/squarecandy-acf-events/compare/v1.9.0...v1.9.1) (2024-03-26)

## [1.9.0](https://github.com/squarecandy/squarecandy-acf-events/compare/v1.8.0...v1.9.0) (2024-03-25)
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

define( 'ACF_EVENTS_DIR_PATH', plugin_dir_path( __FILE__ ) );
define( 'ACF_EVENTS_URL', plugin_dir_url( __FILE__ ) );
define( 'ACF_EVENTS_VERSION', 'version-1.9.2-dev.0' );
define( 'ACF_EVENTS_VERSION', 'version-1.9.2' );

// don't let users activate w/o ACF
register_activation_hook( __FILE__, 'squarecandy_acf_events_activate' );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squarecandy-acf-events",
"version": "1.9.2-dev.0",
"version": "1.9.2",
"description": "Square Candy’s Events plugin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://github.com/squarecandy/squarecandy-acf-events
GitHub Plugin URI: https://github.com/squarecandy/squarecandy-acf-events
Description: A custom events plugin that using Advanced Custom Fields
Version: 1.9.2-dev.0
Version: 1.9.2
Author: Peter Wise
Author URI: http://squarecandy.net
Text Domain: squarecandy-acf-events
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: squarecandy
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.2
Stable tag: 1.9.2-dev.0
Stable tag: 1.9.2
License: UNLICENSED

A custom events plugin using Advanced Custom Fields

0 comments on commit 1c6d832

Please sign in to comment.