Skip to content

Commit

Permalink
Merge pull request #8 from danlapteacru/changes-requested-by-wp-org
Browse files Browse the repository at this point in the history
Changes requested by wp.org
  • Loading branch information
danlapteacru authored Aug 21, 2024
2 parents c93ddbd + d28a156 commit e33c61e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
8 changes: 4 additions & 4 deletions composer.json
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",
Expand All @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions facetwp-local-json.php
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);
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
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.

0 comments on commit e33c61e

Please sign in to comment.