Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
🔖 v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Sep 19, 2019
1 parent fa445ba commit ead8b23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Changelog formatting (http://semver.org/):
### Removed (for deprecated features removed in this release)
-->

## 1.0.0-rc.1 (:construction: 2019-09-19)
## 1.0.0-rc.2 (:construction: 2019-09-19)

### Fixed

Expand All @@ -33,6 +33,7 @@ Changelog formatting (http://semver.org/):

### Changed

- :memo: Close #16 Completed README file with description, installation and management instructions, and developer info.
- Use `$wpdb` methods to trash Courses CPTs on uninstall instead of `get_posts()` and `wp_trash_post()`. The get posts -> trash posts approach can use a lot of memory if there are a lot of posts and cause a significant slowdown.
- Move uninstall methods from a dedicated file into a class method hooked to `register_uninstall_hook`.
- Modify the archive template to handle display of search results as well as the standard archive and taxonomy archive display.
Expand All @@ -56,6 +57,7 @@ Changelog formatting (http://semver.org/):

### Added

- :white_check_mark: Github issue and pull request templates.
- Uninstall method to remove all Courses custom taxonomies and terms.
- :sparkles: Close #11 Allow searching all courses with custom search form and results page.
- Function to display a list of all the terms with attached posts for a given taxonomy, formatted as an unordered list with a heading.
Expand Down

0 comments on commit ead8b23

Please sign in to comment.