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

Fix multisite activation #685

Merged
merged 9 commits into from
Jun 11, 2024
Merged

Fix multisite activation #685

merged 9 commits into from
Jun 11, 2024

Conversation

mauteri
Copy link
Contributor

@mauteri mauteri commented Jun 11, 2024

Description of the Change

Closes #

How to test the Change

Changelog Entry

Added - New feature
Changed - Existing functionality
Deprecated - Soon-to-be removed feature
Removed - Feature
Fixed - Bug fix
Security - Vulnerability

Credits

Props @username, @username2, ...

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

Copy link

what-the-diff bot commented Jun 11, 2024

PR Summary

  • Modified class-setup.php file
    This pull request primarily represents modifications in class-setup.php file to optimize code readability and functionality.

  • Renaming of methods
    Key methods like maybe_flush_gatherpress_rewrite_rules and maybe_create_custom_table have been renamed to maybe_flush_rewrite_rules and create_tables respectively for greater clarity.

  • Creation of New Methods
    There are new methods such as on_site_create and maybe_create_flush_rewrite_rules_flag. The on_site_create method manages actions linked to the creation of a new site in a multisite network, while maybe_create_flush_rewrite_rules_flag manages the creation of an option flag that determines whether to execute a process called 'rewrite rules'.

  • Readme.md file update
    The readme.md file has been updated to show that our platform is now compatible with GatherPress WordPress Multisite.

  • New unit test
    An additional unit test for maybe_create_flush_rewrite_rules_flag method has been implemented to ensure correctness of the new functionality introduced.

@mauteri mauteri merged commit 261157a into main Jun 11, 2024
21 checks passed
@mauteri mauteri deleted the fix-multisite-activation branch June 11, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant