Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzsequence/address-book
A WordPress plugin for storing and maintaining addresses
https://github.com/jazzsequence/address-book
address-book addresses hacktoberfest phone-numbers wordpress wordpress-plugin
Last synced: 1 day ago
JSON representation
A WordPress plugin for storing and maintaining addresses
- Host: GitHub
- URL: https://github.com/jazzsequence/address-book
- Owner: jazzsequence
- License: gpl-3.0
- Created: 2017-12-11T21:38:35.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T12:56:06.000Z (over 1 year ago)
- Last Synced: 2024-10-27T16:39:51.915Z (about 2 months ago)
- Topics: address-book, addresses, hacktoberfest, phone-numbers, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 674 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Address Book #
**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 ###
1. Upload the entire `/address-book` directory to the `/wp-content/plugins/` directory.
2. 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 https://github.com/jazzsequence/Address-Book/pull/12
* Bump cmb2/cmb2 from 2.5.1 to 2.9.0 by @dependabot-preview in https://github.com/jazzsequence/Address-Book/pull/11
* Create Dependabot config file by @dependabot-preview in https://github.com/jazzsequence/Address-Book/pull/6
* Bump cmb2/cmb2 from 2.9.0 to 2.10.1 by @dependabot in https://github.com/jazzsequence/Address-Book/pull/14
* Bump johnbillion/extended-cpts from 4.5.2 to 5.0.3 by @dependabot in https://github.com/jazzsequence/Address-Book/pull/13
* Reorder meta-boxes and hide Addresses from search by @jazzsequence in https://github.com/jazzsequence/Address-Book/pull/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 using `get_posts`
* Updated `get_addresses` so it works like `get_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