Plugin Directory

Changeset 3346896


Ignore:
Timestamp:
08/19/2025 10:05:23 AM (7 months ago)
Author:
buildwps
Message:

update PPWP readme.txt in 1.9.12 version (path 8) - Quinnie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • password-protect-page/tags/1.9.12/README.txt

    r3346893 r3346896  
    9191- **Analytics and management tools** (Pro)
    9292
    93 
    94 --
     93---
    9594
    9695== ⚡ Features That Make PPWP #1 ==
     
    9897=== 🆓 FREE Forever Features ===
    9998
    100 Multiple Passwords Per Page/Post
    101 The plugin extends WordPress's limited password protection and allows you to set unlimited passwords per page. What's more, you can protect content with just a single click - a random password will be automatically generated for you. Perfect for giving different access levels to different user groups.
    102 
    103 👥 Password Protection by User Roles 
    104 Set different passwords for different user roles - one for subscribers, another for editors, another for clients. This granular control means you can manage access based on user privileges without complex membership plugins.
    105 
    106 📝 Partial Content Protection (Exclusive to PPWP)
    107 Unlike any other plugin, PPWP lets you password protect certain sections of a page or post instead of hiding the entire content. Create teasers of premium content that encourage visitors to register/sign up. Simply wrap your content:
    108 [ppwp passwords="your-password"]Your protected section here[/ppwp]
    109 
    110 🔒 Section Protection for Page Builders
    111 Take partial protection further with Section Protection - a more advanced feature than standard PCP:
    112 - Add password-protected sections even on custom post types
    113 - Works with templates created by Elementor, Divi, and other builders
    114 - No more compatibility issues or workarounds
    115 - Protect builder-specific elements like rows, columns, and modules
    116 
    117 Time-Based Content Access
    118 Control when protected content becomes available. Perfect for scheduled content releases, limited-time offers, or course drip content:
    119 [ppwp passwords="123" on="2024/12/25 09:00:00" off="2024/12/31 23:59:59"]
     99**Multiple Passwords Per Page/Post** 
     100Extend WordPress’s limited protection by setting **unlimited passwords per page/post**. Protect content with one click – a random password is auto-generated. Perfect for giving different access levels to different groups. 
     101
     102👥 **Password Protection by User Roles** 
     103Assign different passwords for different roles – one for subscribers, another for editors, another for clients. Manage access by privilege level without complex membership plugins. 
     104
     105📝 **Partial Content Protection (Exclusive to PPWP)** 
     106Password protect **specific sections** of a page or post instead of locking the entire content. Create teasers of premium content to encourage signups. 
     107Example: <pre> ``` [ppwp passwords="your-password"]Your protected section here[/ppwp] ``` </pre>
     108
     109🔒 **Section Protection for Page Builders** 
     110Go beyond basic PCP: 
     111- Add password-protected sections on custom post types 
     112- Protect templates in Elementor, Divi, and others 
     113- Avoid compatibility issues or hacks 
     114- Lock builder-specific elements (rows, columns, modules) 
     115
     116**Time-Based Content Access** 
     117Schedule when protected content becomes available. Perfect for limited-time offers or course drip content. 
     118Example: <pre> ``` [ppwp passwords="123" on="2024/12/25 09:00:00" off="2024/12/31 23:59:59"]
    120119Christmas week exclusive content
    121 [/ppwp]
    122 
    123 🛡️ reCAPTCHA Integration
    124 Stop password sharing and brute force attacks. Integrates Google reCAPTCHA v2 or v3 to ensure real humans are accessing your content while maintaining a smooth user experience.
    125 
    126 ⚡ AJAX Unlock (No Page Refresh)
    127 Users see protected content instantly without page reloads. This modern approach improves user experience and avoids caching conflicts that plague other plugins.
    128 
    129 📁 Category Protection
    130 Protect all posts in a category with one password. When users unlock one post, they automatically get access to all posts in that category - perfect for course modules or content series.
    131 
    132 🌐 Sitewide Protection
    133 Lock your entire WordPress site with a single master password. All pages, posts, and custom post types are secured (media files require our PDA Gold addon). Ideal for staging sites or internal documentation.
    134 
    135 🔐 Master Passwords
    136 When managing many protected posts, use master passwords to unlock multiple content pieces at once. Original individual passwords still work alongside master passwords - giving you maximum flexibility.
    137 
    138 🎯 Smart Password Management
    139 - Auto-expire passwords after specific date/time - perfect for time-limited access
    140 - Usage limits - Set passwords to work only 3, 5, or X times
    141 - Simultaneous access control - Limit how many users can use the same password at once (Pro)
    142 - Central login form - One login page for all protected content (Pro)
    143 - Frontend password management - Let users generate Quick Access Links and reset passwords themselves (Pro)
    144 
    145 🏗️ Native Page Builder Integration
    146 Not just shortcodes - actual modules for:
    147 - Elementor: Search "Password Protection (PPWP)" element
    148 - Beaver Builder: Find our dedicated PPWP module 
    149 - Divi Builder: Full support with UI coming soon
    150 - WPBakery: Compatible with UI in development
    151 
    152 Set passwords, whitelisted roles, and customize forms directly in your page builder!
    153 
    154 🎨 WordPress Customizer Integration
    155 Customize all password forms via the familiar WordPress Customizer:
    156 - Change colors, fonts, and backgrounds
    157 - Add your logo to sitewide protection
    158 - Edit error messages and form instructions
    159 - Choose from pre-designed themes
    160 - Preview changes in real-time
    161 
    162 👁️ Content Visibility Control
    163 Hide protected content from areas where it shouldn't appear:
    164 - Recent Posts widgets
    165 - Next/Previous navigation
     120[/ppwp] </pre>
     121
     122🛡️ **reCAPTCHA Integration** 
     123Prevent password sharing and brute-force attacks. Works with **Google reCAPTCHA v2 & v3** to confirm real human access. 
     124
     125⚡ **AJAX Unlock (No Page Refresh)** 
     126Users see protected content instantly without reload. Improves user experience and avoids caching conflicts. 
     127
     128📁 **Category Protection** 
     129Protect all posts in a category with one password. Unlocking one post grants access to all posts in that category – perfect for courses or series. 
     130
     131🌐 **Sitewide Protection** 
     132Lock your **entire site** with a single master password. Covers all pages, posts, and custom post types (media requires PDA Gold). Ideal for staging sites or internal docs. 
     133
     134🔐 **Master Passwords** 
     135Use one **master password** to unlock multiple posts at once. Individual passwords still work, giving maximum flexibility. 
     136
     137🎯 **Smart Password Management** 
     138- Auto-expire passwords after a set date/time 
     139- Set usage limits (3, 5, or custom) 
     140- Control simultaneous usage (Pro) 
     141- Central login form for all protected content (Pro) 
     142- Frontend Quick Access Links & reset (Pro) 
     143
     144🏗️ **Native Page Builder Integration** 
     145Not just shortcodes – actual modules: 
     146- Elementor: “Password Protection (PPWP)” element 
     147- Beaver Builder: dedicated module 
     148- Divi: full support (UI coming soon) 
     149- WPBakery: UI integration in development 
     150
     151🎨 **WordPress Customizer Integration** 
     152Style all password forms in real-time: 
     153- Colors, fonts, and backgrounds 
     154- Add your logo to sitewide protection 
     155- Edit error messages & form instructions 
     156- Choose from pre-built themes 
     157
     158👁️ **Content Visibility Control** 
     159Hide protected content from: 
     160- Recent Posts 
     161- Next/Previous navigation 
    166162- Search results 
    167 - XML sitemaps and RSS feeds
    168 - Archive and category pages
    169 
    170 The content remains accessible via direct URL but won't clutter your public areas.
    171 
    172 🍪 Smart Cookie Management
    173 Control how long users stay logged in. Set custom expiration times or use session cookies that clear when browsers close. Perfect balance between security and convenience.
    174 
    175 📰 RSS Feed Control
    176 Choose whether protected content appears in RSS feeds. You can show excerpts, hide completely, or even make RSS feeds public while the site is protected.
    177 
     163- XML sitemaps and RSS feeds 
     164- Archive & category pages 
     165
     166🍪 **Smart Cookie Management** 
     167Set how long users stay logged in. Choose expiration times or session-based cookies for a balance of **security and convenience**. 
     168
     169📰 **RSS Feed Control** 
     170Decide whether protected content appears in feeds: 
     171- Show excerpts 
     172- Hide completely 
     173- Or make feeds public while site remains protected 
     174
     175---
    178176=== 💎 PRO Power Features ===
    179177
Note: See TracChangeset for help on using the changeset viewer.