Changeset 651615
- Timestamp:
- 01/12/2013 10:50:48 AM (13 years ago)
- Location:
- wp-pocket
- Files:
-
- 12 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from wp-pocket/trunk)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
tags/1.2.1/screenshot-1.png (modified) (previous)
-
tags/1.2.1/screenshot-2.png (modified) (previous)
-
tags/1.2.1/screenshot-3.png (modified) (previous)
-
tags/1.2.1/screenshot-4.png (modified) (previous)
-
tags/1.2.1/wp-pocket.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (modified) (previous)
-
trunk/screenshot-4.png (modified) (previous)
-
trunk/wp-pocket.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-pocket/tags/1.2.1/readme.txt
r647244 r651615 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 Click on 'Options', 'WP Pocket' in Wordpress and add your login datas. 28 28 29 = Can I use my own API-Key? =29 = Can I use my own Consumer-Key? = 30 30 31 Yes, you can, but you do not have to. To add one, click on 'Options', 'WP Pocket' in Wordpress and add the API-Key.31 Yes, you can, but you do not have to. To add one, click on 'Options', 'WP Pocket' in Wordpress and add the Consumer-Key. 32 32 33 33 = Can I customize the gennerated post? = … … 52 52 == Changelog == 53 53 54 = 1.2.1 = 55 * Fixed readme formatting 56 * Activated all links options, because bug in the Pocket API has been fixed 57 * Added info to rate the plugin in the support box 58 * Got new screenshots 59 * Corrected a question in the FAQ 60 * Other minor bugfixes 61 54 62 = 1.2 = 55 Rewrite to Pocket API v3 with oAuth56 Check required PHP version57 Added names of months in English, German or French language58 Improved quality of link title and description59 Implemented function to publish only links, that are marked as favorites in pocket60 Implemented function to show the author of the article in the linklist61 More variables possible in entry building, introduction text and statement text62 Sends, if user allowed it, anonymous statistics to WP-Pocket.com63 Solved coding problems of titles and descriptions64 Solved the problem of marking more than 100 links as read65 Improved performance66 Improved commenting of the code67 Other minor bugfixes68 Removed Flattr button63 * Rewrite to Pocket API v3 with oAuth 64 * Check required PHP version 65 * Added names of months in English, German or French language 66 * Improved quality of link title and description 67 * Implemented function to publish only links, that are marked as favorites in pocket 68 * Implemented function to show the author of the article in the linklist 69 * More variables possible in entry building, introduction text and statement text 70 * Sends, if user allowed it, anonymous statistics to WP-Pocket.com 71 * Solved coding problems of titles and descriptions 72 * Solved the problem of marking more than 100 links as read 73 * Improved performance 74 * Improved commenting of the code 75 * Other minor bugfixes 76 * Removed Flattr button 69 77 70 78 = 1.1.1 = 71 Fix link to options in installed plugins overview79 * Fix link to options in installed plugins overview 72 80 73 81 = 1.1 = 74 Remedy the wrong output of the links during the generation of a post75 Umlauts in Metatags are displayed correctly, independent of the encoding76 Associated links work again77 Add link to options in installed plugins overview82 * Remedy the wrong output of the links during the generation of a post 83 * Umlauts in Metatags are displayed correctly, independent of the encoding 84 * Associated links work again 85 * Add link to options in installed plugins overview 78 86 79 87 = 1.0.3 = 80 Fix API-Key bug on install88 * Fix API-Key bug on install 81 89 82 90 = 1.0.2 = 83 Fix encryption bug of the Pocket username, password and api key84 Introduce version number in class91 * Fix encryption bug of the Pocket username, password and api key 92 * Introduce version number in class 85 93 86 94 = 1.0.1 = 87 Fix encoding bug95 * Fix encoding bug 88 96 89 97 = 1.0 = 90 Initial release98 * Initial release 91 99 92 100 == Upgrade notice == -
wp-pocket/tags/1.2.1/wp-pocket.php
r647244 r651615 6 6 Author: Jan Karres 7 7 Author URI: http://www.jankarres.de/ 8 Version: 1.2 8 Version: 1.2.1 9 9 */ 10 10 if(!class_exists('wppocketer')) { … … 23 23 24 24 // Set plugin version 25 $this->version = '1.2 ';25 $this->version = '1.2.1'; 26 26 27 27 // Check WP version … … 673 673 You found a bug? You have an idea for a feature? Then let me know and send a request on <a href="http://wp-pocket.com/" target="_blank">WP-Pocket.com</a>! 674 674 </p> 675 676 <h3>rate the plugin</h3> 677 678 <p> 679 You can rate the plugin in the <a href="http://wordpress.org/extend/plugins/wp-pocket/" target="_blank">WordPress Plugin Directory</a> and help some other people to know, if this plugin is nice! 680 </p> 675 681 </div> 676 682 <?php … … 763 769 <option value="0" <?php selected('0', get_option('wppocket_links_to_use')); ?>>Only unread links, which are unposted</option> 764 770 <option value="1" <?php selected('1', get_option('wppocket_links_to_use')); ?>>Only read/archived links, which are unposted</option> 765 <option value="2" <?php selected('2', get_option('wppocket_links_to_use')); ?> disabled><s>All links, which are unposted</s> (Currently impossible due to a bug in Pocket API)</option>771 <option value="2" <?php selected('2', get_option('wppocket_links_to_use')); ?>>All links, which are unposted</option> 766 772 <option value="3" <?php selected('3', get_option('wppocket_links_to_use')); ?>>All unread links, also already posted ones</option> 767 773 <option value="4" <?php selected('4', get_option('wppocket_links_to_use')); ?>>All read/archived links, also already posted ones</option> 768 <option value="5" <?php selected('5', get_option('wppocket_links_to_use')); ?> disabled><s>All links, also already posted ones</s> (Currently impossible due to a bug in Pocket API)</option>774 <option value="5" <?php selected('5', get_option('wppocket_links_to_use')); ?>>All links, also already posted ones</option> 769 775 </select> 770 776 <p class="description">Which links should be used for the new post?</p> … … 1199 1205 }elseif (get_option('wppocket_links_to_use') == 1 || get_option('wppocket_links_to_use') == 4) { // Readed / Archived 1200 1206 $getLinksPost['state'] = 'archive'; 1201 } // All 1207 }else { // All 1208 $getLinksPost['state'] = 'all'; 1209 } 1202 1210 1203 1211 // Check if only faved or unfaved links should use … … 1344 1352 <label for="item-<?php echo $key; ?>-input-author"> 1345 1353 Author<br /> 1346 <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat input-title" name="element[][author]" value="<?php1354 <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat" name="element[][author]" value="<?php 1347 1355 if (count($value->authors) != 0) { 1348 1356 $i2 = 0; -
wp-pocket/trunk/readme.txt
r647244 r651615 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 Click on 'Options', 'WP Pocket' in Wordpress and add your login datas. 28 28 29 = Can I use my own API-Key? =29 = Can I use my own Consumer-Key? = 30 30 31 Yes, you can, but you do not have to. To add one, click on 'Options', 'WP Pocket' in Wordpress and add the API-Key.31 Yes, you can, but you do not have to. To add one, click on 'Options', 'WP Pocket' in Wordpress and add the Consumer-Key. 32 32 33 33 = Can I customize the gennerated post? = … … 52 52 == Changelog == 53 53 54 = 1.2.1 = 55 * Fixed readme formatting 56 * Activated all links options, because bug in the Pocket API has been fixed 57 * Added info to rate the plugin in the support box 58 * Got new screenshots 59 * Corrected a question in the FAQ 60 * Other minor bugfixes 61 54 62 = 1.2 = 55 Rewrite to Pocket API v3 with oAuth56 Check required PHP version57 Added names of months in English, German or French language58 Improved quality of link title and description59 Implemented function to publish only links, that are marked as favorites in pocket60 Implemented function to show the author of the article in the linklist61 More variables possible in entry building, introduction text and statement text62 Sends, if user allowed it, anonymous statistics to WP-Pocket.com63 Solved coding problems of titles and descriptions64 Solved the problem of marking more than 100 links as read65 Improved performance66 Improved commenting of the code67 Other minor bugfixes68 Removed Flattr button63 * Rewrite to Pocket API v3 with oAuth 64 * Check required PHP version 65 * Added names of months in English, German or French language 66 * Improved quality of link title and description 67 * Implemented function to publish only links, that are marked as favorites in pocket 68 * Implemented function to show the author of the article in the linklist 69 * More variables possible in entry building, introduction text and statement text 70 * Sends, if user allowed it, anonymous statistics to WP-Pocket.com 71 * Solved coding problems of titles and descriptions 72 * Solved the problem of marking more than 100 links as read 73 * Improved performance 74 * Improved commenting of the code 75 * Other minor bugfixes 76 * Removed Flattr button 69 77 70 78 = 1.1.1 = 71 Fix link to options in installed plugins overview79 * Fix link to options in installed plugins overview 72 80 73 81 = 1.1 = 74 Remedy the wrong output of the links during the generation of a post75 Umlauts in Metatags are displayed correctly, independent of the encoding76 Associated links work again77 Add link to options in installed plugins overview82 * Remedy the wrong output of the links during the generation of a post 83 * Umlauts in Metatags are displayed correctly, independent of the encoding 84 * Associated links work again 85 * Add link to options in installed plugins overview 78 86 79 87 = 1.0.3 = 80 Fix API-Key bug on install88 * Fix API-Key bug on install 81 89 82 90 = 1.0.2 = 83 Fix encryption bug of the Pocket username, password and api key84 Introduce version number in class91 * Fix encryption bug of the Pocket username, password and api key 92 * Introduce version number in class 85 93 86 94 = 1.0.1 = 87 Fix encoding bug95 * Fix encoding bug 88 96 89 97 = 1.0 = 90 Initial release98 * Initial release 91 99 92 100 == Upgrade notice == -
wp-pocket/trunk/wp-pocket.php
r647244 r651615 6 6 Author: Jan Karres 7 7 Author URI: http://www.jankarres.de/ 8 Version: 1.2 8 Version: 1.2.1 9 9 */ 10 10 if(!class_exists('wppocketer')) { … … 23 23 24 24 // Set plugin version 25 $this->version = '1.2 ';25 $this->version = '1.2.1'; 26 26 27 27 // Check WP version … … 673 673 You found a bug? You have an idea for a feature? Then let me know and send a request on <a href="http://wp-pocket.com/" target="_blank">WP-Pocket.com</a>! 674 674 </p> 675 676 <h3>rate the plugin</h3> 677 678 <p> 679 You can rate the plugin in the <a href="http://wordpress.org/extend/plugins/wp-pocket/" target="_blank">WordPress Plugin Directory</a> and help some other people to know, if this plugin is nice! 680 </p> 675 681 </div> 676 682 <?php … … 763 769 <option value="0" <?php selected('0', get_option('wppocket_links_to_use')); ?>>Only unread links, which are unposted</option> 764 770 <option value="1" <?php selected('1', get_option('wppocket_links_to_use')); ?>>Only read/archived links, which are unposted</option> 765 <option value="2" <?php selected('2', get_option('wppocket_links_to_use')); ?> disabled><s>All links, which are unposted</s> (Currently impossible due to a bug in Pocket API)</option>771 <option value="2" <?php selected('2', get_option('wppocket_links_to_use')); ?>>All links, which are unposted</option> 766 772 <option value="3" <?php selected('3', get_option('wppocket_links_to_use')); ?>>All unread links, also already posted ones</option> 767 773 <option value="4" <?php selected('4', get_option('wppocket_links_to_use')); ?>>All read/archived links, also already posted ones</option> 768 <option value="5" <?php selected('5', get_option('wppocket_links_to_use')); ?> disabled><s>All links, also already posted ones</s> (Currently impossible due to a bug in Pocket API)</option>774 <option value="5" <?php selected('5', get_option('wppocket_links_to_use')); ?>>All links, also already posted ones</option> 769 775 </select> 770 776 <p class="description">Which links should be used for the new post?</p> … … 1199 1205 }elseif (get_option('wppocket_links_to_use') == 1 || get_option('wppocket_links_to_use') == 4) { // Readed / Archived 1200 1206 $getLinksPost['state'] = 'archive'; 1201 } // All 1207 }else { // All 1208 $getLinksPost['state'] = 'all'; 1209 } 1202 1210 1203 1211 // Check if only faved or unfaved links should use … … 1344 1352 <label for="item-<?php echo $key; ?>-input-author"> 1345 1353 Author<br /> 1346 <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat input-title" name="element[][author]" value="<?php1354 <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat" name="element[][author]" value="<?php 1347 1355 if (count($value->authors) != 0) { 1348 1356 $i2 = 0;
Note: See TracChangeset
for help on using the changeset viewer.