Plugin Directory

Changeset 985703


Ignore:
Timestamp:
09/09/2014 08:45:43 PM (12 years ago)
Author:
jamrizzi
Message:

2.3.3 update

Location:
rizzi-guestbook
Files:
13 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • rizzi-guestbook/trunk/Rizzi-Guestbook.php

    r985680 r985703  
    55the necessary functionality a guestbook needs.
    66Author: JamRizzi
    7 Version: 2.3.2
     7Version: 2.3.3
    88Author URI: http://jamrizzi.com
    99Plugin URI: http://jamrizzi.com/wordpress/plugins/rizzi-guestbook
     
    3232$vgb_name               = "Rizzi Guestbook";
    3333$vgb_homepage           = "http://jamrizzi.com/wordpress/plugins/rizzi-guestbook";
    34 $vgb_version            = "2.3.2";
     34$vgb_version            = "2.3.3";
    3535
    3636//Our plugin options
     
    103103{
    104104    global $vgb_version, $opt_vgb_style;
    105     wp_enqueue_style('WP-ViperGB-Default', vgb_get_data_url().'styles/Default.css', array(), $vgb_version );
     105    wp_enqueue_style('WP-ViperGB-Default', vgb_get_data_url().'', array(), $vgb_version );
    106106    $currentStyle = get_option($opt_vgb_style);
    107107    if( $currentStyle != 'Default' )
  • rizzi-guestbook/trunk/readme.txt

    r985680 r985703  
    44Requires at least: 2.5
    55Tested up to: 4.0
    6 Stable tag: 2.3.2
     6Stable tag: 2.3.3
    77 
    88Rizzi Guestbook is a guestbook that is simple to administrate and easy to use, while still maintaining
     
    6262 
    6363== Changelog ==
     64= 2.3.3 (2014-09-09) =
     65* Fixed date bug
     66
    6467= 2.3.2 (2014-09-09) =
    6568* Fixed date bug
Note: See TracChangeset for help on using the changeset viewer.