Skip to content

Commit 5bf5581

Browse files
authored
Update bmlt-versions.php
1 parent ca55deb commit 5bf5581

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bmlt-versions.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Description: A simple content generator to display the versions and links of the various BMLT components. Add [bmlt_versions] to a page or a post to generate the list.
77
Author: bmlt-enabled
88
Author URI: https://bmlt.app
9-
Version: 1.8.1
9+
Version: 1.8.2
1010
Install: Drop this directory into the "wp-content/plugins/" directory and activate it.
1111
*/
1212
/* Disallow direct access to the plugin file */
@@ -78,7 +78,7 @@ public function bmltVersionsAdminOptionsPage()
7878
<td><input type="text" id="bmltVersionsGithubApiKey" name="bmltVersionsGithubApiKey" value="<?php echo get_option('bmltVersionsGithubApiKey'); ?>" /></td>
7979
</tr>
8080
<tr valign="top">
81-
<th scope="row"><label for="rootServerDoc">Root Server Documentation</label></th>
81+
<th scope="row"><label for="rootServerDoc">Server Documentation</label></th>
8282
<td><input type="text" id="rootServerDoc" name="rootServerDoc" value="<?php echo get_option('rootServerDoc'); ?>" /></td>
8383
</tr>
8484
<tr valign="top">
@@ -122,11 +122,11 @@ public function bmltVersionsSimpleFunc($atts = [])
122122

123123
$products = [
124124
'root_server' => [
125-
'github_name' => 'bmlt-root-server',
126-
'display_name' => 'Root Server',
125+
'github_name' => 'bmlt-server',
126+
'display_name' => 'BMLT Server',
127127
'docs_option_name' => 'rootServerDoc',
128-
'download_url' => 'https://github.com/bmlt-enabled/bmlt-root-server/releases/',
129-
'github_url' => 'https://github.com/bmlt-enabled/bmlt-root-server'
128+
'download_url' => 'https://github.com/bmlt-enabled/bmlt-server/releases/',
129+
'github_url' => 'https://github.com/bmlt-enabled/bmlt-server'
130130
],
131131
'crouton' => [
132132
'github_name' => 'crouton',
@@ -237,7 +237,7 @@ public function bmltVersionsFunc($atts = [])
237237
}
238238

239239
$repositories = [
240-
'root_server' => ['display_name' => 'BMLT Root Server', 'name' => 'bmlt-root-server', 'source' => 'github'],
240+
'root_server' => ['display_name' => 'BMLT Server', 'name' => 'bmlt-root-server', 'source' => 'github'],
241241
'yap' => ['display_name' => 'Yap', 'name' => 'yap', 'source' => 'github'],
242242
'wordpress' => ['display_name' => 'Wordpress Satellite', 'name' => 'bmlt-wordpress-satellite-plugin', 'source' => 'wordpress'],
243243
'drupal' => ['display_name' => 'Drupal Satellite', 'name' => 'bmlt-drupal', 'source' => 'drupal'],

0 commit comments

Comments
 (0)