Plugin Directory

Changeset 2233966


Ignore:
Timestamp:
01/27/2020 04:26:24 PM (6 years ago)
Author:
slopeit
Message:

Version 4.2.3 released

Location:
slope-widgets/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slope-widgets/trunk/readme.txt

    r2217560 r2233966  
    44Tags: slope, hotel, prenotazioni, viaggi, agriturismo, gestionale, B&B, crm, booking engine
    55Requires at least: 4.3
    6 Tested up to: 5.3.2
    7 Stable tag: 4.2.2
     6Tested up to: 5.4
     7Stable tag: 4.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39
     40= 4.2.3 =
     41* Risolto un problema che generava un errore dopo l'attivazione di altri plugin
    3942
    4043= 4.2.2 =
  • slope-widgets/trunk/slope-widgets.php

    r2217099 r2233966  
    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.2.2
     5* Version: 4.2.3
    66* Author: Slope
    77* Author URI: https://www.slope.it/
     
    3535    if( $plugin == plugin_basename( __FILE__ ) ) {
    3636        wp_redirect( admin_url( '/admin.php?page=slope_welcome' ) );
     37        exit();
    3738    }
    38     exit();
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.