diff --git a/Dockerfile b/Dockerfile index 69a592c..a1c97c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:6.3.1-php8.2-apache +FROM wordpress:6.4.2-php8.1-apache RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \ @@ -17,4 +17,4 @@ RUN pecl install xdebug-3.2.2 && docker-php-ext-enable xdebug \ && echo "xdebug.idekey=IDE_DEBUG" >> ${PHP_INI_PATH} EXPOSE 80 -EXPOSE 443 \ No newline at end of file +EXPOSE 443 diff --git a/README.md b/README.md index 0c0cbee..cd36aa4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ This section describes how to install the plugin and get it working. # Changelog += 1.8.1 = +* Better handling for bad API keys. + = 1.8.0 = * Refactored codebase. diff --git a/bmlt-versions.php b/bmlt-versions.php index 8c55cb8..7fd042a 100644 --- a/bmlt-versions.php +++ b/bmlt-versions.php @@ -6,7 +6,7 @@ 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. Author: bmlt-enabled Author URI: https://bmlt.app -Version: 1.8.0 +Version: 1.8.1 Install: Drop this directory into the "wp-content/plugins/" directory and activate it. */ /* Disallow direct access to the plugin file */ @@ -68,7 +68,7 @@ public function bmltVersionsAdminOptionsPage() ?>
You must activate a GitHub personal access token to use this plugin. Instructions can be found here https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token.
+You must activate a GitHub personal access token to use this plugin. Instructions can be found here https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token.
Links for documentation are optional and only configured for [bmlt_versions_simple]. You can find all the documentations pages here https://bmlt.app. If inputs are left blank, "View Documentation" link will not display on the front end