Plugin Directory

Changeset 3285474


Ignore:
Timestamp:
05/01/2025 09:39:47 AM (11 months ago)
Author:
hrrarya
Message:

Version 1.0.1

Location:
charts-for-divi
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • charts-for-divi/tags/1.0.1/README.txt

    r3190278 r3285474  
    44Tags: Divi Module, Divi Page Builder, divi theme, divi builder, Divi Charts
    55Requires at least: 5.0
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717
    1818Charts 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. 
     191. Divi Line Chart - This module allow you to show your data in a line chart easily.
    2020
    2121
     
    7272== Changelog ==
    7373
     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
    7479= 1.0.0 - 20/06/2024 =
    7580* Official Public Release
  • charts-for-divi/tags/1.0.1/charts-for-divi.php

    r3105235 r3285474  
    44 * Plugin URI:  https://wordpress.org/plugins/dich-divi-charts/
    55 * Description: Elevate your website with Charts for Divi plugin, featuring custom creative modules for stunning chart creation.
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Hridoy Mozumder
    88 * Author URI:  https://vsportfolio.vercel.app/
     
    3636if ( ! class_exists( 'DICH_Divi_Chart' ) ) {
    3737    final class DICH_Divi_Chart {
    38         const DICH_VERSION = '1.0.0';
     38        const DICH_VERSION = '1.0.1';
    3939
    4040        public function __construct() {
  • charts-for-divi/trunk/README.txt

    r3190278 r3285474  
    44Tags: Divi Module, Divi Page Builder, divi theme, divi builder, Divi Charts
    55Requires at least: 5.0
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717
    1818Charts 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. 
     191. Divi Line Chart - This module allow you to show your data in a line chart easily.
    2020
    2121
     
    7272== Changelog ==
    7373
     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
    7479= 1.0.0 - 20/06/2024 =
    7580* Official Public Release
  • charts-for-divi/trunk/charts-for-divi.php

    r3105235 r3285474  
    44 * Plugin URI:  https://wordpress.org/plugins/dich-divi-charts/
    55 * Description: Elevate your website with Charts for Divi plugin, featuring custom creative modules for stunning chart creation.
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Hridoy Mozumder
    88 * Author URI:  https://vsportfolio.vercel.app/
     
    3636if ( ! class_exists( 'DICH_Divi_Chart' ) ) {
    3737    final class DICH_Divi_Chart {
    38         const DICH_VERSION = '1.0.0';
     38        const DICH_VERSION = '1.0.1';
    3939
    4040        public function __construct() {
Note: See TracChangeset for help on using the changeset viewer.