Plugin Directory

Changeset 2942133


Ignore:
Timestamp:
07/23/2023 02:57:07 PM (3 years ago)
Author:
DeBAAT
Message:

Updated wp-graphviz to V1.5.1: Tested for WP 6.2.2 and PHP 8

Location:
wp-graphviz/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-graphviz/trunk/README.txt

    r2292406 r2942133  
    44Tags: graphviz, network, diagram, graph, dot, neato, twopi, circo, fdp, visualisation, visualization, layout, hierarchical
    55Requires at least: 5.0
    6 Tested up to: 5.4.0
    7 Stable tag: 1.5.0
     6Tested up to: 6.2.2
     7Stable tag: 1.5.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 1.5.1 =
     62* Tested for WordPress 6.2.2.
    6063
    6164= 1.5.0 =
  • wp-graphviz/trunk/classes/class-wp-graphviz-plugin.php

    r1648305 r2942133  
    77 * @license   GPL-2.0+
    88 * @link      http://www.de-baat.nl/WP_Graphviz
    9  * @copyright 2014 - 2017 De B.A.A.T.
     9 * @copyright 2014 - 2023 De B.A.A.T.
    1010 */
    1111
  • wp-graphviz/trunk/classes/class-wp-graphviz-shortcodes.php

    r1648305 r2942133  
    77 * @license   GPL-2.0+
    88 * @link      http://www.de-baat.nl/WP_Graphviz
    9  * @copyright 2014 - 2017 De B.A.A.T.
     9 * @copyright 2014 - 2023 De B.A.A.T.
    1010 */
    1111
  • wp-graphviz/trunk/views/admin.php

    r1648305 r2942133  
    1212 * @license   GPL-2.0+
    1313 * @link      http://www.de-baat.nl/WP_Graphviz
    14  * @copyright 2014 - 2017 De B.A.A.T.
     14 * @copyright 2014 - 2023 De B.A.A.T.
    1515 */
    1616?>
  • wp-graphviz/trunk/wp-graphviz-functions.php

    r1648305 r2942133  
    77 * @license   GPL-2.0+
    88 * @link      http://www.de-baat.nl/WP_Graphviz
    9  * @copyright 2014 - 2017 De B.A.A.T.
     9 * @copyright 2014 - 2023 De B.A.A.T.
    1010 */
    1111
  • wp-graphviz/trunk/wp-graphviz.php

    r2292406 r2942133  
    99 * @license   GPL-2.0+
    1010 * @link      http://www.de-baat.nl/WP_Graphviz
    11  * @copyright 2014 - 2020 De B.A.A.T.
     11 * @copyright 2014 - 2023 De B.A.A.T.
    1212 *
    1313 * @wordpress-plugin
     
    1515 * Plugin URI:  http://www.de-baat.nl/WP_Graphviz
    1616 * Description: A plugin to provide GraphViz functionality for WordPress sites
    17  * Version:     1.5.0
     17 * Version:     1.5.1
    1818 * Author:      De B.A.A.T. <WP_GraphViz@de-baat.nl>
    1919 * Author URI:  http://www.de-baat.nl/WP_Graphviz
     
    3030
    3131define( 'WP_GRAPHVIZ_LINK',                 'http://www.de-baat.nl/WP_Graphviz' );
    32 define( 'WP_GRAPHVIZ_VERSION',              '1.5.0' );
     32define( 'WP_GRAPHVIZ_VERSION',              '1.5.1' );
    3333define( 'WP_GRAPHVIZ_OPTIONS_NAME',         'wp-graphviz-options' ); // Option name for save settings
    3434
Note: See TracChangeset for help on using the changeset viewer.