Changeset 829910
- Timestamp:
- 12/30/2013 12:47:12 AM (12 years ago)
- Location:
- wp-pluspoints/trunk
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
readme.txt (modified) (1 diff)
-
wp-pluspoints.class.php (modified) (1 diff)
-
wp-pluspoints.php (modified) (1 diff)
-
wppp.css (modified) (1 diff)
-
wppp_admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-pluspoints/trunk
- Property svn:ignore
-
old new 9 9 build.xml 10 10 *.xcf 11 12 *.iml
-
- Property svn:ignore
-
wp-pluspoints/trunk/readme.txt
r826624 r829910 5 5 Requires at least: 2.7 6 6 Tested up to: 3.8 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 9 9 WordPress Plus Points is a handy plugin that allows WordPress users to log their meals using a points system -
wp-pluspoints/trunk/wp-pluspoints.class.php
r329960 r829910 29 29 } 30 30 $html .= '</div>'; 31 return $html; 31 return $html; 32 32 } 33 33 } -
wp-pluspoints/trunk/wp-pluspoints.php
r826625 r829910 2 2 /* 3 3 Plugin Name: WordPress Plus Points 4 Plugin URI: http://www.dingobytes.com/ wordpress/wp-pluspoints/4 Plugin URI: http://www.dingobytes.com/jquery/wordpress-plus-points/ 5 5 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHW8KLEXPH6GC 6 6 Description: A plug-in that will allow you to log your meals and let you know how many Plus Points you use in relationship to your targeted daily plus points. 7 Version: 1. 27 Version: 1.3.2 8 8 Author: Andrew Alba 9 9 Author URI: http://www.dingobytes.com/ 10 10 11 Credits & Thanks: http:// http://www.weightwatchers.com/11 Credits & Thanks: http://www.weightwatchers.com/ 12 12 13 13 */ -
wp-pluspoints/trunk/wppp.css
r329960 r829910 1 1 /* 2 * Copyright 011Andrew Alba (Alba Web Studio)2 * Copyright 2011-2013 Andrew Alba (Alba Web Studio) 3 3 * The unique combination of images, colors, sizes, typography, 4 4 * and positioning ("the design") of this plugin is copyright -
wp-pluspoints/trunk/wppp_admin.css
r826415 r829910 1 1 /* 2 * Copyright 011Andrew Alba (Alba Web Studio)2 * Copyright 2013 Andrew Alba (Alba Web Studio) 3 3 * The unique combination of images, colors, sizes, typography, 4 4 * and positioning ("the design") of this plugin is copyright
Note: See TracChangeset
for help on using the changeset viewer.