Plugin Directory

Changeset 2125771


Ignore:
Timestamp:
07/19/2019 12:22:24 PM (7 years ago)
Author:
fpin
Message:

Version 1.1

Location:
zovonto/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • zovonto/trunk/assets/css/backend/admin.css

    r2110061 r2125771  
    592592    display:none;
    593593}
     594.esf_pro_content{
     595    position:relative;
     596    float:left;
     597    width:100%;
     598}
     599.esf-Pro-botton-top, .esf-Pro-botton-bottom{
     600}
     601.esf-Pro-botton-top{
     602    right:0;
     603    margin-top:20px;
     604    float:right;
     605
     606}
     607.esf-Pro-botton-bottom{
     608    margin:20px 0px;
     609    float:left;
     610}
     611.esf-Pro-botton-top a, .esf-Pro-botton-bottom a{
     612    padding:10px 25px;
     613    color:#000;
     614    background:#fff;
     615    margin:0;
     616    text-decoration:none;
     617    border-radius: 5px;
     618    font-size:14px;
     619    border:2px solid #000070;
     620}
     621.esf-Pro-botton-top a:hover, .esf-Pro-botton-bottom a:hover{
     622    background:#000070;
     623    color:#fff;
     624    border:2px solid #000070;
     625}
     626.esf_pro_content h4{
     627    font-size: 18px;
     628}
     629.esf_pro_content p{
     630    font-size: 16px;
     631}
     632
  • zovonto/trunk/bsf.php

    r2110061 r2125771  
    44 * Plugin Name: Zovonto Bookings and Appointments
    55 * Description: Zovonto is a free Appointment Booking Plugin which allows you to run an appointment booking system in your WordPress site.
    6  * Version: 1.0
     6 * Version: 1.1
    77 * Author: Flintop
    88 * Author URI: https://flintop.com/
     
    2727         * Version
    2828         * */
    29         private $version = '1.0' ;
     29        private $version = '1.1' ;
    3030
    3131        /**
  • zovonto/trunk/inc/admin/menu/class-bsf-settings.php

    r2110061 r2125771  
    6868                'notifications' ,
    6969                'settings' ,
     70                'pro-version' ,
    7071                'help'
    7172                    ) ;
  • zovonto/trunk/readme.txt

    r2116915 r2125771  
    55Tested up to: 5.2.1
    66Requires PHP: 5.6.25
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0
     
    202202
    203203== Changelog ==
     204
     205V1.1
     206
     207New: Pro Version tab added
     208
    204209V1.0
    205210
Note: See TracChangeset for help on using the changeset viewer.