adapt WordPress plugin header fields to refles project name change
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: Door Status Indicator
|
||||
* Plugin URI: https://example.com/
|
||||
* Description: Lightweight, dependency‑free plugin that polls a JSON endpoint (default: https://nodered.jfig.net/api/v1/door-open), caches the value for a few seconds, and shows a real‑time door open/closed indicator (🟢/🔴) via the [door_status] shortcode and the Admin Bar.
|
||||
* Plugin Name: WordPress SpaceAPI Consumer
|
||||
* Plugin Slug: wp-spaceapi-consumer
|
||||
* Plugin URI: https://gitea.alluna.pt/jfig/wp-spaceapi-consumer
|
||||
* Description: Small WordPress plugin to consume an SpaceAPI endpoint and indicate on the WordPress website if the Space is Open or Closed
|
||||
* Version: 1.1.1
|
||||
* Author: J (ChatGPT helper)
|
||||
* Author URI: https://example.com/
|
||||
* License: GPL v2 or later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
* Text Domain: door-status-indicator
|
||||
* Author: Joao Figueiredo, LCD Porto Team, ChatGPT o3
|
||||
* Author URI: https://lcdporto.org
|
||||
* License: MIT
|
||||
* License URI: https://gitea.alluna.pt/jfig/wp-spaceapi-consumer/src/branch/dev/LICENSE
|
||||
* Text Domain: wp-spaceapi-consumer
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user