Skip to content

Commit

Permalink
Updating tota11y from 0.1.3 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bamadesigner committed Sep 9, 2020
1 parent e3fc1f9 commit 6dcf451
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 35 deletions.
2 changes: 1 addition & 1 deletion includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public function print_options_meta_boxes( $post, $metabox ) {

<div class="tool-header">
<input class="tool-checkbox" id="tota11y" type="checkbox" name="wa11y_settings[enable_tools][]" value="tota11y"<?php checked( is_array( $enabled_tools_settings ) && in_array( 'tota11y', $enabled_tools_settings ) ); ?> />
<label class="tool-label" for="tota11y"><?php printf( __( 'Enable %s', 'wa11y' ), 'tota11y' ); ?> <span class="lighter thinner">[v0.1.3]</span></label>
<label class="tool-label" for="tota11y"><?php printf( __( 'Enable %s', 'wa11y' ), 'tota11y' ); ?> <span class="lighter thinner">[v0.2.0]</span></label>
<p class="tool-desc"><?php printf( __( '%1$s%2$s%3$s is an accessibility visualization toolkit provided by your friends at %4$s%5$s%6$s. It is a single JavaScript file that inserts a small button in the bottom corner of your document and helps visualize how your site performs with assistive technologies.', 'wa11y' ), '<a href="http://khan.github.io/tota11y/" target="_blank">', 'tota11y', '</a>', '<a href="http://khanacademy.org/" target="_blank">', 'Khan Academy', '</a>' ); ?></p>
</div> <!-- .tool-header -->

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The mission for the wA11y plugin is to provide a plethora of tools to help you e
== Changelog ==

= 1.0.3 =
* Extremely minor updates. Nothing of note has changed.
* Updating totally to v0.2.0.

= 1.0.2 =
* Fixed PHP bug on settings page.
Expand All @@ -74,7 +74,7 @@ Plugin launch
== Upgrade Notice ==

= 1.0.3 =
* Extremely minor updates. Nothing of note has changed.
* Updating totally to v0.2.0.

= 1.0.2 =
* Fixed PHP bug on settings page.
Expand Down
Loading

0 comments on commit 6dcf451

Please sign in to comment.