Changeset 2595889
- Timestamp:
- 09/08/2021 08:03:19 PM (5 years ago)
- Location:
- tidydom
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.5 (copied) (copied from tidydom/trunk)
-
tags/1.0.5/CHANGELOG.txt (modified) (1 diff)
-
tags/1.0.5/README.txt (modified) (1 diff)
-
tags/1.0.5/tidydom.php (modified) (2 diffs)
-
trunk/CHANGELOG.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/tidydom.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tidydom/tags/1.0.5/CHANGELOG.txt
r2595887 r2595889 5 5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 6 7 ## [1.0. 4] - 2021-05-037 ## [1.0.5] - 2021-05-03 8 8 ### Fixed 9 9 - Update javascript dependencies. -
tidydom/tags/1.0.5/README.txt
r2595887 r2595889 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tidydom/tags/1.0.5/tidydom.php
r2595887 r2595889 11 11 * Plugin URI: https://tidydom.com 12 12 * Description: Connect WordPress to the tidyDOM accessibility testing service to display statistics and reports. 13 * Version: 1.0. 213 * Version: 1.0.5 14 14 * Author: jtolj 15 15 * Author URI: https://objectfactory.io … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'TIDYDOM_VERSION', '1.0. 2' );30 define( 'TIDYDOM_VERSION', '1.0.5' ); 31 31 32 32 /** -
tidydom/trunk/CHANGELOG.txt
r2595887 r2595889 5 5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 6 7 ## [1.0. 4] - 2021-05-037 ## [1.0.5] - 2021-05-03 8 8 ### Fixed 9 9 - Update javascript dependencies. -
tidydom/trunk/README.txt
r2595887 r2595889 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tidydom/trunk/tidydom.php
r2595887 r2595889 11 11 * Plugin URI: https://tidydom.com 12 12 * Description: Connect WordPress to the tidyDOM accessibility testing service to display statistics and reports. 13 * Version: 1.0. 213 * Version: 1.0.5 14 14 * Author: jtolj 15 15 * Author URI: https://objectfactory.io … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'TIDYDOM_VERSION', '1.0. 2' );30 define( 'TIDYDOM_VERSION', '1.0.5' ); 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.