Changeset 3285677
- Timestamp:
- 05/01/2025 02:29:33 PM (11 months ago)
- Location:
- charts-for-divi
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from charts-for-divi/trunk)
-
tags/1.0.3/README.txt (modified) (2 diffs)
-
tags/1.0.3/charts-for-divi.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/charts-for-divi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
charts-for-divi/tags/1.0.3/README.txt
r3285675 r3285677 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 1.0.3 - 01/05/2025 = 75 * Fixed: Plugin update issue 76 * Few minor bug fixes & improvements 77 74 78 = 1.0.2 - 01/05/2025 = 75 79 * 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 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. 16 * Version: 1.0.3 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. 1';38 const DICH_VERSION = '1.0.3'; 39 39 40 40 public function __construct() { -
charts-for-divi/trunk/README.txt
r3285675 r3285677 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 1.0.3 - 01/05/2025 = 75 * Fixed: Plugin update issue 76 * Few minor bug fixes & improvements 77 74 78 = 1.0.2 - 01/05/2025 = 75 79 * Enhanced: JavaScript assets compressed and minified for improved performance and faster loading times -
charts-for-divi/trunk/charts-for-divi.php
r3285474 r3285677 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. 16 * Version: 1.0.3 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. 1';38 const DICH_VERSION = '1.0.3'; 39 39 40 40 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.