Skip to content

Commit 56afdb5

Browse files
committed
chore: update version to 1.5.1
1 parent c70be01 commit 56afdb5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

faq-with-categories/faq-with-categories.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin Name: FAQ with categories
66
Plugin URI: https://github.com/joerivanveen/faq-with-categories
77
Description: Easy to maintain FAQ and answer plugin with categories.
8-
Version: 1.5.0
8+
Version: 1.5.1
99
Requires at least: 6.0
1010
Tested up to: 6.7
1111
Requires PHP: 7.4
@@ -16,7 +16,7 @@
1616
Domain Path: /languages/
1717
*/
1818
defined( 'ABSPATH' ) || die();
19-
const RUIGEHOND010_VERSION = '1.5.0';
19+
const RUIGEHOND010_VERSION = '1.5.1';
2020
$ruigehond010_basename = plugin_basename( __FILE__ );
2121
$ruigehond010_dirname = dirname( __FILE__ );
2222
if ( ! class_exists( 'ruigehond_0_5_1\ruigehond', false ) ) {

faq-with-categories/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Upon uninstall FAQ with categories removes its own options and taxonomy sorting
9393

9494
== Changelog ==
9595

96+
1.5.1: prevent upgrade statement to run for every admin request
97+
9698
1.5.0: expose FAQ page id in code and allow author + excerpt for FAQ post type
9799

98100
1.4.0: control output schema in settings, add option to not open first FAQ in list

0 commit comments

Comments
 (0)