jazzsequence / address-book
A WordPress plugin for storing and maintaining addresses.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 7
Type:wordpress-plugin
Requires
- cmb2/cmb2: ^2.10
- johnbillion/extended-cpts: ^5.0
This package is auto-updated.
Last update: 2025-01-10 05:11:16 UTC
README
Contributors: Chris Reynolds
Requires at least: 4.4
Tested up to: 4.9.1
Stable tag: 0.3.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description
A WordPress plugin for storing and maintaining addresses.
Installation
Manual Installation
- Upload the entire
/address-book
directory to the/wp-content/plugins/
directory. - Activate Address Book through the 'Plugins' menu in WordPress.
Changelog
0.3.3
- Bump johnbillion/extended-cpts from 4.2.3 to 4.5.2 by @dependabot-preview in #12
- Bump cmb2/cmb2 from 2.5.1 to 2.9.0 by @dependabot-preview in #11
- Create Dependabot config file by @dependabot-preview in #6
- Bump cmb2/cmb2 from 2.9.0 to 2.10.1 by @dependabot in #14
- Bump johnbillion/extended-cpts from 4.5.2 to 5.0.3 by @dependabot in #13
- Reorder meta-boxes and hide Addresses from search by @jazzsequence in #15
0.3.2
- Fix broken admin page
0.3.1
- Remove check for CMB2 class (not needed, CMB2 handles it internally).
0.3
- Using composer to require extended cpts and cmb2.
- Moved requires to an init function.
0.2.2
- Added new helper function to handle
WP_Query
so we aren't usingget_posts
- Updated
get_addresses
so it works likeget_posts
- Added meta query for inactive addresses
- Added default relationships and removed row actions so they are harder to edit
- Added caching for full address lists
0.2.1
- Added admin page for custom address list
- Moved CMB2 stuff into CPT directory
- Added generic and CMB2 helper functions
0.2
- Update license to GPL3
0.1.2
- Added phone number field and custom sanitization for phone numbers
- Added support for phone number revisions
- Added support for special dates
0.1.1
- Refined the handling of address meta revisions
- Added new Past Addresses meta box
- Made more generic CMB2 helper functions
0.1
- First release
- Adds initial plugin framework
- Added post type, taxonomies, and initial metaboxes
- Added support for revisions and post meta revision support
- Changed the default "Enter title here" placeholder text
Upgrade Notice
0.1
First Release