Plugin Directory

Changeset 3378405


Ignore:
Timestamp:
10/14/2025 07:42:43 PM (5 months ago)
Author:
bordoni
Message:

Update VDP link for 2.9.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpcomplete/tags/2.9.5.4/README.txt

    r3375920 r3378405  
    55Tags: courses, teaching, read, mark, complete, lms, membership, pages, page, posts, post, widget, plugin, admin, shortcode, progress, progress bar, completion, tracking, dashboard, groups, learning
    66Requires at least: 4.5.3
    7 Tested up to: 6.8.3 
     7Tested up to: 6.8.3
    88Stable tag: 2.9.5.4
    99License: GPLv2 or later
     
    1616[WPComplete has joined the iThemes family!](https://ithemes.com/wpcomplete-joining-ithemes-family)
    1717
    18 WPComplete is a WordPress plugin that helps your students keep track of their progress through your course or membership site. 
     18WPComplete is a WordPress plugin that helps your students keep track of their progress through your course or membership site.
    1919
    2020All you have to do is pick which pages or posts can be marked as “Completed”.
     
    6969Make 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:
    7070
    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)
    7272* Check our [Bug Bounty Program](https://www.liquidweb.com/policies/bug-bounty-program/)
    7373* Reach out directly to us on `security [at] stellarwp.com`.
    7474
    7575= 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. 
     76To enable a page so that it's completable:
     771. Find the page from your WordPress admin page directory and click in to edit.
     782. Scroll to the WPComplete meta box.
    79793. Check the "Enable Complete button" checkbox.
    80804. (Optional) Place the `[wpc_complete_button]` shortcode in the content of your post, where you want the button to exist.
     
    91911. You're not logged in to your wordpress site. Only logged in users can see the button.
    92922. 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. 
     933. 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.
    9494Still not showing up? Let us know and we can help figure out what's going on.
    9595
     
    142142= I use OptimizePress. Can I use WPComplete? =
    143143Yes! 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. 
     144To add the button to your page:
     1451. Edit the page you want to add completion to.
     1462. You should already be on the OptimizePress tab (not the WordPress tab).
     1473. Click the Live Editor "Launch Now" button.
     1484. Click the "Add Element" button where you want to add your completion button.
     1495. Select a "Custom HTML / Shortcode" element.
     1506. In the "Content" field, insert the shortcode: [complete_button]
     1517. Scroll down and click the "Insert" button.
    1521528. The new preview will say something like:
    153153`
    154 !!! CUSTOM HTML CODE ELEMENT !!! 
     154!!! CUSTOM HTML CODE ELEMENT !!!
    155155[wpc_button]
    156156`
     
    194194* Bug Fix: Version Bump
    195195
    196 = 2.9.3 = 
     196= 2.9.3 =
    197197* Improvement: Removing old license key field
    198198* Improvement: Redirecting support link
     
    202202* Bug Fix: Corrected fetching buttons for posts without a specific course name.
    203203
    204 = 2.9.1 = 
     204= 2.9.1 =
    205205* Improvement: Removing old license key field
    206206* Improvement: Redirecting support link
     
    214214* Javascript completion triggers.
    215215
    216 = 2.5 = 
     216= 2.5 =
    217217* Optimizations and various fixes.
    218218* Fix encoding issues on buttons.
     
    221221* New Wordpress filters allow you to execute WP/PHP code on button, page and course completion.
    222222
    223 = 2.4 = 
     223= 2.4 =
    224224* Various bug fixes, including unlimited and lifetime license verification.
    225225* New shortcode to insert a [wpc_reset] shortcode that users can use to clear their completion data.
     
    246246* Custom jQuery event triggers: when a button, page or course is completed, use our new custom jQuery events to trigger your own javascript code.
    247247
    248 = 2.1 = 
     248= 2.1 =
    249249* Change the text of each individual button via shortcode attributes.
    250250* Completed/Incomplete content blocks for entire page and entire course.
     
    258258= 1.4 =
    259259* 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.
    261261* PRO FEATURE ONLY: Basic user page displaying all available posts a user can complete and their current status.
    262262
     
    283283
    284284== Upgrade Notice ==
    285 = 2.3 = 
     285= 2.3 =
    286286Tons of optimization and fixes, along with new features and improvements for PRO accounts!
    287287
     
    300300= 1.0 =
    301301First release. No need to upgrade yet.
    302 
Note: See TracChangeset for help on using the changeset viewer.