Below you will find pages that utilize the taxonomy term “10up”
July 9, 2024
PHPCS Check with Annotations
Version updated for 10up/wpcs-action to version v1.7.0.
This action is used across all versions by 159 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Arguments to allow the action to run the linter only on changed files or on changed lines (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #45). Fixed Using “WordPress” standards by installing from proper directory (props @kmgalanakis, @faisal-alvi, @fabiankaegy, @dkotter via #47). Developer Replaced lee-dohm/no-response with actions/stale to help with closing no-response/stale issues (props @jeffpaul, @dkotter via #43).
March 21, 2024
WordPress Plugin Build Zip
Version updated for 10up/action-wordpress-plugin-build-zip to version 1.0.1.
This action is used across all versions by 59 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed Updated to v4 of upload-artifact, the action now exposes the artifact URL with: ${{ steps.upload-plugin-artifact.outputs.artifact-url }} (props @jdevalk via #3). New Contributors @jdevalk made their first contribution in https://github.com/10up/action-wordpress-plugin-build-zip/pull/3 @jeffpaul made their first contribution in https://github.com/10up/action-wordpress-plugin-build-zip/pull/5 @github-actions made their first contribution in https://github.
February 29, 2024
Repo Automator
Version updated for 10up/action-repo-automator to version 2.1.1.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed Disabled dependabot version updates for GitHub Actions and npm dependencies (props @iamdharmesh, @jeffpaul via #113) Updated pull request validation input to accept true/false instead of a regex expression (props @iamdharmesh, @dkotter via #114) Security Bump eslint from 8.53.0 to 8.54.0 (props @dependabot[bot], @iamdharmesh via #112) Full Changelog: https://github.
January 5, 2024
WordPress Plugin Readme/Assets Update
Version updated for 10up/action-wordpress-plugin-asset-update to version 2.1.3.
This action is used across all versions by 994 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Ignore changes to the vendor/composer directory and the vendor/autoload.php file to prevent modified file errors (props @ravinderk, @dkotter, @cadic via #54, #55). New Contributors @ravinderk made their first contribution in https://github.com/10up/action-wordpress-plugin-asset-update/pull/55 Full Changelog: https://github.com/10up/action-wordpress-plugin-asset-update/compare/2.1.2...2.1.3 View closed items in the milestone.
November 14, 2023
Repo Automator
Version updated for 10up/action-repo-automator to version 2.1.0.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed Skip merge conflict check and auto-sync on pull requests from bots (props @iamdharmesh, @peterwilsoncc via #100) Fixed Ensure we properly remove all HTML comments from input strings (props @dkotter, @iamdharmesh via #108) Security Bump actions/setup-node from 3.8.0 to 4.0.0 (props @dependabot[bot], @iamdharmesh via #90, #107) Bump eslint from 8.
September 7, 2023
WordPress Plugin Deploy
Version updated for 10up/action-wordpress-plugin-deploy to version 2.2.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,329 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Ensure the deploy action works properly when a .distignore file is not present (props @iamdharmesh, @dkotter via #137). Full Changelog: https://github.com/10up/action-wordpress-plugin-deploy/compare/2.2.1...2.2.2 View closed items in the milestone.
September 6, 2023
WordPress Plugin Readme/Assets Update
Version updated for 10up/action-wordpress-plugin-asset-update to version 2.1.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 928 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Include an example git workflow section in the README (props @tedmasterweb, @Preciousomonze, @jeffpaul, @dkotter via #23). Ability to skip updating assets by setting SKIP_ASSETS to true (props @azizultex, @cadic, @Sidsector9 via #48). Changed Replaced the deprecated set-output command with redirection to $GITHUB_OUTPUT (props @Preciousomonze, @peterwilsoncc, @jeffpaul via #52).
September 6, 2023
WordPress Plugin Deploy
Version updated for 10up/action-wordpress-plugin-deploy to version 2.2.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,327 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Ensure built files are included when used without a BUILD_DIR and .distignore file (props @akirk, @iamdharmesh via #130). Ensure a zip is generated when an existing version is found and the generate-zip input is set to true (props @sy-records, @faisal-alvi via #133).
August 30, 2023
PHPCS Check with Annotations
Version updated for 10up/wpcs-action to version v1.6.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 102 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Clone the 2.3.3 tagged release of the VIPCS package to ensure running VIP scans works (props @dkotter, @TylerB24890 via #37). New Contributors @TylerB24890 made their first contribution in https://github.com/10up/wpcs-action/pull/37 Full Changelog: https://github.com/10up/wpcs-action/compare/v1.6.0...v1.6.1 View all items closed in the milestone.
August 21, 2023
Repo Automator
Version updated for 10up/action-repo-automator to version 2.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Note that this release renames action to “Repo Automator”
Added Support for automatically add a milestone. (props @iamdharmesh, @jeffpaul, @faisal-alvi via #47) Support for request PR review from multiple reviewers. (props @iamdharmesh, @faisal-alvi, @jeffpaul via #48) Support for auto-assigning issues to PR author.