-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion.php
More file actions
16 lines (16 loc) · 822 Bytes
/
Copy pathversion.php
File metadata and controls
16 lines (16 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
// ============================================================
// ShowPilot — version constant
// ============================================================
// Single source of truth for the plugin version. Both showpilot_listener.php
// and showpilot_ui.html include this file rather than hardcoding the value
// independently. Without this, the two files would drift — that's exactly
// what happened in 0.8.x → 0.9.x: the listener bumped through betas while
// the UI was stuck at 0.8.6, making it look to users like the plugin was
// never updated.
//
// When releasing a new version: edit ONLY this file. Do not search for
// "0.10.0" in other files and update by hand — by design, no other file
// has it.
// ============================================================
$PLUGIN_VERSION = "0.13.72";