Changeset 3378405
- Timestamp:
- 10/14/2025 07:42:43 PM (5 months ago)
- File:
-
- 1 edited
-
wpcomplete/tags/2.9.5.4/README.txt (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpcomplete/tags/2.9.5.4/README.txt
r3375920 r3378405 5 5 Tags: courses, teaching, read, mark, complete, lms, membership, pages, page, posts, post, widget, plugin, admin, shortcode, progress, progress bar, completion, tracking, dashboard, groups, learning 6 6 Requires at least: 4.5.3 7 Tested up to: 6.8.3 7 Tested up to: 6.8.3 8 8 Stable tag: 2.9.5.4 9 9 License: GPLv2 or later … … 16 16 [WPComplete has joined the iThemes family!](https://ithemes.com/wpcomplete-joining-ithemes-family) 17 17 18 WPComplete is a WordPress plugin that helps your students keep track of their progress through your course or membership site. 18 WPComplete is a WordPress plugin that helps your students keep track of their progress through your course or membership site. 19 19 20 20 All you have to do is pick which pages or posts can be marked as “Completed”. … … 69 69 Make sure you are reporting in a safe and responsible way. We take security very seriously. If you discover a security issue, please bring it to our attention right away! Below you will find all the methods to report security vulnerabilities: 70 70 71 * [Report security bugs through the Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/ wpcomplete)71 * [Report security bugs through the Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/9e5fb978-d0a2-4063-b106-84b89f77b4b9) 72 72 * Check our [Bug Bounty Program](https://www.liquidweb.com/policies/bug-bounty-program/) 73 73 * Reach out directly to us on `security [at] stellarwp.com`. 74 74 75 75 = How do I enable a page so that it is completable? = 76 To enable a page so that it's completable: 77 1. Find the page from your WordPress admin page directory and click in to edit. 78 2. Scroll to the WPComplete meta box. 76 To enable a page so that it's completable: 77 1. Find the page from your WordPress admin page directory and click in to edit. 78 2. Scroll to the WPComplete meta box. 79 79 3. Check the "Enable Complete button" checkbox. 80 80 4. (Optional) Place the `[wpc_complete_button]` shortcode in the content of your post, where you want the button to exist. … … 91 91 1. You're not logged in to your wordpress site. Only logged in users can see the button. 92 92 2. That page doesn't have buttons enabled. Make sure the `Enable Complete button` checkbox is checked in the WPComplete metabox when editting that page. 93 3. You don't have `Automatically add complete button to enabled posts & pages for me.` checked and you haven't added the `[wpc_complete_button]` shortcode to your page content. 93 3. You don't have `Automatically add complete button to enabled posts & pages for me.` checked and you haven't added the `[wpc_complete_button]` shortcode to your page content. 94 94 Still not showing up? Let us know and we can help figure out what's going on. 95 95 … … 142 142 = I use OptimizePress. Can I use WPComplete? = 143 143 Yes! OptimizePress is a little tricky to get working, but it does work! We automatically disable automatic insertion of the completion button, but you can easily add it where you want the button to show up! 144 To add the button to your page: 145 1. Edit the page you want to add completion to. 146 2. You should already be on the OptimizePress tab (not the WordPress tab). 147 3. Click the Live Editor "Launch Now" button. 148 4. Click the "Add Element" button where you want to add your completion button. 149 5. Select a "Custom HTML / Shortcode" element. 150 6. In the "Content" field, insert the shortcode: [complete_button] 151 7. Scroll down and click the "Insert" button. 144 To add the button to your page: 145 1. Edit the page you want to add completion to. 146 2. You should already be on the OptimizePress tab (not the WordPress tab). 147 3. Click the Live Editor "Launch Now" button. 148 4. Click the "Add Element" button where you want to add your completion button. 149 5. Select a "Custom HTML / Shortcode" element. 150 6. In the "Content" field, insert the shortcode: [complete_button] 151 7. Scroll down and click the "Insert" button. 152 152 8. The new preview will say something like: 153 153 ` 154 !!! CUSTOM HTML CODE ELEMENT !!! 154 !!! CUSTOM HTML CODE ELEMENT !!! 155 155 [wpc_button] 156 156 ` … … 194 194 * Bug Fix: Version Bump 195 195 196 = 2.9.3 = 196 = 2.9.3 = 197 197 * Improvement: Removing old license key field 198 198 * Improvement: Redirecting support link … … 202 202 * Bug Fix: Corrected fetching buttons for posts without a specific course name. 203 203 204 = 2.9.1 = 204 = 2.9.1 = 205 205 * Improvement: Removing old license key field 206 206 * Improvement: Redirecting support link … … 214 214 * Javascript completion triggers. 215 215 216 = 2.5 = 216 = 2.5 = 217 217 * Optimizations and various fixes. 218 218 * Fix encoding issues on buttons. … … 221 221 * New Wordpress filters allow you to execute WP/PHP code on button, page and course completion. 222 222 223 = 2.4 = 223 = 2.4 = 224 224 * Various bug fixes, including unlimited and lifetime license verification. 225 225 * New shortcode to insert a [wpc_reset] shortcode that users can use to clear their completion data. … … 246 246 * Custom jQuery event triggers: when a button, page or course is completed, use our new custom jQuery events to trigger your own javascript code. 247 247 248 = 2.1 = 248 = 2.1 = 249 249 * Change the text of each individual button via shortcode attributes. 250 250 * Completed/Incomplete content blocks for entire page and entire course. … … 258 258 = 1.4 = 259 259 * PRO FEATURE ONLY: Support for multiple courses within a single WordPress site. 260 * PRO FEATURE ONLY: Basic post page displaying all available students and their current status. 260 * PRO FEATURE ONLY: Basic post page displaying all available students and their current status. 261 261 * PRO FEATURE ONLY: Basic user page displaying all available posts a user can complete and their current status. 262 262 … … 283 283 284 284 == Upgrade Notice == 285 = 2.3 = 285 = 2.3 = 286 286 Tons of optimization and fixes, along with new features and improvements for PRO accounts! 287 287 … … 300 300 = 1.0 = 301 301 First release. No need to upgrade yet. 302
Note: See TracChangeset
for help on using the changeset viewer.