Plugin Directory

Changeset 3223686


Ignore:
Timestamp:
01/16/2025 03:41:04 PM (15 months ago)
Author:
fallentroj
Message:

Small update version control 2

Location:
liza-spotify-widget-for-elementor/tags/2.0.0
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • liza-spotify-widget-for-elementor/tags/2.0.0/lizaspotify.php

    r3223679 r3223686  
    33 * liza Spotify Widget For Elementor
    44 *
    5  * @author            Nick Sirbiladze
    6  * @copyright         2022 Nick Sirbiladze
     5 * @author            RuthlessWP
     6 * @copyright         2025 RuthlessWP
    77 * @license           GPL-2.0-or-later
    88 *
    99 * @wordpress-plugin
    1010 * Plugin Name:       Liza Spotify Widget For Elementor
    11  * Plugin URI:        https://stagg.live/spotify
     11 * Plugin URI:        https://ruthlesswp.com/spotify
    1212 * Description:       Spotify Widget For Elementor
    1313 * Version:           2.0.0
    14  * tested up to:      6.2.0
     14 * tested up to:      6.7.1
    1515 * Requires at least: 5.2
    1616 * Requires PHP:      7.0
    1717 * Author:            Nick Sirbiladze
    18  * Author URI:        https://nicolo.wtf
     18 * Author URI:        https://ruthlesswp.com
    1919 * Text Domain:       liza-spotify
    2020 * License:           GPL v2 or later
     
    2929define('LIZA_SPOTIFY_PATH', plugin_dir_path(__FILE__));
    3030define('LIZA_SPOTIFY_URL', plugin_dir_url(__FILE__));
    31 define('LIZA_SPOTIFY_VERSION', '1.0.0');
     31define('LIZA_SPOTIFY_VERSION', '2.0.0');
    3232
    3333// Autoloader
Note: See TracChangeset for help on using the changeset viewer.