File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ public final function settingsPage(): void
109
109
<?= !empty ($ plugin_data ['Version ' ]) ? $ plugin_data ['Version ' ] : 'Base ' ; ?>
110
110
</td>
111
111
<td>
112
- <button class="install-button primary button" <?= $ installed ? ' disabled ' : '' ?>
112
+ <button class="install-button primary button"
113
113
data-repo="<?= empty ($ data ['name ' ]) ? '' : $ data ['name ' ]; ?> "
114
114
onclick="document.querySelector('#repo-to-install').value =this.dataset.repo;">
115
- Install
115
+ <?= $ installed ? " Update " : " Install " ?>
116
116
</button>
117
117
</td>
118
118
</tr>
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Plugin Name: Cerberus Plugins Manager
5
5
* Description: Manages the cerberus plugins
6
- * Version: 1.0.2
6
+ * Version: 1.0.3
7
7
* Requires at least: 5.7
8
8
* Author: Casey
9
9
*/
You can’t perform that action at this time.
0 commit comments