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

Release/2.1.0 #198

Merged
merged 37 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3e63701
ecommerce required chnages
ramyakrishnai Aug 17, 2023
3e8cc0b
box shadow removed for home sections
ramyakrishnai Aug 17, 2023
bdeda91
Merge branch 'develop' into new-ui-ecommerce
ramyakrishnai Aug 22, 2023
b028973
Merge branch 'update/new-ui' into new-ui-ecommerce
ramyakrishnai Aug 24, 2023
981f5db
added hostagot css stylesheet from ecommerce
ramyakrishnai Aug 24, 2023
2d653af
hostgator removed
ramyakrishnai Aug 24, 2023
21d9336
Merge branch 'develop' into new-ui-ecommerce
ramyakrishnai Aug 29, 2023
36be817
updated ecommerce version to 1.2.0
ramyakrishnai Aug 30, 2023
40b36cc
view store && view site based on ecommerce
ramyakrishnai Aug 30, 2023
086cfeb
url added
ramyakrishnai Aug 30, 2023
2399290
manage email
ramyakrishnai Sep 1, 2023
a0eccd4
chnaged the colors mentioned
ramyakrishnai Sep 4, 2023
256ebd8
GitHub Actions(deps): Bump actions/checkout from 3 to 4
dependabot[bot] Sep 4, 2023
70b1b52
qa commentes resolved
ramyakrishnai Sep 5, 2023
2c97c0a
Fix placeholder in translation
arunshenoy99 Sep 5, 2023
fe8b02a
Merge pull request #196 from newfold-labs/dependabot/github_actions/d…
circlecube Sep 5, 2023
f43638a
Merge pull request #197 from newfold-labs/hotfix/pt_BR-placeholder
circlecube Sep 5, 2023
d6e7994
Merge pull request #182 from ramyakrishnai/new-ui-ecommerce
circlecube Sep 5, 2023
aeb885f
package updates
circlecube Sep 5, 2023
25ed7a9
version bump
circlecube Sep 5, 2023
357b4bf
cypress update and use coming soon module test now that ecommerce mod…
circlecube Sep 5, 2023
4abf9e3
add section header on home screen for a11y compatability
circlecube Sep 5, 2023
f86adb7
test in latest wp 6.3.1
circlecube Sep 5, 2023
8fa241f
Break home page into separate containers.
wpalani Sep 5, 2023
5b3a3f2
Add `key` to `Notifications.Notification`
wpalani Sep 5, 2023
3e67c9c
Fix active nav item highlight when opening the nav from WordPress adm…
wpalani Sep 5, 2023
73190e2
update coming soon helper method
circlecube Sep 5, 2023
c9743df
Merge branch 'release/2.1.0' of https://github.com/newfold-labs/wp-pl…
circlecube Sep 5, 2023
f366c6f
revert cypress config
circlecube Sep 5, 2023
8296ee9
update coming soon template to match test
circlecube Sep 5, 2023
626bcf0
bring the coming soon test back to plugin level and exclude module ba…
circlecube Sep 5, 2023
b21e105
fix welcome section onboarding screen missing props and bad callback …
circlecube Sep 5, 2023
a6ec0f1
bump ecommerce module version
circlecube Sep 6, 2023
c78991a
update to new class in test
circlecube Sep 6, 2023
fb070d0
revert coming soon template headline swap
circlecube Sep 6, 2023
ed30db1
fix typo in test
circlecube Sep 6, 2023
f533cd7
update to latest coming soon module with working test
circlecube Sep 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Use PHP 7.4 here for compatibility with the WordPress codesniffer rules.
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint yaml files
uses: ibiqlik/action-yamllint@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate version number
if: ${{ (github.repository == 'newfold-labs/wp-plugin-hostgator') && (github.event.release.prerelease == false) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.3",
"core": "WordPress/WordPress#tags/6.3.1",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3",
"wp-phpunit/wp-phpunit": "^6.2"
"wp-phpunit/wp-phpunit": "^6.3.1"
},
"scripts": {
"fix": "vendor/bin/phpcbf --standard=phpcs.xml .",
Expand All @@ -51,8 +51,9 @@
},
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.8",
"newfold-labs/wp-module-coming-soon": "^1.1.9",
"newfold-labs/wp-module-data": "^2.4.3",
"newfold-labs/wp-module-ecommerce": "^1.2.1",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.0.1",
"newfold-labs/wp-module-notifications": "^1.1.4",
Expand Down
126 changes: 113 additions & 13 deletions composer.lock

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

5 changes: 1 addition & 4 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = defineConfig({
screenshotsFolder: 'tests/cypress/screenshots',
video: true,
videosFolder: 'tests/cypress/videos',
videoUploadOnPasses: false,
chromeWebSecurity: false,
viewportWidth: 1024,
viewportHeight: 768,
Expand All @@ -43,8 +42,6 @@ module.exports = defineConfig({
],
supportFile: 'tests/cypress/support/index.js',
testIsolation: false,
excludeSpecPattern: [
'vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.{js,jsx,ts,tsx}', // omit until ecommerce module is added
],
excludeSpecPattern: [],
},
})
1 change: 1 addition & 0 deletions inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static function add_to_runtime( $sdk ) {
public static function subpages() {
return array(
'hostgator#/home' => __( 'Home', 'wp-plugin-hostgator' ),
'hostgator#/store' => __( 'Store', 'wp-plugin-hostgator' ),
'hostgator#/marketplace' => __( 'Marketplace', 'wp-plugin-hostgator' ),
'hostgator#/performance' => __( 'Performance', 'wp-plugin-hostgator' ),
'hostgator#/settings' => __( 'Settings', 'wp-plugin-hostgator' ),
Expand Down
Binary file modified languages/wp-plugin-hostgator-pt_BR.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/wp-plugin-hostgator-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ msgstr "Ativo Em Breve"
#. translators: %1$s is replaced with the opening link tag and %2$s is replaced with the closing link tag, %3$s is the opening link tag to preview the page, %4$s is the closing link tag.
#: bootstrap.php:82
msgid "Your site is currently displaying a %1$scoming soon page%2$s. Once you are ready, %3$slaunch your site%4$s."
msgstr "Seu site está exibindo uma %1$spágina em breve%2$s. Assim que estiver pronto, %3$lance seu site%4$s."
msgstr "Seu site está exibindo uma %1$spágina em breve%2$s. Assim que estiver pronto, %3$slance seu site%4$s."

#: bootstrap.php:83
msgid "Preview the coming soon landing page"
Expand Down
Loading
Loading