Skip to content

feat: add Black Friday integration#318

Merged
vytisbulkevicius merged 1 commit intodevelopmentfrom
feat/black-friday
May 23, 2025
Merged

feat: add Black Friday integration#318
vytisbulkevicius merged 1 commit intodevelopmentfrom
feat/black-friday

Conversation

@Soare-Robert-Daniel
Copy link
Contributor

Summary

Add Black Friday integration.

Will affect visual aspect of the product

NO

Screenshots

CleanShot 2025-05-22 at 17 01 58@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

💂‍♂️ PR Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@pirate-bot
Copy link
Contributor

Plugin build for 399035c is ready 🛎️!

@vytisbulkevicius vytisbulkevicius merged commit 5f3dad2 into development May 23, 2025
8 of 9 checks passed
@vytisbulkevicius vytisbulkevicius deleted the feat/black-friday branch May 23, 2025 13:43
@pirate-bot
Copy link
Contributor

🎉 This PR is included in version 0.13.18 🎉

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 23, 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.

3 participants