Fix plugin headers: separate Plugin URI and Author URI
- Plugin URI: https://breznflow.com/ - Author URI: https://mifupa.com/ - Author: mifupa - License: GPL-2.0-or-later (SPDX) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cc6bfb7c83
commit
fb206850d5
1 changed files with 4 additions and 4 deletions
|
|
@ -6,14 +6,14 @@
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* Plugin Name: BreznFlow
|
* Plugin Name: BreznFlow
|
||||||
* Plugin URI: https://noschmarrn.dev/
|
* Plugin URI: https://breznflow.com/
|
||||||
* Description: Display n8n automation workflows with an interactive SVG diagram, node detail panel, and sensitive data masking.
|
* Description: Display n8n automation workflows with an interactive SVG diagram, node detail panel, and sensitive data masking.
|
||||||
* Version: 1.0.1
|
* Version: 1.0.1
|
||||||
* Requires at least: 6.0
|
* Requires at least: 6.0
|
||||||
* Requires PHP: 8.0
|
* Requires PHP: 8.0
|
||||||
* Author: NoSchmarrn.dev
|
* Author: mifupa
|
||||||
* Author URI: https://noschmarrn.dev/
|
* Author URI: https://mifupa.com/
|
||||||
* License: GPLv2 or later
|
* License: GPL-2.0-or-later
|
||||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
* Text Domain: breznflow
|
* Text Domain: breznflow
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue