Changeset 3223686
- Timestamp:
- 01/16/2025 03:41:04 PM (15 months ago)
- Location:
- liza-spotify-widget-for-elementor/tags/2.0.0
- Files:
-
- 1 added
- 1 edited
-
lizaspotify.php (modified) (2 diffs)
-
readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
liza-spotify-widget-for-elementor/tags/2.0.0/lizaspotify.php
r3223679 r3223686 3 3 * liza Spotify Widget For Elementor 4 4 * 5 * @author Nick Sirbiladze6 * @copyright 202 2 Nick Sirbiladze5 * @author RuthlessWP 6 * @copyright 2025 RuthlessWP 7 7 * @license GPL-2.0-or-later 8 8 * 9 9 * @wordpress-plugin 10 10 * Plugin Name: Liza Spotify Widget For Elementor 11 * Plugin URI: https:// stagg.live/spotify11 * Plugin URI: https://ruthlesswp.com/spotify 12 12 * Description: Spotify Widget For Elementor 13 13 * Version: 2.0.0 14 * tested up to: 6. 2.014 * tested up to: 6.7.1 15 15 * Requires at least: 5.2 16 16 * Requires PHP: 7.0 17 17 * Author: Nick Sirbiladze 18 * Author URI: https:// nicolo.wtf18 * Author URI: https://ruthlesswp.com 19 19 * Text Domain: liza-spotify 20 20 * License: GPL v2 or later … … 29 29 define('LIZA_SPOTIFY_PATH', plugin_dir_path(__FILE__)); 30 30 define('LIZA_SPOTIFY_URL', plugin_dir_url(__FILE__)); 31 define('LIZA_SPOTIFY_VERSION', ' 1.0.0');31 define('LIZA_SPOTIFY_VERSION', '2.0.0'); 32 32 33 33 // Autoloader
Note: See TracChangeset
for help on using the changeset viewer.