adapt WordPress plugin header fields to refles project name change
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Plugin Name: Door Status Indicator
|
* Plugin Name: WordPress SpaceAPI Consumer
|
||||||
* Plugin URI: https://example.com/
|
* Plugin Slug: wp-spaceapi-consumer
|
||||||
* 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 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
|
* Version: 1.1.1
|
||||||
* Author: J (ChatGPT helper)
|
* Author: Joao Figueiredo, LCD Porto Team, ChatGPT o3
|
||||||
* Author URI: https://example.com/
|
* Author URI: https://lcdporto.org
|
||||||
* License: GPL v2 or later
|
* License: MIT
|
||||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
* License URI: https://gitea.alluna.pt/jfig/wp-spaceapi-consumer/src/branch/dev/LICENSE
|
||||||
* Text Domain: door-status-indicator
|
* Text Domain: wp-spaceapi-consumer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user