Plugin Directory

Changeset 2595889


Ignore:
Timestamp:
09/08/2021 08:03:19 PM (5 years ago)
Author:
jtolj
Message:

Update to version 1.0.5 from GitHub

Location:
tidydom
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tidydom/tags/1.0.5/CHANGELOG.txt

    r2595887 r2595889  
    55and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    66
    7 ## [1.0.4] - 2021-05-03
     7## [1.0.5] - 2021-05-03
    88### Fixed
    99- Update javascript dependencies.
  • tidydom/tags/1.0.5/README.txt

    r2595887 r2595889  
    55Tested up to: 5.8
    66Requires PHP: 7.2
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tidydom/tags/1.0.5/tidydom.php

    r2595887 r2595889  
    1111 * Plugin URI:        https://tidydom.com
    1212 * Description:       Connect WordPress to the tidyDOM accessibility testing service to display statistics and reports.
    13  * Version:           1.0.2
     13 * Version:           1.0.5
    1414 * Author:            jtolj
    1515 * Author URI:        https://objectfactory.io
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'TIDYDOM_VERSION', '1.0.2' );
     30define( 'TIDYDOM_VERSION', '1.0.5' );
    3131
    3232/**
  • tidydom/trunk/CHANGELOG.txt

    r2595887 r2595889  
    55and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    66
    7 ## [1.0.4] - 2021-05-03
     7## [1.0.5] - 2021-05-03
    88### Fixed
    99- Update javascript dependencies.
  • tidydom/trunk/README.txt

    r2595887 r2595889  
    55Tested up to: 5.8
    66Requires PHP: 7.2
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tidydom/trunk/tidydom.php

    r2595887 r2595889  
    1111 * Plugin URI:        https://tidydom.com
    1212 * Description:       Connect WordPress to the tidyDOM accessibility testing service to display statistics and reports.
    13  * Version:           1.0.2
     13 * Version:           1.0.5
    1414 * Author:            jtolj
    1515 * Author URI:        https://objectfactory.io
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'TIDYDOM_VERSION', '1.0.2' );
     30define( 'TIDYDOM_VERSION', '1.0.5' );
    3131
    3232/**
Note: See TracChangeset for help on using the changeset viewer.