Skip to content

Commit

Permalink
updating base class dep (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv authored Sep 28, 2022
1 parent 15af645 commit 9027c54
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bmlt-wordpress-satellite-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
********************************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
28 changes: 21 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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.

Expand Down

0 comments on commit 9027c54

Please sign in to comment.