Plugin Directory

Changeset 829910


Ignore:
Timestamp:
12/30/2013 12:47:12 AM (12 years ago)
Author:
andrew.alba
Message:

-fixed the plugin version number

Location:
wp-pluspoints/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-pluspoints/trunk

    • Property svn:ignore
      •  

        old new  
        99build.xml
        1010*.xcf
         11
         12*.iml
  • wp-pluspoints/trunk/readme.txt

    r826624 r829910  
    55Requires at least: 2.7
    66Tested up to: 3.8
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88
    99WordPress 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  
    2929        }
    3030        $html .= '</div>';
    31         return $html;   
     31        return $html;
    3232    }
    3333}
  • wp-pluspoints/trunk/wp-pluspoints.php

    r826625 r829910  
    22/*
    33Plugin Name: WordPress Plus Points
    4 Plugin URI: http://www.dingobytes.com/wordpress/wp-pluspoints/
     4Plugin URI: http://www.dingobytes.com/jquery/wordpress-plus-points/
    55Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHW8KLEXPH6GC
    66Description: 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.2
     7Version: 1.3.2
    88Author: Andrew Alba
    99Author URI: http://www.dingobytes.com/
    1010
    11         Credits & Thanks: http://http://www.weightwatchers.com/
     11        Credits & Thanks: http://www.weightwatchers.com/
    1212
    1313*/
  • wp-pluspoints/trunk/wppp.css

    r329960 r829910  
    11/*
    2  * Copyright 011  Andrew Alba  (Alba Web Studio)
     2 * Copyright 2011-2013  Andrew Alba  (Alba Web Studio)
    33 * The unique combination of images, colors, sizes, typography,
    44 * and positioning ("the design") of this plugin is copyright
  • wp-pluspoints/trunk/wppp_admin.css

    r826415 r829910  
    11/*
    2  * Copyright 011  Andrew Alba  (Alba Web Studio)
     2 * Copyright 2013  Andrew Alba  (Alba Web Studio)
    33 * The unique combination of images, colors, sizes, typography,
    44 * and positioning ("the design") of this plugin is copyright
Note: See TracChangeset for help on using the changeset viewer.