Changeset 2368054
- Timestamp:
- 08/24/2020 06:07:13 PM (6 years ago)
- Location:
- charts-and-graphs-for-elementor/trunk
- Files:
-
- 1 added
- 2 edited
-
README.txt (added)
-
index.php (modified) (1 diff)
-
plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
charts-and-graphs-for-elementor/trunk/index.php
r2320089 r2368054 31 31 * @var string The plugin version. 32 32 */ 33 const VERSION = '1.2. 0';33 const VERSION = '1.2.1'; 34 34 35 35 /** -
charts-and-graphs-for-elementor/trunk/plugin.php
r2227601 r2368054 13 13 * Instance 14 14 * 15 * @since 1.2. 015 * @since 1.2.1 16 16 * @access private 17 17 * @static … … 43 43 * Load widgets files 44 44 * 45 * @since 1.2. 045 * @since 1.2.1 46 46 * @access private 47 47 */ … … 71 71 * Register plugin action hooks and filters 72 72 * 73 * @since 1.2. 073 * @since 1.2.1 74 74 * @access public 75 75 */
Note: See TracChangeset
for help on using the changeset viewer.