Skip to content

refactor: use the new black friday hooks #4407

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

Merged
merged 2 commits into from
May 27, 2025

Conversation

Soare-Robert-Daniel
Copy link
Contributor

@Soare-Robert-Daniel Soare-Robert-Daniel commented May 13, 2025

Summary

  • Removed the old code for Black Friday.
  • Added the new hooks integration.

Will affect visual aspect of the product

YES

Screenshots

CleanShot 2025-05-13 at 14 44 46@2x
CleanShot 2025-05-13 at 14 45 00@2x
CleanShot 2025-05-13 at 14 45 11@2x
CleanShot 2025-05-13 at 15 48 45@2x

Test instructions

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 13, 2025
@Soare-Robert-Daniel Soare-Robert-Daniel added the pr-checklist-skip Allow this Pull Request to skip checklist. label May 13, 2025
@Soare-Robert-Daniel Soare-Robert-Daniel force-pushed the refactor/blackfriday-hooks branch from 0ff786c to 8ae541d Compare May 14, 2025 09:47
@Soare-Robert-Daniel Soare-Robert-Daniel force-pushed the refactor/blackfriday-hooks branch from 8ae541d to b5af636 Compare May 22, 2025 07:18
@Soare-Robert-Daniel Soare-Robert-Daniel marked this pull request as ready for review May 22, 2025 07:19
@pirate-bot pirate-bot added the pr-checklist-complete The Pull Request checklist is complete. (automatic label) label May 22, 2025
@Soare-Robert-Daniel Soare-Robert-Daniel force-pushed the refactor/blackfriday-hooks branch from b5af636 to 4e48283 Compare May 22, 2025 14:54
@pirate-bot
Copy link
Collaborator

pirate-bot commented May 22, 2025

Plugin build for f35b162 is ready 🛎️!

@Soare-Robert-Daniel Soare-Robert-Daniel force-pushed the refactor/blackfriday-hooks branch from 4e48283 to f35b162 Compare May 23, 2025 08:13
@vytisbulkevicius vytisbulkevicius merged commit 0a22298 into development May 27, 2025
13 of 14 checks passed
@vytisbulkevicius vytisbulkevicius deleted the refactor/blackfriday-hooks branch May 27, 2025 11:22
@pirate-bot
Copy link
Collaborator

🎉 This PR is included in version 4.1.2 🎉

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 30, 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