Changeset 2529190
- Timestamp:
- 05/10/2021 03:51:46 PM (5 years ago)
- Location:
- charts-and-graphs-for-elementor
- Files:
-
- 10 added
- 2 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/README.txt (added)
-
tags/1.2.1/index.php (added)
-
tags/1.2.1/plugin.php (added)
-
tags/1.2.1/widgets (added)
-
tags/1.2.1/widgets/assets (added)
-
tags/1.2.1/widgets/assets/js (added)
-
tags/1.2.1/widgets/assets/js/chart.js (added)
-
tags/1.2.1/widgets/charts-graphs.php (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/plugin.php (modified) (3 diffs)
-
trunk/readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
charts-and-graphs-for-elementor/trunk/index.php
r2368056 r2529190 4 4 * Description: Elementor addons to create beautiful, interactive charts and graphs. 5 5 * Plugin URI: https://redlettuce.com/charts-and-graphs-for-elementor 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: RedLettuce Plugins 8 8 * Author URI: https://redlettuce.com … … 31 31 * @var string The plugin version. 32 32 */ 33 const VERSION = '1.2. 1';33 const VERSION = '1.2.2'; 34 34 35 35 /** -
charts-and-graphs-for-elementor/trunk/plugin.php
r2368054 r2529190 13 13 * Instance 14 14 * 15 * @since 1.2. 115 * @since 1.2.2 16 16 * @access private 17 17 * @static … … 43 43 * Load widgets files 44 44 * 45 * @since 1.2. 145 * @since 1.2.2 46 46 * @access private 47 47 */ … … 71 71 * Register plugin action hooks and filters 72 72 * 73 * @since 1.2. 173 * @since 1.2.2 74 74 * @access public 75 75 */
Note: See TracChangeset
for help on using the changeset viewer.