Changeset 985703
- Timestamp:
- 09/09/2014 08:45:43 PM (12 years ago)
- Location:
- rizzi-guestbook
- Files:
-
- 13 added
- 1 deleted
- 2 edited
-
tags/2.3.2 (added)
-
tags/2.3.2/Rizzi-Guestbook.php (added)
-
tags/2.3.2/_admin_menu.php (added)
-
tags/2.3.2/_blank.php (added)
-
tags/2.3.2/_diggstyle.php (added)
-
tags/2.3.2/_output_guestbook.php (added)
-
tags/2.3.2/lang (added)
-
tags/2.3.2/lang/rizzi-guestbook.pot (added)
-
tags/2.3.2/readme.txt (added)
-
tags/2.3.2/styles (added)
-
tags/2.3.2/styles/Date & Time.css (added)
-
tags/2.3.2/styles/Default.css (added)
-
trunk/Rizzi-Guestbook.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/styles/Default.css (deleted)
-
trunk/styles/Just the Post.css (added)
Legend:
- Unmodified
- Added
- Removed
-
rizzi-guestbook/trunk/Rizzi-Guestbook.php
r985680 r985703 5 5 the necessary functionality a guestbook needs. 6 6 Author: JamRizzi 7 Version: 2.3. 27 Version: 2.3.3 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. 2";34 $vgb_version = "2.3.3"; 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/Default.css', array(), $vgb_version );105 wp_enqueue_style('WP-ViperGB-Default', vgb_get_data_url().'', array(), $vgb_version ); 106 106 $currentStyle = get_option($opt_vgb_style); 107 107 if( $currentStyle != 'Default' ) -
rizzi-guestbook/trunk/readme.txt
r985680 r985703 4 4 Requires at least: 2.5 5 5 Tested up to: 4.0 6 Stable tag: 2.3. 26 Stable tag: 2.3.3 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.3 (2014-09-09) = 65 * Fixed date bug 66 64 67 = 2.3.2 (2014-09-09) = 65 68 * Fixed date bug
Note: See TracChangeset
for help on using the changeset viewer.