manifest / unclassified / one-planet
One Planet Living
An interactive tool to help you create your own One Planet Living Action Plan.
★ 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/maxray/one-planet/archive/refs/heads/main.zipDeclares an update source (https://github.com/maxray/one-planet), so updates arrive through the plugin's own updater.
From the readme
HOW TO USE
Project setup
Compiles and hot-reloads for development
Compiles and minifies for production
Lints and fixes files
Customize configuration
See Configuration Reference.
State
Selected data and app state
- ActionPage.vue → ToolsPage.vue (gotoTools): appState SAVED to local storage
- ToolsPage.vue → ActionPage.vue (saveSelection): appState SAVED to local storage
- ActionPage.vue → ActionPlanPage.vue (gotoActionPlan): appState SAVED to local storage
Wordpress
- ActionPage.vue → ActionPlanPage.vue (gotoActionPlan): appState SAVED to WordPress
User login
- stores/userStore.js (login()) : appState CLEARED from local storage
- stores/userStore.js (login()) : isAuthenticated SAVED to local storage
- stores/userStore.js (login()) : userData SAVED to local storage
WordPress
- stores/userStore.js (login()): fetchUserData FETCHED data from WorPress
User logout
- stores/userStore.js (logout()) : appState CLEARED from local storage
- stores/userStore.js (logout()) : isAuthenticated CLEARED from local storage
- stores/userStore.js (logout()) : userData CLEARED from local storage
Email
This plugin is currently using smtp.gmail.com for SMTP
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.7.1 | Feb 14, 2025 |
| 1.7.0 | Feb 14, 2025 |
| 1.6.5 | Feb 13, 2025 |
| 1.6.3 | Feb 12, 2025 |
| 1.6.2 | Feb 12, 2025 |
| 1.6.1 | Feb 6, 2025 |
| 1.6 | Feb 6, 2025 |
| 1.5 | Feb 6, 2025 |
| 1.4 | Feb 6, 2025 |
| 1.3 | Feb 6, 2025 |
| 1.2 | Feb 6, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.