Plugin Directory

Changeset 3432023


Ignore:
Timestamp:
01/04/2026 09:31:06 AM (2 months ago)
Author:
sakurapixel
Message:

Update readme and plugin name

Location:
oxyleaf-app-working-and-relaxing-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oxyleaf-app-working-and-relaxing-app/trunk/README.txt

    r3431008 r3432023  
    1 === OxyLeaf - Working and Relaxing App ===
     1=== OxyLeaf - Working and Relaxing App (SaaS ready) ===
    22Contributors: sakurapixel
    33Tags: productivity, focus, relaxation, spa, saas
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 8.2
    88License: GPL-3.0-only
     
    137137**What it is:** Google Fonts CDN (Content Delivery Network)
    138138
    139 **What it's used for:** The plugin loads the "Quicksand" font family from Google Fonts to style the frontend application interface.
    140 
    141 **When data is sent:** Font files are requested every time a user visits the frontend OxyLeaf app page.
    142 
    143 **What data is sent:** Standard HTTP request data including IP address, browser information (User-Agent), and page referrer are sent to Google's servers when loading font files.
    144 
    145 **Service provider:** Google LLC
    146 **Terms of Service:** https://developers.google.com/fonts/terms
    147 **Privacy Policy:** https://policies.google.com/privacy
    148 
    149139= Google Sign-In (Optional) =
    150140
    151141**What it is:** Google OAuth 2.0 Authentication Service
    152142
    153 **What it's used for:** Allows users to sign up and log in to the OxyLeaf app using their existing Google account instead of creating a new password.
    154 
    155 **When data is sent:** Only when the site administrator enables Google Sign-In in the plugin settings AND a user clicks the "Sign in with Google" button during signup or login.
    156 
    157 **What data is sent:**
    158 - During authentication: OAuth client credentials, redirect URIs, and authorization codes are exchanged with Google's OAuth servers
    159 - After authentication: The plugin receives and stores the user's email address and name from their Google profile
    160 - User's consent is required through Google's OAuth consent screen before any data is shared
    161 
    162 **Service provider:** Google LLC
    163 **Terms of Service:** https://developers.google.com/terms
    164 **Privacy Policy:** https://policies.google.com/privacy
    165143
    166144= Cloudflare Turnstile (Optional) =
    167145
    168146**What it is:** Cloudflare Turnstile CAPTCHA service
    169 
    170 **What it's used for:** Protects the user signup process from automated bot registrations and spam accounts.
    171 
    172 **When data is sent:** Only when the site administrator enables Cloudflare Turnstile in the plugin settings AND a user attempts to create a new account.
    173 
    174 **What data is sent:**
    175 - Challenge response token generated by Cloudflare's JavaScript SDK
    176 - Standard request data including IP address and browser information sent to Cloudflare for verification
    177 
    178 **Service provider:** Cloudflare, Inc.
    179 **Terms of Service:** https://www.cloudflare.com/website-terms/
    180 **Privacy Policy:** https://www.cloudflare.com/privacypolicy/
    181147
    182148**Important:** Google Sign-In and Cloudflare Turnstile are optional features that must be explicitly enabled by the site administrator in Settings > OxyLeaf App. They are disabled by default and will not connect to external services unless configured with API credentials.
     
    200166== Changelog ==
    201167
     168= 1.0.1 =
     169* Update readme and plugin name.
     170
    202171= 1.0.0 =
    203172* Initial release of OxyLeaf - Create personalized ambient sound environments for focus, relaxation, and sleep.
  • oxyleaf-app-working-and-relaxing-app/trunk/oxyleaf-app-working-and-relaxing-app.php

    r3431008 r3432023  
    22if ( ! defined( 'ABSPATH' ) ) exit;
    33/**
    4  * Plugin Name: OxyLeaf - Working and Relaxing App
     4 * Plugin Name: OxyLeaf - Working and Relaxing App (SaaS ready)
    55 * Plugin URI: https://www.sakuraleaf.com
    66 * Description: OxyLeaf - improve focus and boost productivity Single Page App.
    7  * Version: 1.0.0
     7 * Version: 1.0.1
    88 * Author: sakurapixel
    99 * License: GPL-3.0-only
Note: See TracChangeset for help on using the changeset viewer.