File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55Plugin Name: FAQ with categories
66Plugin URI: https://github.com/joerivanveen/faq-with-categories
77Description: Easy to maintain FAQ and answer plugin with categories.
8- Version: 1.5.0
8+ Version: 1.5.1
99Requires at least: 6.0
1010Tested up to: 6.7
1111Requires PHP: 7.4
1616Domain Path: /languages/
1717*/
1818defined ( '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__ );
2222if ( ! class_exists ( 'ruigehond_0_5_1\ruigehond ' , false ) ) {
Original file line number Diff line number Diff 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+
96981.5.0: expose FAQ page id in code and allow author + excerpt for FAQ post type
9799
981001.4.0: control output schema in settings, add option to not open first FAQ in list
You can’t perform that action at this time.
0 commit comments