Changeset 663031
- Timestamp:
- 02/04/2013 06:03:40 AM (13 years ago)
- Location:
- nextgen-gallery-voting
- Files:
-
- 15 added
- 2 edited
-
tags/2.3.1 (added)
-
tags/2.3.1/css (added)
-
tags/2.3.1/css/star_rating.css (added)
-
tags/2.3.1/images (added)
-
tags/2.3.1/images/loading.gif (added)
-
tags/2.3.1/images/star.gif (added)
-
tags/2.3.1/images/thumbs_down.png (added)
-
tags/2.3.1/images/thumbs_up.png (added)
-
tags/2.3.1/js (added)
-
tags/2.3.1/js/admin_gallery.js (added)
-
tags/2.3.1/js/ajaxify-likes.js (added)
-
tags/2.3.1/js/ajaxify-stars.js (added)
-
tags/2.3.1/ngg-voting.php (added)
-
tags/2.3.1/readme.txt (added)
-
tags/2.3.1/voting-types.php (added)
-
trunk/ngg-voting.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-gallery-voting/trunk/ngg-voting.php
r662878 r663031 4 4 Plugin URI: http://shauno.co.za/wordpress/nextgen-gallery-voting/ 5 5 Description: This plugin allows you to add user voting and rating to NextGEN Galleries and Images 6 Version: 2.3 6 Version: 2.3.1 7 7 Author: Shaun Alberts 8 8 Author URI: http://shauno.co.za … … 148 148 proxy VARCHAR(32) NULL, 149 149 dateadded DATETIME NOT NULL DEFAULT "0000-00-00 00:00:00", 150 criteria_id BIGINT NOT NULL DEFAULT 0,151 150 UNIQUE KEY id (id) 152 151 );'; -
nextgen-gallery-voting/trunk/readme.txt
r662878 r663031 5 5 Requires at least: 2.9.1 6 6 Tested up to: 3.5.1 7 Stable tag: 2.3 7 Stable tag: 2.3.1 8 8 9 9 This plugin adds the ability for users to vote and rate your NextGEN Galleries and Images. Simple to understand options give you the ability to limit who can vote on what. … … 45 45 46 46 == Changelog == 47 48 = 2.3.1 = 49 * Fixed a table definition that was breaking completely fresh installs (thanks besso for the bug report). 47 50 48 51 = 2.3 = … … 146 149 == Upgrade Notice == 147 150 151 = 2.3.1 = 152 Fixed a bug that stopped fresh installs from builing the tables correctly. 153 148 154 = 2.3 = 149 155 Updates required for NextGEN Gallery Voting Premium 1.2 to run.
Note: See TracChangeset
for help on using the changeset viewer.