Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/spanish translations #52

Merged
merged 9 commits into from Jan 6, 2023
Merged

Add/spanish translations #52

merged 9 commits into from Jan 6, 2023

Conversation

circlecube
Copy link
Member

Adding Spanish (Mexico) translations and applying for any Spanish language selected.

Also, swap out the bluehost wp-php-coding standards for the newfold-labs version.

@circlecube circlecube self-assigned this Jan 5, 2023
@circlecube
Copy link
Member Author

Also addresses #7

@circlecube circlecube merged commit 91474c8 into develop Jan 6, 2023
@circlecube circlecube deleted the add/spanish-translations branch January 6, 2023 17:01
circlecube added a commit that referenced this pull request Jan 25, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
circlecube added a commit that referenced this pull request Feb 1, 2023
* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
circlecube added a commit that referenced this pull request Feb 8, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* Update/cypress (#57)

* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* module updates and specifically listing module versions where not (#58)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* specify correct marketplace module version

* Premium plugins tab tests (#59)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

---------

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Fix/premium plugin test (#60)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

* update route to regex and expect secondary action since we have fixture in place

* try fetch polyfill

* try not using fixture

* add delay to ensure the page loads and container is placed

* remove fetch polyfill

---------

Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>

* version bump

* update plugin name

* update date

* correctly update plugin name

* include other plugins in compat check

* lint tweak

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>
circlecube added a commit that referenced this pull request Apr 6, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* Update/cypress (#57)

* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* module updates and specifically listing module versions where not (#58)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* specify correct marketplace module version

* Premium plugins tab tests (#59)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

---------

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Fix/premium plugin test (#60)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

* update route to regex and expect secondary action since we have fixture in place

* try fetch polyfill

* try not using fixture

* add delay to ensure the page loads and container is placed

* remove fetch polyfill

---------

Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>

* Feature/add brand to container (#62)

* add brand and region values to container

* add install date to container

* update packages, remove unused and get latest and audit fix (#64)

* update packages, remove unused and get latest and audit fix

* update author

* use author url rather than email

* Update css color pallet (#63)

- Update css color props to match the Figma file style guide.
- Add style guide section to the repo's readme file.

Other UI improvements:

- Increase app body top spacing.
- Fix marketplace product price space when product is on sale.

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* version bump

* tested version bump

* Add dependabot.yml file

* Update version check to skip if release is a pre-release. Resolves #12

* Update username in workflow

* newfold module updates

* update lock file

* composer update for lock file

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>
Co-authored-by: A. Alani <38976631+wpalani@users.noreply.github.com>
circlecube added a commit that referenced this pull request May 17, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* Update/cypress (#57)

* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* module updates and specifically listing module versions where not (#58)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* specify correct marketplace module version

* Premium plugins tab tests (#59)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

---------

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Fix/premium plugin test (#60)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

* update route to regex and expect secondary action since we have fixture in place

* try fetch polyfill

* try not using fixture

* add delay to ensure the page loads and container is placed

* remove fetch polyfill

---------

Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>

* Feature/add brand to container (#62)

* add brand and region values to container

* add install date to container

* update packages, remove unused and get latest and audit fix (#64)

* update packages, remove unused and get latest and audit fix

* update author

* use author url rather than email

* Update css color pallet (#63)

- Update css color props to match the Figma file style guide.
- Add style guide section to the repo's readme file.

Other UI improvements:

- Increase app body top spacing.
- Fix marketplace product price space when product is on sale.

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add dependabot.yml file

* Update version check to skip if release is a pre-release. Resolves #12

* Update username in workflow

* GitHub Actions(deps): Bump actions/setup-node from 1 to 3 (#78)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump peter-evans/repository-dispatch from 1 to 2 (#70)

Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](peter-evans/repository-dispatch@v1...v2)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump actions/upload-artifact from 1 to 3 (#72)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump actions/cache from 2 to 3 (#73)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump actions/checkout from 2 to 3 (#75)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Delete deploy-github.yml workflow file

Legacy workflow that is not used.

* Composer(deps): Bump newfold-labs/wp-module-coming-soon

Bumps [newfold-labs/wp-module-coming-soon](https://github.com/newfold-labs/wp-module-coming-soon) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/newfold-labs/wp-module-coming-soon/releases)
- [Commits](newfold-labs/wp-module-coming-soon@1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-coming-soon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer(deps): Bump newfold-labs/wp-module-marketplace

Bumps [newfold-labs/wp-module-marketplace](https://github.com/newfold-labs/wp-module-marketplace) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/newfold-labs/wp-module-marketplace/releases)
- [Commits](newfold-labs/wp-module-marketplace@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-marketplace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer Dev(deps-dev): Bump wp-cli/i18n-command from 2.4.2 to 2.4.3

Bumps [wp-cli/i18n-command](https://github.com/wp-cli/i18n-command) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/wp-cli/i18n-command/releases)
- [Commits](wp-cli/i18n-command@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: wp-cli/i18n-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Find a Domain link

* Composer(deps): Bump newfold-labs/wp-module-data from 2.3 to 2.3.4

Bumps [newfold-labs/wp-module-data](https://github.com/newfold-labs/wp-module-data) from 2.3 to 2.3.4.
- [Release notes](https://github.com/newfold-labs/wp-module-data/releases)
- [Commits](newfold-labs/wp-module-data@2.3...2.3.4)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* composer package updates

* package updates

* version bump

* update package

* print a11y issues in test result log

* fix a11y issue for color contrast

* update a11y test commands to use new one which logs failures

* fix a11y fails

* fix indentation

* add cypress project id and matrix workflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>
Co-authored-by: A. Alani <38976631+wpalani@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
circlecube added a commit that referenced this pull request Jun 14, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* Update/cypress (#57)

* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* module updates and specifically listing module versions where not (#58)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* specify correct marketplace module version

* Premium plugins tab tests (#59)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

---------

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Fix/premium plugin test (#60)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

* update route to regex and expect secondary action since we have fixture in place

* try fetch polyfill

* try not using fixture

* add delay to ensure the page loads and container is placed

* remove fetch polyfill

---------

Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>

* Feature/add brand to container (#62)

* add brand and region values to container

* add install date to container

* update packages, remove unused and get latest and audit fix (#64)

* update packages, remove unused and get latest and audit fix

* update author

* use author url rather than email

* Update css color pallet (#63)

- Update css color props to match the Figma file style guide.
- Add style guide section to the repo's readme file.

Other UI improvements:

- Increase app body top spacing.
- Fix marketplace product price space when product is on sale.

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add dependabot.yml file

* Update version check to skip if release is a pre-release. Resolves #12

* Update username in workflow

* GitHub Actions(deps): Bump actions/setup-node from 1 to 3 (#78)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump peter-evans/repository-dispatch from 1 to 2 (#70)

Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](peter-evans/repository-dispatch@v1...v2)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump actions/upload-artifact from 1 to 3 (#72)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump actions/cache from 2 to 3 (#73)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GitHub Actions(deps): Bump actions/checkout from 2 to 3 (#75)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Delete deploy-github.yml workflow file

Legacy workflow that is not used.

* Composer(deps): Bump newfold-labs/wp-module-coming-soon

Bumps [newfold-labs/wp-module-coming-soon](https://github.com/newfold-labs/wp-module-coming-soon) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/newfold-labs/wp-module-coming-soon/releases)
- [Commits](newfold-labs/wp-module-coming-soon@1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-coming-soon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer(deps): Bump newfold-labs/wp-module-marketplace

Bumps [newfold-labs/wp-module-marketplace](https://github.com/newfold-labs/wp-module-marketplace) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/newfold-labs/wp-module-marketplace/releases)
- [Commits](newfold-labs/wp-module-marketplace@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-marketplace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer Dev(deps-dev): Bump wp-cli/i18n-command from 2.4.2 to 2.4.3

Bumps [wp-cli/i18n-command](https://github.com/wp-cli/i18n-command) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/wp-cli/i18n-command/releases)
- [Commits](wp-cli/i18n-command@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: wp-cli/i18n-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Find a Domain link

* Composer(deps): Bump newfold-labs/wp-module-data from 2.3 to 2.3.4

Bumps [newfold-labs/wp-module-data](https://github.com/newfold-labs/wp-module-data) from 2.3 to 2.3.4.
- [Release notes](https://github.com/newfold-labs/wp-module-data/releases)
- [Commits](newfold-labs/wp-module-data@2.3...2.3.4)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge branch 'main' into develop

# Conflicts:
#	package-lock.json

* version bump and package updates

* bump version in package.json too

* update flaky test to read help text rather than snack update notice

* update replay

* update replay/cypress and react-error-boundary too

* GitHub Actions(deps): Bump replayio/action-cypress from 0.2.8 to 0.3.0 (#116)

Bumps [replayio/action-cypress](https://github.com/replayio/action-cypress) from 0.2.8 to 0.3.0.
- [Commits](replayio/action-cypress@v0.2.8...v0.3.0)

---
updated-dependencies:
- dependency-name: replayio/action-cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add plugin icon and banner for update and detail screens

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>
Co-authored-by: A. Alani <38976631+wpalani@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants