-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.php
More file actions
28 lines (27 loc) · 838 Bytes
/
info.php
File metadata and controls
28 lines (27 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
$current_version = '1.0.1';
$download_count = @file_get_contents('count.txt');
$changes = [
'1.0.1' => [
'Windows, Mac Installer',
'Update checker',
'Configuration validator',
'Connection test button',
],
'1.0.0' => [
'Create new multiple connections',
'Service Account Json importer',
'Delete connection',
'Toggle sidebar',
'Listing and selecting saved connections',
'Explorer and Query mode',
'Tree, Json and Raw output views',
'Tree view objects in sidebar',
'Sidebar Filtering',
'Copy button to copy output to clipboard',
'Preferences to change themes, Json theme and Fonts',
'Button to navigate to firebase console',
'Update checker link',
'Initial realease',
],
];