diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 59fe634..73f32ca 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -58,6 +58,14 @@ jobs: run: | aws s3 cp ${DIST_DIR_S3}/${ZIP_FILENAME} s3://${{ secrets.S3_BUCKET }}/${S3_KEY}/${ZIP_FILENAME} + - name: Publish Release to Latest WP + id: publish_latest + uses: bmlt-enabled/wordpress-releases-github-action@v1 + with: + file: ${{ env.DIST_DIR_S3 }}/${{ env.ZIP_FILENAME }} + aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }} + s3_key: ${{ env.S3_KEY }} + deploy-docs: runs-on: ubuntu-latest permissions: diff --git a/bmlt-wordpress-satellite-plugin.php b/bmlt-wordpress-satellite-plugin.php index ea7f176..58da57c 100644 --- a/bmlt-wordpress-satellite-plugin.php +++ b/bmlt-wordpress-satellite-plugin.php @@ -9,7 +9,7 @@ Plugin URI: https://bmlt.app Author: MAGSHARE Description: This is a WordPress plugin satellite of the Basic Meeting List Toolbox. -Version: 3.11.0 +Version: 3.11.1 Install: Drop this directory into the "wp-content/plugins/" directory and activate it. ********************************************************************************************/ diff --git a/composer.json b/composer.json index 61366e4..5ba1059 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "squizlabs/php_codesniffer": "3.*" }, "require": { - "bmlt/bmlt-satellite-base-class": "^3.11.1", + "bmlt/bmlt-satellite-base-class": "^3.11.2", "bmlt/bmlt-satellite-driver": "1.1" } } diff --git a/composer.lock b/composer.lock index b835e10..00a6656 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dbbe976edefab7a59d2d3dca484b8a8e", + "content-hash": "555c62f479c6f29c4e4b9a205263c39e", "packages": [ { "name": "bmlt/bmlt-satellite-base-class", - "version": "3.11.1", + "version": "3.11.2", "source": { "type": "git", "url": "https://github.com/bmlt-enabled/bmlt-satellite-base-class.git", - "reference": "1ad8d6d2b6e94fbeba22eeba9e3c2c181bb4a0d5" + "reference": "a8116dee50cc6469c448aef70a08d028a984da66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bmlt-enabled/bmlt-satellite-base-class/zipball/1ad8d6d2b6e94fbeba22eeba9e3c2c181bb4a0d5", - "reference": "1ad8d6d2b6e94fbeba22eeba9e3c2c181bb4a0d5", + "url": "https://api.github.com/repos/bmlt-enabled/bmlt-satellite-base-class/zipball/a8116dee50cc6469c448aef70a08d028a984da66", + "reference": "a8116dee50cc6469c448aef70a08d028a984da66", "shasum": "" }, "require": { @@ -43,7 +43,11 @@ } ], "description": "This is a generic CMS plugin class for a BMLT satellite client.", - "time": "2022-09-06T21:54:30+00:00" + "support": { + "issues": "https://github.com/bmlt-enabled/bmlt-satellite-base-class/issues", + "source": "https://github.com/bmlt-enabled/bmlt-satellite-base-class/tree/3.11.2" + }, + "time": "2022-09-28T14:50:14+00:00" }, { "name": "bmlt/bmlt-satellite-driver", @@ -79,6 +83,10 @@ } ], "description": "Provides low-level communication to the BMLT Root Server.", + "support": { + "issues": "https://github.com/bmlt-enabled/bmlt-satellite-driver/issues", + "source": "https://github.com/bmlt-enabled/bmlt-satellite-driver/tree/1.1.0" + }, "time": "2022-09-06T19:30:26+00:00" } ], @@ -132,6 +140,11 @@ "phpcs", "standards" ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, "time": "2022-06-18T07:21:10+00:00" } ], @@ -141,5 +154,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" } diff --git a/readme.txt b/readme.txt index da206c6..716a80b 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: na, meeting list, meeting finder, maps, recovery, addiction, webservant Author: bmlt-enabled Requires at least: 4.0 Tested up to: 6.0.2 -Stable tag: 3.11.0 +Stable tag: 3.11.1 This is a "satellite" plugin for the Basic Meeting List Toolbox (BMLT). @@ -28,6 +28,9 @@ This is a standard WordPress plugin. Either use the in-dashboard installer, or m = Changelog = += 3.11.1 = +* Fixed PHP8 fatal error that could occur with port detection. + = 3.11.0 = * Updated dependencies, PHP8 compatibility.