Plugin Directory

Changeset 3321288


Ignore:
Timestamp:
07/02/2025 02:36:40 PM (8 months ago)
Author:
group107
Message:

Stable tag: 1.0.2

Location:
accessible-docs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • accessible-docs/trunk/README.txt

    r3321141 r3321288  
    66Tested up to: 6.7
    77Requires PHP: 7.4
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787You can override popup styles via CSS in your theme:
    8888
     89```css
    8990.accessible-docs-popup {
    9091    background-color: #fff;
     
    9293    padding: 2rem;
    9394}
     95```
    9496
    9597For advanced control, enqueue your styles via `wp_enqueue_scripts` in your theme or use inline styles with `wp_add_inline_style`.
  • accessible-docs/trunk/accessible-docs.php

    r3321117 r3321288  
    1010 *
    1111 * @link              https://group107.com
    12  * @since             1.0.1
     12 * @since             1.0.0
    1313 * @package           Group107_AccessibleDocs
    1414 *
     
    1717 * Plugin URI:        https://group107.com
    1818 * Description:       This plugin enhances accessibility by allowing users to send PDF files to convert into accessible formats.
    19  * Version:           1.0.0
     19 * Version:           1.0.2
    2020 * Author:            Group 107
    2121 * Author URI:        https://group107.com/
Note: See TracChangeset for help on using the changeset viewer.