Skip to content

Conversation

@Soare-Robert-Daniel
Copy link
Contributor

Summary

Add Black Friday integration

Will affect visual aspect of the product

YES

Screenshots

CleanShot 2025-05-22 at 15 56 03@2x
CleanShot 2025-05-22 at 16 17 46@2x

Test instructions

  • Alter the date to fall into the Black Friday sales period.

You can install this plugin or you can use this hook to modify the date:

add_filter(
	'themeisle_sdk_current_date',
	function() {
		return new DateTime( '2025-11-26' );
	}
);

Check before Pull Request is ready:

Closes #.

@Soare-Robert-Daniel Soare-Robert-Daniel self-assigned this May 22, 2025
@Soare-Robert-Daniel Soare-Robert-Daniel added the pr-checklist-skip Allow this Pull Request to skip checklist. label May 22, 2025
@pirate-bot pirate-bot added the pr-checklist-complete The Pull Request checklist is complete. (automatic label) label May 22, 2025
@pirate-bot
Copy link
Contributor

Plugin build for 0849ec4 is ready 🛎️!

@vytisbulkevicius vytisbulkevicius merged commit e1e2364 into development May 27, 2025
7 checks passed
@vytisbulkevicius vytisbulkevicius deleted the feat/black-friday branch May 27, 2025 06:36
@pirate-bot
Copy link
Contributor

🎉 This PR is included in version 2.10.47 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-checklist-complete The Pull Request checklist is complete. (automatic label) pr-checklist-skip Allow this Pull Request to skip checklist. released Indicate that an issue has been resolved and released in a particular version of the product.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants