Plugin Directory

Changeset 2130178


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

Version 1.3

Location:
taugun/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • taugun/trunk/assets/css/frontend/single-event.css

    r2106552 r2130178  
    202202    margin:0;
    203203    padding:0;
    204     width:75px;
     204    width:180px;
    205205    height:auto;
    206206    border-radius:0;
  • taugun/trunk/esf.php

    r2129128 r2130178  
    44 * Plugin Name: Taugun Events Calendar
    55 * Description: Taugun is a free Events Calendar plugin which allows you to create and manage events in your WordPress site.
    6  * Version: 1.2
     6 * Version: 1.3
    77 * Author: Flintop
    88 * Author URI: https://flintop.com/
     
    2727         * Version
    2828         * */
    29         private $version = '1.2' ;
     29        private $version = '1.3' ;
    3030
    3131        /**
  • taugun/trunk/readme.txt

    r2129128 r2130178  
    55Tested up to: 5.2.1
    66Requires PHP: 5.6.25
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    156156== Changelog ==
    157157
     158V1.3
     159
     160Fix: Organizer image issue
     161
    158162V1.2
    159163
    160 Fix: Timezone Problem
     164Fix: Timezone problem
    161165
    162166V1.1
     
    1661701.0
    167171
    168 Initial Release
     172Initial release
Note: See TracChangeset for help on using the changeset viewer.