Changeset 3285474
- Timestamp:
- 05/01/2025 09:39:47 AM (11 months ago)
- Location:
- charts-for-divi
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from charts-for-divi/trunk)
-
tags/1.0.1/README.txt (modified) (3 diffs)
-
tags/1.0.1/charts-for-divi.php (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/charts-for-divi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
charts-for-divi/tags/1.0.1/README.txt
r3190278 r3285474 4 4 Tags: Divi Module, Divi Page Builder, divi theme, divi builder, Divi Charts 5 5 Requires at least: 5.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 17 17 18 18 Charts for Divi currently contains 1 Free Divi Custom Chart Modules and more to come soon. 19 1. Divi Line Chart - This module allow you to show your data in a line chart easily. 19 1. Divi Line Chart - This module allow you to show your data in a line chart easily. 20 20 21 21 … … 72 72 == Changelog == 73 73 74 = 1.0.1 - 01/05/2025 = 75 * Tested with WordPress v6.8 76 * Tested with Divi 4.27.4 77 * Few minor bug fixes & improvements 78 74 79 = 1.0.0 - 20/06/2024 = 75 80 * Official Public Release -
charts-for-divi/tags/1.0.1/charts-for-divi.php
r3105235 r3285474 4 4 * Plugin URI: https://wordpress.org/plugins/dich-divi-charts/ 5 5 * Description: Elevate your website with Charts for Divi plugin, featuring custom creative modules for stunning chart creation. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Hridoy Mozumder 8 8 * Author URI: https://vsportfolio.vercel.app/ … … 36 36 if ( ! class_exists( 'DICH_Divi_Chart' ) ) { 37 37 final class DICH_Divi_Chart { 38 const DICH_VERSION = '1.0. 0';38 const DICH_VERSION = '1.0.1'; 39 39 40 40 public function __construct() { -
charts-for-divi/trunk/README.txt
r3190278 r3285474 4 4 Tags: Divi Module, Divi Page Builder, divi theme, divi builder, Divi Charts 5 5 Requires at least: 5.0 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 17 17 18 18 Charts for Divi currently contains 1 Free Divi Custom Chart Modules and more to come soon. 19 1. Divi Line Chart - This module allow you to show your data in a line chart easily. 19 1. Divi Line Chart - This module allow you to show your data in a line chart easily. 20 20 21 21 … … 72 72 == Changelog == 73 73 74 = 1.0.1 - 01/05/2025 = 75 * Tested with WordPress v6.8 76 * Tested with Divi 4.27.4 77 * Few minor bug fixes & improvements 78 74 79 = 1.0.0 - 20/06/2024 = 75 80 * Official Public Release -
charts-for-divi/trunk/charts-for-divi.php
r3105235 r3285474 4 4 * Plugin URI: https://wordpress.org/plugins/dich-divi-charts/ 5 5 * Description: Elevate your website with Charts for Divi plugin, featuring custom creative modules for stunning chart creation. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Hridoy Mozumder 8 8 * Author URI: https://vsportfolio.vercel.app/ … … 36 36 if ( ! class_exists( 'DICH_Divi_Chart' ) ) { 37 37 final class DICH_Divi_Chart { 38 const DICH_VERSION = '1.0. 0';38 const DICH_VERSION = '1.0.1'; 39 39 40 40 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.