Skip to content

Commit

Permalink
Merge pull request #132 from wp-media/develop
Browse files Browse the repository at this point in the history
Update assets for WP Repo and workflows
  • Loading branch information
MathieuLamiot committed Aug 14, 2023
2 parents 4122f5a + f6fc50e commit 911d6fa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
steps:
- uses: actions/checkout@master
- name: build
run: composer install -o --no-dev --no-scripts
run: composer install --no-dev --no-scripts
- name: remove composer/installers
run: composer remove composer/installers --update-no-dev --no-scripts
- name: optimize autoloader
run: composer dumpautoload -o
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/readme-assets-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
IGNORE_OTHER_FILES: true
6 changes: 6 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Security Policy

## Reporting Security Bugs

Please report security bugs found in the site-reviews plugin's source code through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/rocket-lazy-load). The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.
---
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ You can also apply it manually. The element you want to apply lazy load on must

The element must have the class `rocket-lazyload`, and a `data-bg` attribute, which value is the CSS url for the image.

= Where do I report security bugs found in this plugin? =

You can report any security bugs found in the source code of the site-reviews plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/rocket-lazy-load). The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.

= Related Plugins =

* [Imagify: The Best image optimizer](https://imagify.io/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=LazyLoadPlugin) to speed up your website with lighter images.
Expand Down

0 comments on commit 911d6fa

Please sign in to comment.