Changeset 2125771
- Timestamp:
- 07/19/2019 12:22:24 PM (7 years ago)
- Location:
- zovonto/trunk
- Files:
-
- 1 added
- 5 edited
-
assets/css/backend/admin.css (modified) (1 diff)
-
assets/images/flintop.png (modified) (previous)
-
bsf.php (modified) (2 diffs)
-
inc/admin/menu/class-bsf-settings.php (modified) (1 diff)
-
inc/admin/menu/tabs/pro-version.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zovonto/trunk/assets/css/backend/admin.css
r2110061 r2125771 592 592 display:none; 593 593 } 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 4 4 * Plugin Name: Zovonto Bookings and Appointments 5 5 * Description: Zovonto is a free Appointment Booking Plugin which allows you to run an appointment booking system in your WordPress site. 6 * Version: 1. 06 * Version: 1.1 7 7 * Author: Flintop 8 8 * Author URI: https://flintop.com/ … … 27 27 * Version 28 28 * */ 29 private $version = '1. 0' ;29 private $version = '1.1' ; 30 30 31 31 /** -
zovonto/trunk/inc/admin/menu/class-bsf-settings.php
r2110061 r2125771 68 68 'notifications' , 69 69 'settings' , 70 'pro-version' , 70 71 'help' 71 72 ) ; -
zovonto/trunk/readme.txt
r2116915 r2125771 5 5 Tested up to: 5.2.1 6 6 Requires PHP: 5.6.25 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0 … … 202 202 203 203 == Changelog == 204 205 V1.1 206 207 New: Pro Version tab added 208 204 209 V1.0 205 210
Note: See TracChangeset
for help on using the changeset viewer.