{"id":16062613,"url":"https://github.com/jazzsequence/address-book","last_synced_at":"2025-10-23T20:01:55.802Z","repository":{"id":53594856,"uuid":"113911309","full_name":"jazzsequence/Address-Book","owner":"jazzsequence","description":"A WordPress plugin for storing and maintaining addresses","archived":false,"fork":false,"pushed_at":"2024-12-30T12:40:50.000Z","size":699,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T09:27:29.642Z","etag":null,"topics":["address-book","addresses","hacktoberfest","phone-numbers","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazzsequence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-11T21:38:35.000Z","updated_at":"2024-12-30T06:19:36.000Z","dependencies_parsed_at":"2024-10-27T16:17:11.326Z","dependency_job_id":"425c55d3-8dd4-4c04-9775-19d431497834","html_url":"https://github.com/jazzsequence/Address-Book","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2FAddress-Book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2FAddress-Book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2FAddress-Book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzsequence%2FAddress-Book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzsequence","download_url":"https://codeload.github.com/jazzsequence/Address-Book/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238703855,"owners_count":19516653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address-book","addresses","hacktoberfest","phone-numbers","wordpress","wordpress-plugin"],"created_at":"2024-10-09T04:41:29.024Z","updated_at":"2025-10-23T20:01:55.796Z","avatar_url":"https://github.com/jazzsequence.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Address Book #\n**Contributors:**      Chris Reynolds  \n**Requires at least:** 4.4  \n**Tested up to:**      4.9.1  \n**Stable tag:**        0.3.5  \n**License:**           GPLv3  \n**License URI:**       http://www.gnu.org/licenses/gpl-3.0.html\n\n## Description ##\n\nA WordPress plugin for storing and maintaining addresses.\n\n## Installation ##\n\n### Manual Installation ###\n\n1. Upload the entire `/address-book` directory to the `/wp-content/plugins/` directory.\n2. Activate Address Book through the 'Plugins' menu in WordPress.\n\n## Changelog ##\n\n### 0.3.5 ###\n\n* Set $old_things to an array if unset in https://github.com/jazzsequence/Address-Book/pull/21\n* Bump johnbillion/extended-cpts from 5.0.5 to 5.0.11 in https://github.com/jazzsequence/Address-Book/pull/20\n* Bump cmb2/cmb2 from 2.10.1 to 2.11.0 in https://github.com/jazzsequence/Address-Book/pull/19\n\n### 0.3.4 ###\n\n* Properly composerize the plugin\n\n### 0.3.3 ###\n* Bump johnbillion/extended-cpts from 4.2.3 to 4.5.2 by @dependabot-preview in https://github.com/jazzsequence/Address-Book/pull/12\n* Bump cmb2/cmb2 from 2.5.1 to 2.9.0 by @dependabot-preview in https://github.com/jazzsequence/Address-Book/pull/11\n* Create Dependabot config file by @dependabot-preview in https://github.com/jazzsequence/Address-Book/pull/6\n* Bump cmb2/cmb2 from 2.9.0 to 2.10.1 by @dependabot in https://github.com/jazzsequence/Address-Book/pull/14\n* Bump johnbillion/extended-cpts from 4.5.2 to 5.0.3 by @dependabot in https://github.com/jazzsequence/Address-Book/pull/13\n* Reorder meta-boxes and hide Addresses from search by @jazzsequence in https://github.com/jazzsequence/Address-Book/pull/15\n\n### 0.3.2 ###\n* Fix broken admin page\n\n### 0.3.1 ###\n* Remove check for CMB2 class (not needed, CMB2 handles it internally).\n\n### 0.3 ###\n* Using composer to require extended cpts and cmb2.\n* Moved requires to an init function.\n\n### 0.2.2 ###\n* Added new helper function to handle `WP_Query` so we aren't using `get_posts`\n* Updated `get_addresses` so it works like `get_posts`\n* Added meta query for inactive addresses\n* Added default relationships and removed row actions so they are harder to edit\n* Added caching for full address lists\n\n### 0.2.1 ###\n* Added admin page for custom address list\n* Moved CMB2 stuff into CPT directory\n* Added generic and CMB2 helper functions\n\n### 0.2 ###\n* Update license to GPL3\n\n### 0.1.2 ###\n* Added phone number field and custom sanitization for phone numbers\n* Added support for phone number revisions\n* Added support for special dates\n\n### 0.1.1 ###\n* Refined the handling of address meta revisions\n* Added new Past Addresses meta box\n* Made more generic CMB2 helper functions\n\n### 0.1 ###\n* First release\n* Adds initial plugin framework\n* Added post type, taxonomies, and initial metaboxes\n* Added support for revisions and post meta revision support\n* Changed the default \"Enter title here\" placeholder text\n\n## Upgrade Notice ##\n\n### 0.1 ###\nFirst Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzsequence%2Faddress-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzsequence%2Faddress-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzsequence%2Faddress-book/lists"}