Plugin Directory

Changeset 651615


Ignore:
Timestamp:
01/12/2013 10:50:48 AM (13 years ago)
Author:
jankarres
Message:

tagging version 1.2.1

Location:
wp-pocket
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-pocket/tags/1.2.1/readme.txt

    r647244 r651615  
    55Requires at least: 3.4
    66Tested up to: 3.5
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727Click on 'Options', 'WP Pocket' in Wordpress and add your login datas.
    2828
    29 = Can I use my own API-Key? =
     29= Can I use my own Consumer-Key? =
    3030
    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.
     31Yes, you can, but you do not have to. To add one, click on 'Options', 'WP Pocket' in Wordpress and add the Consumer-Key.
    3232
    3333= Can I customize the gennerated post? =
     
    5252== Changelog ==
    5353
     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
    5462= 1.2 =
    55 Rewrite to Pocket API v3 with oAuth
    56 Check required PHP version
    57 Added names of months in English, German or French language
    58 Improved quality of link title and description
    59 Implemented function to publish only links, that are marked as favorites in pocket
    60 Implemented function to show the author of the article in the linklist
    61 More variables possible in entry building, introduction text and statement text
    62 Sends, if user allowed it, anonymous statistics to WP-Pocket.com
    63 Solved coding problems of titles and descriptions
    64 Solved the problem of marking more than 100 links as read
    65 Improved performance
    66 Improved commenting of the code
    67 Other minor bugfixes
    68 Removed Flattr button
     63* 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
    6977
    7078= 1.1.1 =
    71 Fix link to options in installed plugins overview
     79* Fix link to options in installed plugins overview
    7280
    7381= 1.1 =
    74 Remedy the wrong output of the links during the generation of a post
    75 Umlauts in Metatags are displayed correctly, independent of the encoding
    76 Associated links work again
    77 Add link to options in installed plugins overview
     82* 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
    7886
    7987= 1.0.3 =
    80 Fix API-Key bug on install
     88* Fix API-Key bug on install
    8189
    8290= 1.0.2 =
    83 Fix encryption bug of the Pocket username, password and api key
    84 Introduce version number in class
     91* Fix encryption bug of the Pocket username, password and api key
     92* Introduce version number in class
    8593
    8694= 1.0.1 =
    87 Fix encoding bug
     95* Fix encoding bug
    8896
    8997= 1.0 =
    90 Initial release
     98* Initial release
    9199
    92100== Upgrade notice ==
  • wp-pocket/tags/1.2.1/wp-pocket.php

    r647244 r651615  
    66    Author: Jan Karres
    77    Author URI: http://www.jankarres.de/
    8     Version: 1.2
     8    Version: 1.2.1
    99*/
    1010if(!class_exists('wppocketer')) {
     
    2323           
    2424            // Set plugin version
    25             $this->version = '1.2';
     25            $this->version = '1.2.1';
    2626       
    2727            // Check WP version
     
    673673                    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>!
    674674                </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>
    675681            </div>
    676682            <?php
     
    763769                                    <option value="0" <?php selected('0', get_option('wppocket_links_to_use')); ?>>Only unread links, which are unposted</option>
    764770                                    <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>
    766772                                    <option value="3" <?php selected('3', get_option('wppocket_links_to_use')); ?>>All unread links, also already posted ones</option>
    767773                                    <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>
    769775                                </select>
    770776                                <p class="description">Which links should be used for the new post?</p>
     
    11991205                        }elseif (get_option('wppocket_links_to_use') == 1 || get_option('wppocket_links_to_use') == 4) { // Readed / Archived
    12001206                            $getLinksPost['state'] = 'archive';
    1201                         } // All
     1207                        }else { // All
     1208                            $getLinksPost['state'] = 'all';
     1209                        }
    12021210                       
    12031211                        // Check if only faved or unfaved links should use
     
    13441352                                                    <label for="item-<?php echo $key; ?>-input-author">
    13451353                                                        Author<br />
    1346                                                         <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat input-title" name="element[][author]" value="<?php
     1354                                                        <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat" name="element[][author]" value="<?php
    13471355                                                            if (count($value->authors) != 0) {
    13481356                                                                $i2 = 0;
  • wp-pocket/trunk/readme.txt

    r647244 r651615  
    55Requires at least: 3.4
    66Tested up to: 3.5
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727Click on 'Options', 'WP Pocket' in Wordpress and add your login datas.
    2828
    29 = Can I use my own API-Key? =
     29= Can I use my own Consumer-Key? =
    3030
    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.
     31Yes, you can, but you do not have to. To add one, click on 'Options', 'WP Pocket' in Wordpress and add the Consumer-Key.
    3232
    3333= Can I customize the gennerated post? =
     
    5252== Changelog ==
    5353
     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
    5462= 1.2 =
    55 Rewrite to Pocket API v3 with oAuth
    56 Check required PHP version
    57 Added names of months in English, German or French language
    58 Improved quality of link title and description
    59 Implemented function to publish only links, that are marked as favorites in pocket
    60 Implemented function to show the author of the article in the linklist
    61 More variables possible in entry building, introduction text and statement text
    62 Sends, if user allowed it, anonymous statistics to WP-Pocket.com
    63 Solved coding problems of titles and descriptions
    64 Solved the problem of marking more than 100 links as read
    65 Improved performance
    66 Improved commenting of the code
    67 Other minor bugfixes
    68 Removed Flattr button
     63* 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
    6977
    7078= 1.1.1 =
    71 Fix link to options in installed plugins overview
     79* Fix link to options in installed plugins overview
    7280
    7381= 1.1 =
    74 Remedy the wrong output of the links during the generation of a post
    75 Umlauts in Metatags are displayed correctly, independent of the encoding
    76 Associated links work again
    77 Add link to options in installed plugins overview
     82* 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
    7886
    7987= 1.0.3 =
    80 Fix API-Key bug on install
     88* Fix API-Key bug on install
    8189
    8290= 1.0.2 =
    83 Fix encryption bug of the Pocket username, password and api key
    84 Introduce version number in class
     91* Fix encryption bug of the Pocket username, password and api key
     92* Introduce version number in class
    8593
    8694= 1.0.1 =
    87 Fix encoding bug
     95* Fix encoding bug
    8896
    8997= 1.0 =
    90 Initial release
     98* Initial release
    9199
    92100== Upgrade notice ==
  • wp-pocket/trunk/wp-pocket.php

    r647244 r651615  
    66    Author: Jan Karres
    77    Author URI: http://www.jankarres.de/
    8     Version: 1.2
     8    Version: 1.2.1
    99*/
    1010if(!class_exists('wppocketer')) {
     
    2323           
    2424            // Set plugin version
    25             $this->version = '1.2';
     25            $this->version = '1.2.1';
    2626       
    2727            // Check WP version
     
    673673                    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>!
    674674                </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>
    675681            </div>
    676682            <?php
     
    763769                                    <option value="0" <?php selected('0', get_option('wppocket_links_to_use')); ?>>Only unread links, which are unposted</option>
    764770                                    <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>
    766772                                    <option value="3" <?php selected('3', get_option('wppocket_links_to_use')); ?>>All unread links, also already posted ones</option>
    767773                                    <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>
    769775                                </select>
    770776                                <p class="description">Which links should be used for the new post?</p>
     
    11991205                        }elseif (get_option('wppocket_links_to_use') == 1 || get_option('wppocket_links_to_use') == 4) { // Readed / Archived
    12001206                            $getLinksPost['state'] = 'archive';
    1201                         } // All
     1207                        }else { // All
     1208                            $getLinksPost['state'] = 'all';
     1209                        }
    12021210                       
    12031211                        // Check if only faved or unfaved links should use
     
    13441352                                                    <label for="item-<?php echo $key; ?>-input-author">
    13451353                                                        Author<br />
    1346                                                         <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat input-title" name="element[][author]" value="<?php
     1354                                                        <input type="text" id="item-<?php echo $key; ?>-input-author" class="widefat" name="element[][author]" value="<?php
    13471355                                                            if (count($value->authors) != 0) {
    13481356                                                                $i2 = 0;
Note: See TracChangeset for help on using the changeset viewer.