Changeset 2549324
- Timestamp:
- 06/17/2021 01:00:01 AM (5 years ago)
- Location:
- naoca/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
naoca.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
naoca/trunk/README.txt
r2548574 r2549324 27 27 28 28 == Upgrade Notice == 29 30 = 1.0.65 = 31 32 Fixed babel module issue 29 33 30 34 = 1.0.6 = -
naoca/trunk/naoca.php
r2548567 r2549324 17 17 * Plugin URI: https://www.naoca.com.au 18 18 * Description: Plugin to communicate with Naoca API and display client information, including live streams etc 19 * Version: 1.0.6 19 * Version: 1.0.65 20 20 * Author: George Inggs 21 21 * Author URI: https://www.naoca.com.au … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'NAOCA_VERSION', '1.0.6 ' );38 define( 'NAOCA_VERSION', '1.0.65' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.