Plugin Directory

Changeset 3294859


Ignore:
Timestamp:
05/16/2025 03:05:14 PM (11 months ago)
Author:
slopeit
Message:

Release widget version 4.3.2

Location:
slope-widgets
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • slope-widgets/tags/4.3.2/readme.txt

    r3294812 r3294859  
    66Requires PHP: 7.0
    77Tested up to: 6.8
    8 Stable tag: 4.3.1
     8Stable tag: 4.3.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
    42 = 4.3.1 =
     42= 4.3.2 =
    4343* Correzioni minori
    4444
  • slope-widgets/tags/4.3.2/slope-widgets.php

    r3294812 r3294859  
    33* Plugin Name: Slope Widgets
    44* Description: Aggiungi i widget di Slope al sito web WordPress della tua struttura ricettiva! Questo plugin ti permette di mostrare la barra delle prenotazioni, i pacchetti e le promozioni tramite shortcode personalizzabili.
    5 * Version: 4.3.1
     5* Version: 4.3.2
    66* Author: Slope
    77* Author URI: https://www.slope.it/
     
    1616
    1717// We use this constant to invalidate the cache of the plugin's assets
    18 const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3.1';
     18const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3.2';
    1919
    2020// Current version of the database schema. It is used to check if the database schema needs to be updated.
  • slope-widgets/trunk/readme.txt

    r3294812 r3294859  
    66Requires PHP: 7.0
    77Tested up to: 6.8
    8 Stable tag: 4.3.1
     8Stable tag: 4.3.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
    42 = 4.3.1 =
     42= 4.3.2 =
    4343* Correzioni minori
    4444
  • slope-widgets/trunk/slope-widgets.php

    r3294812 r3294859  
    33* Plugin Name: Slope Widgets
    44* Description: Aggiungi i widget di Slope al sito web WordPress della tua struttura ricettiva! Questo plugin ti permette di mostrare la barra delle prenotazioni, i pacchetti e le promozioni tramite shortcode personalizzabili.
    5 * Version: 4.3.1
     5* Version: 4.3.2
    66* Author: Slope
    77* Author URI: https://www.slope.it/
     
    1616
    1717// We use this constant to invalidate the cache of the plugin's assets
    18 const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3.1';
     18const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3.2';
    1919
    2020// Current version of the database schema. It is used to check if the database schema needs to be updated.
Note: See TracChangeset for help on using the changeset viewer.