Changeset 3294859
- Timestamp:
- 05/16/2025 03:05:14 PM (11 months ago)
- Location:
- slope-widgets
- Files:
-
- 4 edited
- 1 copied
-
tags/4.3.2 (copied) (copied from slope-widgets/trunk)
-
tags/4.3.2/readme.txt (modified) (2 diffs)
-
tags/4.3.2/slope-widgets.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/slope-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slope-widgets/tags/4.3.2/readme.txt
r3294812 r3294859 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.8 8 Stable tag: 4.3. 18 Stable tag: 4.3.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 4.3. 1=42 = 4.3.2 = 43 43 * Correzioni minori 44 44 -
slope-widgets/tags/4.3.2/slope-widgets.php
r3294812 r3294859 3 3 * Plugin Name: Slope Widgets 4 4 * 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. 15 * Version: 4.3.2 6 6 * Author: Slope 7 7 * Author URI: https://www.slope.it/ … … 16 16 17 17 // We use this constant to invalidate the cache of the plugin's assets 18 const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3. 1';18 const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3.2'; 19 19 20 20 // 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 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.8 8 Stable tag: 4.3. 18 Stable tag: 4.3.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 4.3. 1=42 = 4.3.2 = 43 43 * Correzioni minori 44 44 -
slope-widgets/trunk/slope-widgets.php
r3294812 r3294859 3 3 * Plugin Name: Slope Widgets 4 4 * 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. 15 * Version: 4.3.2 6 6 * Author: Slope 7 7 * Author URI: https://www.slope.it/ … … 16 16 17 17 // We use this constant to invalidate the cache of the plugin's assets 18 const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3. 1';18 const SLOPE_WIDGETS_CACHE_BUST_VERSION = '4.3.2'; 19 19 20 20 // 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.