Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed May 16, 2024
1 parent 4386f0c commit a8217e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
16 changes: 7 additions & 9 deletions meta-box-facetwp-integrator.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php
/**
* Plugin Name: Meta Box - FacetWP Integrator
* Plugin URI: https://metabox.io/plugins/mb-facetwp-integrator/
* Description: Integrates Meta Box custom fields with FacetWP.
* Author: MetaBox.io
* Version: 1.1.3
* Author URI: https://metabox.io
*
* @package Meta Box
* @subpackage MB FacetWP Integrator
* Plugin Name: Meta Box - FacetWP Integrator
* Plugin URI: https://metabox.io/plugins/mb-facetwp-integrator/
* Description: Integrates Meta Box custom fields with FacetWP.
* Author: MetaBox.io
* Version: 1.1.4
* Author URI: https://metabox.io
* Requires Plugins: meta-box
*/

if ( ! class_exists( 'MB_FacetWP_Integrator' ) ) {
Expand Down
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
=== Meta Box - FacetWP Integrator ===
Contributors: metabox, rilwis
Donate link: https://paypal.me/anhtnt
Tags: meta-box, custom-fields, custom-field, meta, meta-boxes, facetwp, filter, content filter
Contributors: metabox, rilwis, barcavn2, paracetamol27
Donate link: https://metabox.io/pricing/
Tags: meta box, custom fields, facetwp, filter, search
Requires at least: 5.8
Requires PHP: 7.0
Tested up to: 6.2.2
Stable tag: 1.1.3
Tested up to: 6.5.3
Stable tag: 1.1.4
Requires Plugins: meta-box
License: GPL-2.0

Integrates Meta Box custom fields with FacetWP. Make custom fields filterable.
Expand Down Expand Up @@ -61,6 +62,9 @@ Go to **Settings | FacetWP** to configure your facets.

== Changelog ==

= 1.1.4 - 2024-05-16 =
- Fix error when using at the same time with [Meta Box AIO](https://metabox.io/pricing/).

= 1.1.3 - 2023-06-17 =
- Fix undefined when index select option field

Expand Down

0 comments on commit a8217e7

Please sign in to comment.