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

Refactor the remaining modules #59

Merged
merged 22 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0630576
Refactor custom status to be static
ingeniumed Oct 4, 2024
fcc0e6b
migrate the workflow class
ingeniumed Oct 4, 2024
9fe1fc4
Refactor the remaining modules
ingeniumed Oct 4, 2024
e653884
Fix missing imports
ingeniumed Oct 4, 2024
2ccbe18
Fix the settings not showing up
ingeniumed Oct 4, 2024
a7b56a2
Fix return type
ingeniumed Oct 4, 2024
086e8f9
Fix the default options not being set, the settings menu ordering, do…
ingeniumed Oct 8, 2024
c551f76
Add a new way to reset options after each test, and utilize it in tests
ingeniumed Oct 8, 2024
81d9411
Update the min php and wp versions
ingeniumed Oct 8, 2024
c5cac0f
Move the core hacks to their own file, re-enable the notifications te…
ingeniumed Oct 8, 2024
d44d89c
Fix the cs problems
ingeniumed Oct 8, 2024
b9387f7
Up the WP version
ingeniumed Oct 8, 2024
d55f050
Set the php version correctly
ingeniumed Oct 8, 2024
4335679
Add the missing =
ingeniumed Oct 8, 2024
d078790
More missing ==
ingeniumed Oct 8, 2024
eae3837
Up the workflow version of the plugin
ingeniumed Oct 8, 2024
47479b4
Up the package version info
ingeniumed Oct 8, 2024
c7f98a0
Fix merge conflicts, and fix up all the code review feedback
ingeniumed Oct 9, 2024
c2da69a
Re-order the taxonomy registration process
ingeniumed Oct 9, 2024
5478576
Redo the way default options are handled
ingeniumed Oct 9, 2024
f6a362e
Remove the taxonomy registration priority and add an optimized versio…
ingeniumed Oct 9, 2024
c69cb67
Change all tests to extend WP_UnitTestCase, use built-in factory meth…
alecgeatches Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
327 changes: 0 additions & 327 deletions class-workflow.php

This file was deleted.

1 change: 1 addition & 0 deletions dist/modules/settings/settings.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');
Empty file.
Loading
Loading