Plugin Directory

Changeset 2588641


Ignore:
Timestamp:
08/25/2021 03:25:08 PM (5 years ago)
Author:
veks
Message:

update v2.2.0

Location:
button-visually-impaired/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • button-visually-impaired/trunk/include/src/Core/Bvi.php

    r2587977 r2588641  
    3030                add_action( 'wp_enqueue_scripts', [ $this, 'frontendAssets' ], 999, 0 );
    3131                add_shortcode( 'bvi-shortcode', [ $this, 'shortcode' ] );
     32                add_shortcode( 'bvi', [ $this, 'shortcode' ] );
    3233            }
    3334        }
  • button-visually-impaired/trunk/readme.txt

    r2588607 r2588641  
    22Contributors: veks
    33Donate link: http://bvi.isvek.ru/donate/
    4 Tags: bvi, button, visually, impaired, title, accessibility, accessible, navigation, wcag, focus, alt text, labels, aria
     4Tags: accessible, button, visually, impaired, title, accessibility, navigation, wcag, focus, alt text, labels, aria
    55Requires at least: 4.3.1
    66Tested up to: 5.8
Note: See TracChangeset for help on using the changeset viewer.