Plugin Directory

Changeset 3285677


Ignore:
Timestamp:
05/01/2025 02:29:33 PM (11 months ago)
Author:
hrrarya
Message:

Update to version 1.0.3 from GitHub

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

Legend:

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

    r3285675 r3285677  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.0.3 - 01/05/2025 =
     75* Fixed: Plugin update issue
     76* Few minor bug fixes & improvements
     77
    7478= 1.0.2 - 01/05/2025 =
    7579* Enhanced: JavaScript assets compressed and minified for improved performance and faster loading times
  • charts-for-divi/tags/1.0.3/charts-for-divi.php

    r3285474 r3285677  
    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.1
     6 * Version:     1.0.3
    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.1';
     38        const DICH_VERSION = '1.0.3';
    3939
    4040        public function __construct() {
  • charts-for-divi/trunk/README.txt

    r3285675 r3285677  
    66Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.0.3 - 01/05/2025 =
     75* Fixed: Plugin update issue
     76* Few minor bug fixes & improvements
     77
    7478= 1.0.2 - 01/05/2025 =
    7579* Enhanced: JavaScript assets compressed and minified for improved performance and faster loading times
  • charts-for-divi/trunk/charts-for-divi.php

    r3285474 r3285677  
    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.1
     6 * Version:     1.0.3
    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.1';
     38        const DICH_VERSION = '1.0.3';
    3939
    4040        public function __construct() {
Note: See TracChangeset for help on using the changeset viewer.