-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update marketplace styles (#10) * horizontal tabpanel filter bar. * 3 card wide layout. * other style improvements. * Feature/marketplace update (#9) * fix typo * update marketplace module and component * Update workflows to support Git Flow + WP branch naming conventions * explicitly update marketplace in composer * fix tests to reflect module updates * update marketplace module again and fix nav styles for marketplace page * npm audit fix * update node and php used in runner for builds * composer update to get latest marketplace module * update versions in i18n workflow too * Add the SSO module * package updates (#15) * package updates update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe also migrate cypress config and tests for latest version * also update cypress-axe package * fixes #13 - replace UpgradeHandler class with forge package (#17) * add newfold secure passwords module (#18) * Feature/add brand to container (#27) * add brand value to container * add install date to container * Update/packages (#29) * update author * package updates * use author website * Update css color pallet / App UI (#28) - Update css color props to match the Figma file style guide. Other UI improvements: - Increase app body top spacing. - Update marketplace filter UI. - Fix marketplace product price space when product is on sale. - Update app home side images with better design. Co-authored-by: Evan Mullins <evanrm@gmail.com> * version bump * tested version bump * Add dependabot.yml file * Update Al Ani's username * set module versions explicitly * fix marketplace tab arrow visual issue introduced with wp release * fix marketplace tab arrow visual issue better --------- Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com> Co-authored-by: Micah Wood <micah@wpscholar.com> Co-authored-by: A. Alani <38976631+wpalani@users.noreply.github.com>
- Loading branch information
1 parent
3963805
commit 04396ce
Showing
20 changed files
with
10,928 additions
and
13,801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
version: 2 | ||
updates: | ||
|
||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
target-branch: "develop" | ||
allow: | ||
- dependency-type: direct | ||
schedule: | ||
interval: "daily" | ||
assignees: | ||
- "wpscholar" | ||
reviewers: | ||
- "wpalani" | ||
- "circlecube" | ||
- "wpscholar" | ||
commit-message: | ||
prefix: "GitHub Actions" | ||
include: "scope" | ||
labels: | ||
- "dependencies" | ||
|
||
# Maintain dependencies for npm | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
target-branch: "develop" | ||
allow: | ||
- dependency-type: direct | ||
schedule: | ||
interval: "daily" | ||
versioning-strategy: increase-if-necessary | ||
assignees: | ||
- "wpscholar" | ||
reviewers: | ||
- "wpalani" | ||
- "circlecube" | ||
- "wpscholar" | ||
commit-message: | ||
prefix: "NPM" | ||
prefix-development: "NPM Dev" | ||
include: "scope" | ||
labels: | ||
- "dependencies" | ||
- "javascript" | ||
|
||
# Maintain dependencies for Composer | ||
- package-ecosystem: "composer" | ||
directory: "/" | ||
target-branch: "develop" | ||
schedule: | ||
interval: "daily" | ||
allow: | ||
- dependency-type: direct | ||
versioning-strategy: increase-if-necessary | ||
assignees: | ||
- "wpscholar" | ||
reviewers: | ||
- "wpalani" | ||
- "circlecube" | ||
- "wpscholar" | ||
commit-message: | ||
prefix: "Composer" | ||
prefix-development: "Composer Dev" | ||
include: "scope" | ||
labels: | ||
- "dependencies" | ||
- "php" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.