-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from danlapteacru/changes-requested-by-wp-org
Changes requested by wp.org
- Loading branch information
Showing
3 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "danlapteacru/facetwp-local-json", | ||
"name": "danlapteacru/local-json-for-facetwp", | ||
"description": "Saves FacetWP facets, templates and settings as .json files within your theme.", | ||
"license": "MIT", | ||
"type": "wordpress-plugin", | ||
|
@@ -18,11 +18,11 @@ | |
"role": "Developer" | ||
} | ||
], | ||
"homepage": "https://github.com/danlapteacru/facetwp-local-json/", | ||
"homepage": "https://github.com/danlapteacru/local-json-for-facetwp/", | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/danlapteacru/facetwp-local-json/issues", | ||
"source": "https://github.com/danlapteacru/facetwp-local-json" | ||
"issues": "https://github.com/danlapteacru/local-json-for-facetwp/issues", | ||
"source": "https://github.com/danlapteacru/local-json-for-facetwp" | ||
}, | ||
"require": { | ||
"php": "^8.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?php | ||
|
||
/** | ||
* Plugin Name: FacetWP Local JSON | ||
* Plugin URI: https://github.com/danlapteacru/facetwp-local-json/ | ||
* Plugin Name: Local JSON for FacetWP | ||
* Plugin URI: https://wordpress.org/plugins/local-json-for-facetwp/ | ||
* Description: Saves FacetWP facets, templates and settings as .json files within your theme. | ||
* Version: 0.1.0 | ||
* Requires at least: 5.5 | ||
* Requires PHP: 8.1 | ||
* Author: Dan Lapteacru | ||
* Author: d1sabled - Dan Lapteacru | ||
* Author URI: [email protected] | ||
* License: MIT | ||
* License URI: https://opensource.org/licenses/MIT | ||
* Text Domain: facetwp-local-json | ||
* Text Domain: local-json-for-facetwp | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
=== Local JSON for FacetWP === | ||
Contributors: d1sabled - Dan Lapteacru - [email protected] | ||
Tags: 0.1.0 | ||
Requires at least: 5.5 | ||
Tested up to: 6.4 | ||
Requires PHP: 8.1 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
FacetWP Local JSON is an add-on for the FacetWP WordPress plugin that allows you to store FacetWP facets, templates, and settings as a .json file. |