Skip to content

Commit

Permalink
Sync branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate-bot authored Jul 8, 2024
2 parents 6241089 + a8c95fb commit 66ec078
Show file tree
Hide file tree
Showing 64 changed files with 1,334 additions and 811 deletions.
1 change: 0 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ vendor/codeinwp/ti-onboarding/assets/vue
vendor/codeinwp/ti-about-page/assets/scss
vendor/codeinwp/ti-about-page/assets/scss
vendor/codeinwp/ti-onboarding/assets/scss
vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php
inc/admin/onboarding/assets/vue
inc/admin/onboarding/node_modules
inc/admin/onboarding/.eslintrc
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
##### [Version 3.8.9](https://github.com/Codeinwp/neve/compare/v3.8.8...v3.8.9) (2024-07-04)

- Fixed an issue with the permalinks of the new starter site menu items

##### [Version 3.8.8](https://github.com/Codeinwp/neve/compare/v3.8.7...v3.8.8) (2024-07-03)

- Fixed duplication of Bank Details on the WooCommerce Order-Received Page
- Fixed text overlapping in Onboarding notice for multiple languages
- Fixed schema issues in the footer
- Fixed CSS syntax error causing W3C validation error
- Updated Google Fonts
- Updated the thumbnail for the default starter site
- Added new default Marketing Agency starter site content

##### [Version 3.8.7](https://github.com/Codeinwp/neve/compare/v3.8.6...v3.8.7) (2024-04-27)

- Updated assets
Expand Down
Binary file removed assets/img/starter-content/card-01.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-02.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-03.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-04.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-05.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/card-06.jpg
Binary file not shown.
Binary file removed assets/img/starter-content/hero.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-01.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-02.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-03.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/img/starter-content/icon-04.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/img/starter-content/icon-05.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/starter-content/icon-06.svg

This file was deleted.

Binary file modified assets/img/starter-content/logo-agency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/starter-content/map.png
Binary file not shown.
Binary file added assets/img/starter-content/neve-hero-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/starter-content/person-hero-2.png
Binary file removed assets/img/starter-content/team-01.jpg
Diff not rendered.
Binary file removed assets/img/starter-content/team-02.jpg
Diff not rendered.
Binary file removed assets/img/starter-content/team-03.jpg
Diff not rendered.
12 changes: 6 additions & 6 deletions composer.lock

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

18 changes: 18 additions & 0 deletions e2e-tests/specs/customizer/hfg/hfg-copyright-component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,26 @@ test('Checks the copyright in front-end', async ({ page }) => {
await expect(
page.locator('.hfg_footer .footer--row[data-show-on="desktop"]')
).toHaveText('Neve | Powered by WordPress');
await expect(
page
.locator('.hfg_footer .footer--row[data-show-on="desktop"] a')
.nth(0)
).toHaveAttribute('href', 'https://themeisle.com/themes/neve/');
await expect(
page
.locator('.hfg_footer .footer--row[data-show-on="desktop"] a')
.nth(1)
).toHaveAttribute('href', 'https://wordpress.org');

// Check that the text is also present for the Mobile footer
await expect(
page.locator('.hfg_footer .footer--row[data-show-on="mobile"]')
).toHaveText('Neve | Powered by WordPress');

await expect(
page.locator('.hfg_footer .footer--row[data-show-on="mobile"] a').nth(0)
).toHaveAttribute('href', 'https://themeisle.com/themes/neve/');
await expect(
page.locator('.hfg_footer .footer--row[data-show-on="mobile"] a').nth(1)
).toHaveAttribute('href', 'https://wordpress.org');
});
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package Neve
*/

define( 'NEVE_VERSION', '3.8.7' );
define( 'NEVE_VERSION', '3.8.9' );
define( 'NEVE_INC_DIR', trailingslashit( get_template_directory() ) . 'inc/' );
define( 'NEVE_ASSETS_URL', trailingslashit( get_template_directory_uri() ) . 'assets/' );
define( 'NEVE_MAIN_DIR', get_template_directory() . '/' );
Expand Down
2 changes: 1 addition & 1 deletion header-footer-grid/Core/Builder/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function add_footer_component( $builder, $row, $slot ) {
/* translators: %1$s is Theme Name ( Neve ), %2$s is WordPress */
esc_html__( '%1$s | Powered by %2$s', 'neve' ),
wp_kses_post( '<p><a href="https://themeisle.com/themes/neve/" rel="nofollow">Neve</a>' ),
wp_kses_post( '<a href="http://wordpress.org" rel="nofollow">WordPress</a></p>' )
wp_kses_post( '<a href="https://wordpress.org" rel="nofollow">WordPress</a></p>' )
);
$output .= '</div></div></div></div>';

Expand Down
Loading

0 comments on commit 66ec078

Please sign in to comment.