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
|
||||
*
|
||||
* 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.
|
||||
* Version: 1.0.1
|
||||
* Requires at least: 6.0
|
||||
* Requires PHP: 8.0
|
||||
* Author: NoSchmarrn.dev
|
||||
* Author URI: https://noschmarrn.dev/
|
||||
* License: GPLv2 or later
|
||||
* Author: mifupa
|
||||
* Author URI: https://mifupa.com/
|
||||
* License: GPL-2.0-or-later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
* Text Domain: breznflow
|
||||
* Domain Path: /languages
|
||||
|
|
|
|||
Loading…
Reference in a new issue