Plugin Directory

Changeset 2880185


Ignore:
Timestamp:
03/15/2023 02:29:22 AM (3 years ago)
Author:
addonium
Message:

compatible issue fixed

Location:
photo-sphere-viewer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • photo-sphere-viewer/trunk/changelog.txt

    r2723900 r2880185  
     1## 1.1.0 [15th March 2023]
     2
     3### Added
     4-Elementor Latest Version compatibility issue fixed
     5
     6
    17## 1.0.1 [15th May 2022]
    28
    39### Added
    4 
    510- Shortcode Features Added
    611
  • photo-sphere-viewer/trunk/photo-sphere-viewer.php

    r2769822 r2880185  
    55 * Plugin URI: https://wordpress.org/plugins/photo-sphere-viewer/
    66 * Description: Photo Sphere Viewer renders 360° panoramas shots with Photo Sphere, the new camera mode of Android 4.2 Jelly Bean and above. It also supports cube panoramas.
    7  * Version: 1.0.1
     7 * Version: 1.1.0
    88 * Author: ADDONIUM
    9  * Author URI: https://addonium.com
     9 * Author URI: https://github.com/addonium/
    1010 * Text Domain: photo-sphere-viewer
    1111 * License: GPL3
    1212 * Domain Path: /languages/
    1313 * Elementor requires at least: 3.0.0
    14  * Elementor tested up to: 3.7.0
     14 * Elementor tested up to: 3.11.5
    1515 */
    1616
     
    2626
    2727// Some pre define value for easy use
    28 define('PSV_VER', '1.0.0');
     28define('PSV_VER', '1.1.0');
    2929define('PSV__FILE__', __FILE__);
    3030define('PSV_URL', plugins_url('/', PSV__FILE__));
     
    5959        // load assets
    6060        add_action('wp_enqueue_scripts', [$this, 'assets_enqueue']);
    61         add_action('elementor/widgets/widgets_registered', [$this, 'init_widgets']);
     61        add_action('elementor/widgets/register', [$this, 'init_widgets']);
    6262        add_action('elementor/elements/categories_registered', [$this, 'register_new_category']);
    6363
Note: See TracChangeset for help on using the changeset viewer.