Plugin Directory

Changeset 2127957


Ignore:
Timestamp:
07/24/2019 02:36:00 PM (7 years ago)
Author:
Boswall
Message:

Deploy from Git

Location:
content-author-accessibility-preview/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content-author-accessibility-preview/trunk/assets/caa11yp.css

    r2094757 r2127957  
    5858.caa11yp-messages li {
    5959  background-color: white;
     60  color: black;
    6061  font-size: 0.9em;
    6162  font-family: sans-serif;
     
    7374.caa11yp-messages li.high {
    7475  background-color: red;
     76  color: white;
    7577}
    7678
  • content-author-accessibility-preview/trunk/content-author-accessibility-preview.php

    r2094757 r2127957  
    1010 * Plugin URI:   https://github.com/boswall/Content-Author-Accessibility-Preview
    1111 * Description:  Flag up potential accessibility issues when your content authors preview the post or page that they have just added or amended
    12  * Version:      1.1
     12 * Version:      1.1.1
    1313 * Author:       Matt Rose
    1414 * Author URI:   https://glaikit.co.uk/
     
    2424}
    2525
    26 define( 'CAA11YP_VERSION', 1.1 );
     26define( 'CAA11YP_VERSION', '1.1.1' );
    2727
    2828require_once plugin_dir_path( __FILE__ ) . 'caa11yp-admin.php';
     
    169169        array(
    170170            'id'       => 'a-new-window',
    171             'selector' => $container . ' a[target]',
     171            'selector' => $container . ' a[target]:not([target="_self"])',
    172172            'label'    => __( 'link opens new window', 'caa11yp' ),
    173173            'severity' => 'low',
  • content-author-accessibility-preview/trunk/readme.txt

    r2094757 r2127957  
    7171[Suggest a change or feature!](https://github.com/boswall/Content-Author-Accessibility-Preview/issues)
    7272
     73= 1.1.1 =
     74
     75* Bug fix
     76* Improved colour contrast on labels
     77
    7378= 1.1.0 =
    7479
Note: See TracChangeset for help on using the changeset viewer.