Plugin Directory

Changeset 3098183


Ignore:
Timestamp:
06/05/2024 07:20:38 PM (22 months ago)
Author:
webdevstudios
Message:

release 1.1.1

Location:
wds-site-documentation
Files:
89 added
4 edited

Legend:

Unmodified
Added
Removed
  • wds-site-documentation/trunk/glossary/glossary.php

    r3095793 r3098183  
    5656                    // Replace hyphens with spaces and capitalize every word
    5757                    $formatted_term_name = ucwords( str_replace( '-', ' ', $term_name ) );
     58                    if ( 'Wordpress' === $formatted_term_name ) {
     59                        $formatted_term_name = 'WordPress';
     60                    }
    5861
    5962                    // Output a hidden div with the parsed HTML content
  • wds-site-documentation/trunk/readme.txt

    r3095855 r3098183  
    55Tested up to: 6.5.3
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1515Host documentation for your clients right where they need it most: on the website! This plugin creates a page on the WordPress dashboard called "Documentation" that shows a video and links to a PDF.
    1616
    17 Brought to you by the fine folks at [WebDevStudios][wds]!
     17Brought to you by the fine folks at [WebDevStudios](https://webdevstudios.com/)!
    1818
    19 [wds]:https://webdevstudios.com/
     19=== Web Glossary ===
     20
     21Empower your clients with a comprehensive understanding of their WordPress website. The WDS Site Documentation plugin now includes a brand new Web Glossary featuring approximately 70 essential website terms.
     22
     23This user-friendly glossary equips your clients with the following:
     24
     25* An easy-to-comprehend definition
     26* Real-world examples
     27* An explanation of why the term is important
     28* And what the term is commonly confused with
     29
     30Help your clients unravel any vagueness surrounding website management. Each glossary term boasts its own dedicated page, providing in-depth breakdowns to solidify their knowledge. No more mistaking one term for another. The new WDS Site Documentation Web Glossary clarifies any potential ambiguities.
     31
     32Suggest a web glossary term by emailing [support@pluginize.com](mailto:support@pluginize.com). Suggested web glossary terms must include definitions.
    2033
    2134== Installation ==
     
    4861== Screenshots ==
    4962
    50 1. This shows the documentation widget on the main dashboard.
    51 2. This shows the documentation page including the select/upload buttons.
     631. Documentation widget on the main dashboard.
     642. Documentation page including the select/upload buttons.
     653. Default view for the Glossary
     664. View of a chosen Glossary term.
    5267
    5368== Changelog ==
     69
     70= 1.1.1 =
     71* Fixed: Capitalization of "WordPress".
     72* Updated: Screenshots
    5473
    5574= 1.1.0 =
     
    6988
    7089== Upgrade Notice ==
     90
     91= 1.1.1 =
     92* Fixed: Capitalization of "WordPress".
     93* Updated: Screenshots
    7194
    7295= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.