Changeset 985680
- Timestamp:
- 09/09/2014 08:10:54 PM (12 years ago)
- Location:
- rizzi-guestbook
- Files:
-
- 51 added
- 2 deleted
- 2 edited
-
tags/2.3.0 (added)
-
tags/2.3.0/Rizzi-Guestbook.php (added)
-
tags/2.3.0/_admin_menu.php (added)
-
tags/2.3.0/_blank.php (added)
-
tags/2.3.0/_diggstyle.php (added)
-
tags/2.3.0/_output_guestbook.php (added)
-
tags/2.3.0/lang (added)
-
tags/2.3.0/lang/wpvipergb-cs_CZ.po (added)
-
tags/2.3.0/lang/wpvipergb-da_DK.mo (added)
-
tags/2.3.0/lang/wpvipergb-da_DK.po (added)
-
tags/2.3.0/lang/wpvipergb-de_DE.mo (added)
-
tags/2.3.0/lang/wpvipergb-de_DE.po (added)
-
tags/2.3.0/lang/wpvipergb-es_ES.mo (added)
-
tags/2.3.0/lang/wpvipergb-es_ES.po (added)
-
tags/2.3.0/lang/wpvipergb-fr_FR.mo (added)
-
tags/2.3.0/lang/wpvipergb-fr_FR.po (added)
-
tags/2.3.0/lang/wpvipergb-hu_HU.mo (added)
-
tags/2.3.0/lang/wpvipergb-hu_HU.po (added)
-
tags/2.3.0/lang/wpvipergb-it_IT.mo (added)
-
tags/2.3.0/lang/wpvipergb-it_IT.po (added)
-
tags/2.3.0/lang/wpvipergb-nl_NL.mo (added)
-
tags/2.3.0/lang/wpvipergb-nl_NL.po (added)
-
tags/2.3.0/lang/wpvipergb-pl_PL.mo (added)
-
tags/2.3.0/lang/wpvipergb-pl_PL.po (added)
-
tags/2.3.0/lang/wpvipergb-ru_RU.mo (added)
-
tags/2.3.0/lang/wpvipergb-ru_RU.po (added)
-
tags/2.3.0/lang/wpvipergb-sv_SE.mo (added)
-
tags/2.3.0/lang/wpvipergb-sv_SE.po (added)
-
tags/2.3.0/lang/wpvipergb-tr_TR.mo (added)
-
tags/2.3.0/lang/wpvipergb-tr_TR.po (added)
-
tags/2.3.0/lang/wpvipergb-uk.mo (added)
-
tags/2.3.0/lang/wpvipergb-uk.po (added)
-
tags/2.3.0/lang/wpvipergb.mo (added)
-
tags/2.3.0/lang/wpvipergb.po (added)
-
tags/2.3.0/readme.txt (added)
-
tags/2.3.0/styles (added)
-
tags/2.3.0/styles/Date & Time.css (added)
-
tags/2.3.0/styles/Just The Post.css (added)
-
tags/2.3.1 (added)
-
tags/2.3.1/Rizzi-Guestbook.php (added)
-
tags/2.3.1/_admin_menu.php (added)
-
tags/2.3.1/_blank.php (added)
-
tags/2.3.1/_diggstyle.php (added)
-
tags/2.3.1/_output_guestbook.php (added)
-
tags/2.3.1/lang (added)
-
tags/2.3.1/lang/rizzi-guestbook.pot (added)
-
tags/2.3.1/readme.txt (added)
-
tags/2.3.1/styles (added)
-
tags/2.3.1/styles/Date & Time.css (added)
-
tags/2.3.1/styles/Just The Post.css (added)
-
tags/3.0.0 (deleted)
-
trunk/Rizzi-Guestbook.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/styles/Default.css (added)
-
trunk/styles/Just The Post.css (deleted)
Legend:
- Unmodified
- Added
- Removed
-
rizzi-guestbook/trunk/Rizzi-Guestbook.php
r985669 r985680 5 5 the necessary functionality a guestbook needs. 6 6 Author: JamRizzi 7 Version: 2.3. 17 Version: 2.3.2 8 8 Author URI: http://jamrizzi.com 9 9 Plugin URI: http://jamrizzi.com/wordpress/plugins/rizzi-guestbook … … 32 32 $vgb_name = "Rizzi Guestbook"; 33 33 $vgb_homepage = "http://jamrizzi.com/wordpress/plugins/rizzi-guestbook"; 34 $vgb_version = "2.3. 1";34 $vgb_version = "2.3.2"; 35 35 36 36 //Our plugin options … … 103 103 { 104 104 global $vgb_version, $opt_vgb_style; 105 wp_enqueue_style('WP-ViperGB-Default', vgb_get_data_url().'styles/ Just The Post.css', array(), $vgb_version );105 wp_enqueue_style('WP-ViperGB-Default', vgb_get_data_url().'styles/Default.css', array(), $vgb_version ); 106 106 $currentStyle = get_option($opt_vgb_style); 107 107 if( $currentStyle != 'Default' ) -
rizzi-guestbook/trunk/readme.txt
r985669 r985680 4 4 Requires at least: 2.5 5 5 Tested up to: 4.0 6 Stable tag: 2.3. 16 Stable tag: 2.3.2 7 7 8 8 Rizzi Guestbook is a guestbook that is simple to administrate and easy to use, while still maintaining … … 62 62 63 63 == Changelog == 64 = 2.3.0 (2014-09-09) = 64 = 2.3.2 (2014-09-09) = 65 * Fixed date bug 66 67 = 2.3.1 (2014-09-09) = 65 68 * Fixed CSS error 66 69 * Fixed language errors
Note: See TracChangeset
for help on using the changeset viewer.