Plugin Directory

Changeset 3407558


Ignore:
Timestamp:
12/02/2025 06:01:37 AM (12 days ago)
Author:
coolplugins
Message:

Update to version 2.6.2 from GitHub

Location:
3r-elementor-timeline-widget
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • 3r-elementor-timeline-widget/tags/2.6.2/init.php

    r3404001 r3407558  
    55 * Description: Vertical Timeline Widget for Elementor Plugin add timeline element to Elementor Page builder.
    66 * Plugin URI: https://wordpress.org/plugins/3r-elementor-timeline-widget
    7  * Version:2.6.1
     7 * Version:2.6.2
    88 * Requires at least: 5.2
    99 * Requires PHP:7.2
     
    4444   public function widgets_registered() {
    4545
    46       if ( ! current_user_can( 'edit_posts' ) ) {
    47          return;
    48       }
    49 
    5046      if ( defined('ELEMENTOR_PATH') && class_exists('Elementor\Widget_Base') ) {
    5147         $template_file = plugin_dir_path(__FILE__) . 'timeline-widget.php';
  • 3r-elementor-timeline-widget/tags/2.6.2/readme.txt

    r3404001 r3407558  
    55Requires at least: 5.2
    66Tested up to: 6.8.3
    7 Stable tag: 2.6.1
     7Stable tag: 2.6.2
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3535
    3636== Changelog ==
     37
     38= 2.6.2 - 02 December 2025 =
     39* Fixed an issue where the timeline was not visible on the front end.
    3740
    3841= 2.6.1 - 27 November 2025 =
  • 3r-elementor-timeline-widget/trunk/init.php

    r3404001 r3407558  
    55 * Description: Vertical Timeline Widget for Elementor Plugin add timeline element to Elementor Page builder.
    66 * Plugin URI: https://wordpress.org/plugins/3r-elementor-timeline-widget
    7  * Version:2.6.1
     7 * Version:2.6.2
    88 * Requires at least: 5.2
    99 * Requires PHP:7.2
     
    4444   public function widgets_registered() {
    4545
    46       if ( ! current_user_can( 'edit_posts' ) ) {
    47          return;
    48       }
    49 
    5046      if ( defined('ELEMENTOR_PATH') && class_exists('Elementor\Widget_Base') ) {
    5147         $template_file = plugin_dir_path(__FILE__) . 'timeline-widget.php';
  • 3r-elementor-timeline-widget/trunk/readme.txt

    r3404001 r3407558  
    55Requires at least: 5.2
    66Tested up to: 6.8.3
    7 Stable tag: 2.6.1
     7Stable tag: 2.6.2
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3535
    3636== Changelog ==
     37
     38= 2.6.2 - 02 December 2025 =
     39* Fixed an issue where the timeline was not visible on the front end.
    3740
    3841= 2.6.1 - 27 November 2025 =
Note: See TracChangeset for help on using the changeset viewer.