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

WP Employment 0.5.0 #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

WP Employment 0.5.0 #4

wants to merge 9 commits into from

Conversation

aaronhuisinga
Copy link
Owner

0.5.0 is a full refactor of the plugin. Development is being done on the full-refactor branch.

This is most certainly way overdue.

To-Do

  • Convert code from procedural to Object Oriented style
  • Rename functions to help prevent duplicate declarations with other plugins
  • Up to meet WordPress 4.1 standards
  • Remove silent Bootstrap dependency and allow users to more flexibly theme the form
  • Change handling of resume uploads. Current way is stupid and hacky.
  • Remove external mailer dependency. Use the built in WordPress mailer function.
  • Go through issues on GitHub and WordPress website and make sure all are resolved.

Aaron Huisinga added 3 commits March 21, 2015 23:08
Begin complete refactor of the plugin. It will now be object oriented,
bugs will be fixed, dependencies will be reduced, etc.
@aaronhuisinga aaronhuisinga added this to the 0.5.0 milestone Mar 22, 2015
Aaron Huisinga added 6 commits March 22, 2015 22:29
Add index.php file, readme.txt file, and begin Travis CI integration
for tests. Complete moving procedural functions into two separate
classes.
1. Change references of [ ] to array( ) to support older PHP versions.
2. Automatically find the slug of the page using the EMAPPLY shortcode
for rendering the application form
3. Small adjustments to JS for showing job opening details.
4. Reduce to one query when showing Job Openings page
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