Changeset 3407558
- Timestamp:
- 12/02/2025 06:01:37 AM (12 days ago)
- Location:
- 3r-elementor-timeline-widget
- Files:
-
- 4 edited
- 1 copied
-
tags/2.6.2 (copied) (copied from 3r-elementor-timeline-widget/trunk)
-
tags/2.6.2/init.php (modified) (2 diffs)
-
tags/2.6.2/readme.txt (modified) (2 diffs)
-
trunk/init.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3r-elementor-timeline-widget/tags/2.6.2/init.php
r3404001 r3407558 5 5 * Description: Vertical Timeline Widget for Elementor Plugin add timeline element to Elementor Page builder. 6 6 * Plugin URI: https://wordpress.org/plugins/3r-elementor-timeline-widget 7 * Version:2.6. 17 * Version:2.6.2 8 8 * Requires at least: 5.2 9 9 * Requires PHP:7.2 … … 44 44 public function widgets_registered() { 45 45 46 if ( ! current_user_can( 'edit_posts' ) ) {47 return;48 }49 50 46 if ( defined('ELEMENTOR_PATH') && class_exists('Elementor\Widget_Base') ) { 51 47 $template_file = plugin_dir_path(__FILE__) . 'timeline-widget.php'; -
3r-elementor-timeline-widget/tags/2.6.2/readme.txt
r3404001 r3407558 5 5 Requires at least: 5.2 6 6 Tested up to: 6.8.3 7 Stable tag: 2.6. 17 Stable tag: 2.6.2 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 38 = 2.6.2 - 02 December 2025 = 39 * Fixed an issue where the timeline was not visible on the front end. 37 40 38 41 = 2.6.1 - 27 November 2025 = -
3r-elementor-timeline-widget/trunk/init.php
r3404001 r3407558 5 5 * Description: Vertical Timeline Widget for Elementor Plugin add timeline element to Elementor Page builder. 6 6 * Plugin URI: https://wordpress.org/plugins/3r-elementor-timeline-widget 7 * Version:2.6. 17 * Version:2.6.2 8 8 * Requires at least: 5.2 9 9 * Requires PHP:7.2 … … 44 44 public function widgets_registered() { 45 45 46 if ( ! current_user_can( 'edit_posts' ) ) {47 return;48 }49 50 46 if ( defined('ELEMENTOR_PATH') && class_exists('Elementor\Widget_Base') ) { 51 47 $template_file = plugin_dir_path(__FILE__) . 'timeline-widget.php'; -
3r-elementor-timeline-widget/trunk/readme.txt
r3404001 r3407558 5 5 Requires at least: 5.2 6 6 Tested up to: 6.8.3 7 Stable tag: 2.6. 17 Stable tag: 2.6.2 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 38 = 2.6.2 - 02 December 2025 = 39 * Fixed an issue where the timeline was not visible on the front end. 37 40 38 41 = 2.6.1 - 27 November 2025 =
Note: See TracChangeset
for help on using the changeset viewer.