Changeset 2233966
- Timestamp:
- 01/27/2020 04:26:24 PM (6 years ago)
- Location:
- slope-widgets/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
slope-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slope-widgets/trunk/readme.txt
r2217560 r2233966 4 4 Tags: slope, hotel, prenotazioni, viaggi, agriturismo, gestionale, B&B, crm, booking engine 5 5 Requires at least: 4.3 6 Tested up to: 5. 3.27 Stable tag: 4.2. 26 Tested up to: 5.4 7 Stable tag: 4.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 38 38 == Changelog == 39 40 = 4.2.3 = 41 * Risolto un problema che generava un errore dopo l'attivazione di altri plugin 39 42 40 43 = 4.2.2 = -
slope-widgets/trunk/slope-widgets.php
r2217099 r2233966 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.2. 25 * Version: 4.2.3 6 6 * Author: Slope 7 7 * Author URI: https://www.slope.it/ … … 35 35 if( $plugin == plugin_basename( __FILE__ ) ) { 36 36 wp_redirect( admin_url( '/admin.php?page=slope_welcome' ) ); 37 exit(); 37 38 } 38 exit();39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.