Changeset 1217305
- Timestamp:
- 08/10/2015 02:38:28 PM (11 years ago)
- Location:
- suggest-review
- Files:
-
- 2 edited
- 8 copied
-
tags/1.3.6 (copied) (copied from suggest-review/trunk)
-
tags/1.3.6/languages (copied) (copied from suggest-review/trunk/languages)
-
tags/1.3.6/languages/suggest-review-pl_PL.mo (copied) (copied from suggest-review/trunk/languages/suggest-review-pl_PL.mo)
-
tags/1.3.6/languages/suggest-review-pl_PL.po (copied) (copied from suggest-review/trunk/languages/suggest-review-pl_PL.po)
-
tags/1.3.6/languages/suggest-review.pot (copied) (copied from suggest-review/trunk/languages/suggest-review.pot)
-
tags/1.3.6/readme.txt (copied) (copied from suggest-review/trunk/readme.txt) (3 diffs)
-
tags/1.3.6/styles.css (copied) (copied from suggest-review/trunk/styles.css)
-
tags/1.3.6/suggest-review.php (copied) (copied from suggest-review/trunk/suggest-review.php) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/suggest-review.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
suggest-review/tags/1.3.6/readme.txt
r1164150 r1217305 4 4 Tags: 5 5 Requires at least: 3.5.2 6 Tested up to: 4. 2.27 Stable tag: 1.3. 56 Tested up to: 4.3.0 7 Stable tag: 1.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 == Changelog === 68 68 69 = 1.3.6 = 70 * Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor. 71 69 72 = 1.3.5 = 70 73 * The dashboard page added in 1.3.0 to show all flagged posts was only working with posts, not pages or any custom types. That should now be fixed. … … 123 126 == Upgrade Notice === 124 127 128 = 1.3.6 = 129 * Required upgrade if using WP 4.3. 130 125 131 = 1.3.5 = 126 132 Bug fix. Upgrade recommended. -
suggest-review/tags/1.3.6/suggest-review.php
r1163366 r1217305 2 2 /** 3 3 * @package Suggest_Review 4 * @version 1.3. 54 * @version 1.3.6 5 5 */ 6 6 /* … … 10 10 Author: Michael George 11 11 Text Domain: suggest-review 12 Version: 1.3. 512 Version: 1.3.6 13 13 14 14 This program is free software; you can redistribute it and/or modify … … 30 30 class SuggestReview { 31 31 var $adminOptionsName = "SuggestReviewAdminOptions"; 32 33 function SuggestReview() { //constructor34 }35 32 36 33 function init() { -
suggest-review/trunk/readme.txt
r1164150 r1217305 4 4 Tags: 5 5 Requires at least: 3.5.2 6 Tested up to: 4. 2.27 Stable tag: 1.3. 56 Tested up to: 4.3.0 7 Stable tag: 1.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 == Changelog === 68 68 69 = 1.3.6 = 70 * Removed PHP4 constructor from class as WP 4.3 deprecated that type of constructor. 71 69 72 = 1.3.5 = 70 73 * The dashboard page added in 1.3.0 to show all flagged posts was only working with posts, not pages or any custom types. That should now be fixed. … … 123 126 == Upgrade Notice === 124 127 128 = 1.3.6 = 129 * Required upgrade if using WP 4.3. 130 125 131 = 1.3.5 = 126 132 Bug fix. Upgrade recommended. -
suggest-review/trunk/suggest-review.php
r1163366 r1217305 2 2 /** 3 3 * @package Suggest_Review 4 * @version 1.3. 54 * @version 1.3.6 5 5 */ 6 6 /* … … 10 10 Author: Michael George 11 11 Text Domain: suggest-review 12 Version: 1.3. 512 Version: 1.3.6 13 13 14 14 This program is free software; you can redistribute it and/or modify … … 30 30 class SuggestReview { 31 31 var $adminOptionsName = "SuggestReviewAdminOptions"; 32 33 function SuggestReview() { //constructor34 }35 32 36 33 function init() {
Note: See TracChangeset
for help on using the changeset viewer.