Changeset 2942133
- Timestamp:
- 07/23/2023 02:57:07 PM (3 years ago)
- Location:
- wp-graphviz/trunk
- Files:
-
- 6 edited
-
README.txt (modified) (2 diffs)
-
classes/class-wp-graphviz-plugin.php (modified) (1 diff)
-
classes/class-wp-graphviz-shortcodes.php (modified) (1 diff)
-
views/admin.php (modified) (1 diff)
-
wp-graphviz-functions.php (modified) (1 diff)
-
wp-graphviz.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-graphviz/trunk/README.txt
r2292406 r2942133 4 4 Tags: graphviz, network, diagram, graph, dot, neato, twopi, circo, fdp, visualisation, visualization, layout, hierarchical 5 5 Requires at least: 5.0 6 Tested up to: 5.4.07 Stable tag: 1.5. 06 Tested up to: 6.2.2 7 Stable tag: 1.5.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == Changelog == 60 61 = 1.5.1 = 62 * Tested for WordPress 6.2.2. 60 63 61 64 = 1.5.0 = -
wp-graphviz/trunk/classes/class-wp-graphviz-plugin.php
r1648305 r2942133 7 7 * @license GPL-2.0+ 8 8 * @link http://www.de-baat.nl/WP_Graphviz 9 * @copyright 2014 - 20 17De B.A.A.T.9 * @copyright 2014 - 2023 De B.A.A.T. 10 10 */ 11 11 -
wp-graphviz/trunk/classes/class-wp-graphviz-shortcodes.php
r1648305 r2942133 7 7 * @license GPL-2.0+ 8 8 * @link http://www.de-baat.nl/WP_Graphviz 9 * @copyright 2014 - 20 17De B.A.A.T.9 * @copyright 2014 - 2023 De B.A.A.T. 10 10 */ 11 11 -
wp-graphviz/trunk/views/admin.php
r1648305 r2942133 12 12 * @license GPL-2.0+ 13 13 * @link http://www.de-baat.nl/WP_Graphviz 14 * @copyright 2014 - 20 17De B.A.A.T.14 * @copyright 2014 - 2023 De B.A.A.T. 15 15 */ 16 16 ?> -
wp-graphviz/trunk/wp-graphviz-functions.php
r1648305 r2942133 7 7 * @license GPL-2.0+ 8 8 * @link http://www.de-baat.nl/WP_Graphviz 9 * @copyright 2014 - 20 17De B.A.A.T.9 * @copyright 2014 - 2023 De B.A.A.T. 10 10 */ 11 11 -
wp-graphviz/trunk/wp-graphviz.php
r2292406 r2942133 9 9 * @license GPL-2.0+ 10 10 * @link http://www.de-baat.nl/WP_Graphviz 11 * @copyright 2014 - 202 0De B.A.A.T.11 * @copyright 2014 - 2023 De B.A.A.T. 12 12 * 13 13 * @wordpress-plugin … … 15 15 * Plugin URI: http://www.de-baat.nl/WP_Graphviz 16 16 * Description: A plugin to provide GraphViz functionality for WordPress sites 17 * Version: 1.5. 017 * Version: 1.5.1 18 18 * Author: De B.A.A.T. <WP_GraphViz@de-baat.nl> 19 19 * Author URI: http://www.de-baat.nl/WP_Graphviz … … 30 30 31 31 define( 'WP_GRAPHVIZ_LINK', 'http://www.de-baat.nl/WP_Graphviz' ); 32 define( 'WP_GRAPHVIZ_VERSION', '1.5. 0' );32 define( 'WP_GRAPHVIZ_VERSION', '1.5.1' ); 33 33 define( 'WP_GRAPHVIZ_OPTIONS_NAME', 'wp-graphviz-options' ); // Option name for save settings 34 34
Note: See TracChangeset
for help on using the changeset viewer.