WP Manifestindependent plugin directory
manifest / developer / 360-platform-core

360 Platform Core

Shared data contracts and platform services for the Global 360 WordPress platform

by PR360 · github.com/kazimiralvis/360-platform-core · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kazimiralvis/360-platform-core/archive/refs/heads/refactor%2Fplatform-core.zip

Declares an update source (https://github.com/KazimirAlvis/360-platform-core), so updates arrive through the plugin's own updater.

From the readme

360 Platform Core Local Stage 2 foundation for the shared Global 360 application/data layer. It owns Clinic and Doctor post-type registration and exposes normalized read APIs over existing WordPress posts, meta, relationships, geography, and 360globalsettings. Stage 2 is compatibility-first: no posts are recreated, no legacy meta is deleted, and the Theme retains a deprecated CPT fallback when Core is inactive. Releases and updates The current release is 1.0.0. WordPress reads update metadata from plugin-manifest.json on the GitHub main branch of KazimirAlvis/360-platform-core. The manifest points to the main branch ZIP, and the updater normalizes GitHub's extracted folder name back to 360-platform-core so the installed path remains /wp-content/plugins/360-platform-core/. Release workflow: update the authoritative GLOBAL360PLATFORMVERSION constant and synchronize the plugin header and manifest metadata, validate the main package, then publish main. Production installations never track a feature branch. See docs/ARCHITECTURE.md, docs/DATA-CONTRACT.md, docs/FIELD-OWNERSHIP.md, and docs/MIGRATION.md.

Read the full README on GitHub →