Skip to content

Commit

Permalink
Release/1.2.5 (#54)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Jan 25, 2023
1 parent 89405c8 commit 85cdf4a
Show file tree
Hide file tree
Showing 16 changed files with 1,268 additions and 417 deletions.
6 changes: 1 addition & 5 deletions composer.json
Expand Up @@ -29,14 +29,10 @@
"only": [
"newfold-labs/*"
]
},
"bluehost-satis": {
"type": "composer",
"url": "https://bluehost.github.io/satis/"
}
},
"require-dev": {
"bluehost/wp-php-standards": "^1.1",
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.2",
"wp-phpunit/wp-phpunit": "^5.8"
},
Expand Down
165 changes: 84 additions & 81 deletions composer.lock

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

0 comments on commit 85cdf4a

Please sign in to comment.