Changeset 2880185
- Timestamp:
- 03/15/2023 02:29:22 AM (3 years ago)
- Location:
- photo-sphere-viewer/trunk
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
photo-sphere-viewer.php (modified) (3 diffs)
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 1 7 ## 1.0.1 [15th May 2022] 2 8 3 9 ### Added 4 5 10 - Shortcode Features Added 6 11 -
photo-sphere-viewer/trunk/photo-sphere-viewer.php
r2769822 r2880185 5 5 * Plugin URI: https://wordpress.org/plugins/photo-sphere-viewer/ 6 6 * 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.17 * Version: 1.1.0 8 8 * Author: ADDONIUM 9 * Author URI: https:// addonium.com9 * Author URI: https://github.com/addonium/ 10 10 * Text Domain: photo-sphere-viewer 11 11 * License: GPL3 12 12 * Domain Path: /languages/ 13 13 * Elementor requires at least: 3.0.0 14 * Elementor tested up to: 3. 7.014 * Elementor tested up to: 3.11.5 15 15 */ 16 16 … … 26 26 27 27 // Some pre define value for easy use 28 define('PSV_VER', '1. 0.0');28 define('PSV_VER', '1.1.0'); 29 29 define('PSV__FILE__', __FILE__); 30 30 define('PSV_URL', plugins_url('/', PSV__FILE__)); … … 59 59 // load assets 60 60 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']); 62 62 add_action('elementor/elements/categories_registered', [$this, 'register_new_category']); 63 63
Note: See TracChangeset
for help on using the changeset viewer.