Changeset 985669
- Timestamp:
- 09/09/2014 07:47:03 PM (12 years ago)
- Location:
- rizzi-guestbook
- Files:
-
- 2 added
- 1 deleted
- 2 edited
-
lang (deleted)
-
trunk/Rizzi-Guestbook.php (modified) (3 diffs)
-
trunk/lang (added)
-
trunk/lang/rizzi-guestbook.pot (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rizzi-guestbook/trunk/Rizzi-Guestbook.php
r983284 r985669 5 5 the necessary functionality a guestbook needs. 6 6 Author: JamRizzi 7 Version: 2.3. 07 Version: 2.3.1 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. 0";34 $vgb_version = "2.3.1"; 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().'styles/Just The Post.css', array(), $vgb_version ); 106 106 $currentStyle = get_option($opt_vgb_style); 107 107 if( $currentStyle != 'Default' ) -
rizzi-guestbook/trunk/readme.txt
r983337 r985669 1 1 === Plugin Name === 2 Contributors: JamRizzi2 Contributors: jamrizzi 3 3 Tags: rizzi, rizzi-guestbook, guestbook, vipergb, viper guestbook, dmsguestbook, dms, guest, book, testimony, testimonial, sign, signature 4 4 Requires at least: 2.5 5 5 Tested up to: 4.0 6 Stable tag: 2.3. 06 Stable tag: 2.3.1 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) = 65 * Fixed CSS error 66 * Fixed language errors 67 * Added POT 68 64 69 = 2.3.0 (2014-09-06) = 65 70 * Tested with 4.0
Note: See TracChangeset
for help on using the changeset viewer.