Plugin Directory

Changeset 690828

Timestamp:
04/02/2013 09:31:03 PM (11 years ago)
Author:
jankarres
Message:

tagging version 1.4

Location:
wp-stacker
Files:
6 edited
11 copied

Legend:

Unmodified
Added
Removed
  • wp-stacker/tags/1.4/css/main.css

    r665217 r690828  
    8181    width: 600px;
    8282}
     83
     84
     85
     86
  • wp-stacker/tags/1.4/js/main.js

    r665217 r690828  
    4343        }
    4444    });
     45
     46
     47
     48
     49
    4550});
  • wp-stacker/tags/1.4/readme.txt

    r665217 r690828  
    44Requires at least: 3.4
    55Tested up to: 3.5.1
    6 Stable tag: 1.3
     6Stable tag: 1.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53
     54
     55
     56
     57
    5258
    5359= 1.3 =
  • wp-stacker/tags/1.4/wp-stacker.php

    r665217 r690828  
    66    Author: Jan Karres
    77    Author URI: http://jankarres.de/
    8     Version: 1.3
     8    Version: 1.
    99*/
     10
    1011if(!class_exists('wpstacker')) {
    1112    class wpstacker {
     
    2324           
    2425            // Set plugin version
    25             $this->version = '1.3';
     26            $this->version = '1.';
    2627       
    2728            // Check WP version
     
    10071008        // Options page controller
    10081009        function options_page_controller() {
     1010
     1011
     1012
     1013
     1014
     1015
    10091016            // Check if should start Pocket auth process
    10101017            if (isset($_GET['auth-get'])) {
     
    11831190       
    11841191        // Function to set the main page
    1185         function main_link() {     
     1192        function main_link() {
    11861193            // Start the view of the main page
    1187             add_menu_page('WP Stacker', 'WP Stacker', 5, 'pocket_poster', array($this, 'main_page_view'), plugin_dir_url(__FILE__) . 'images/icons/16.png', 25);
     1194            add_menu_page('WP Stacker', 'WP Stacker', 5, 'pocket_poster', array($this, 'main_page_view'), plugin_dir_url(__FILE__) . 'images/icons/16.png', 2);
    11881195        }
    11891196       
     
    12161223               
    12171224                <?php
     1225
     1226
     1227
     1228
     1229
     1230
     1231
     1232
     1233
     1234
     1235
    12181236                if ($_POST['mode'] != 'get') {
    12191237                    $this->support_div();
     
    12591277                        }else { // newest to oldest
    12601278                            $getLinksPost['sort'] = 'newest';
     1279
     1280
     1281
     1282
     1283
    12611284                        }
    12621285                       
     
    12871310                            <?php $this->support_div(); ?>
    12881311                           
    1289                             <p><strong>You do not have usable elements in your Pocket account! Is the <i>Links to use</i> setting correct?</strong></p>
     1312                            <p><strong>You do not have usable elements<?php
     1313                            if ($_POST['onlyWithTag'] && $_POST['tag'] != '') {
     1314                                echo ' with the tag <i>' . stripslashes_deep($_POST['tag']) . '</i>';
     1315                            }
     1316                            ?> in your Pocket account! Is the <i>Links to use</i> setting correct?</strong></p>
    12901317                            <p>You have to look for interesting links, before you can post them ;-)</p>
    12911318                            <?php
     
    14581485                    }
    14591486                }else { // Print introduction
     1487
     1488
     1489
     1490
     1491
     1492
     1493
     1494
     1495
    14601496                    ?>
    14611497                    <br /><br />
     
    14721508                   
    14731509                    <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
     1510
     1511
     1512
     1513
     1514
     1515
     1516
     1517
     1518
     1519
     1520
     1521
     1522
     1523
     1524
     1525
    14741526                        <p class="submit">
    14751527                            <input type="hidden" name="mode" value="get" />
  • wp-stacker/trunk/css/main.css

    r665217 r690828  
    8181    width: 600px;
    8282}
     83
     84
     85
     86
  • wp-stacker/trunk/js/main.js

    r665217 r690828  
    4343        }
    4444    });
     45
     46
     47
     48
     49
    4550});
  • wp-stacker/trunk/readme.txt

    r665217 r690828  
    44Requires at least: 3.4
    55Tested up to: 3.5.1
    6 Stable tag: 1.3
     6Stable tag: 1.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53
     54
     55
     56
     57
    5258
    5359= 1.3 =
  • wp-stacker/trunk/wp-stacker.php

    r665217 r690828  
    66    Author: Jan Karres
    77    Author URI: http://jankarres.de/
    8     Version: 1.3
     8    Version: 1.
    99*/
     10
    1011if(!class_exists('wpstacker')) {
    1112    class wpstacker {
     
    2324           
    2425            // Set plugin version
    25             $this->version = '1.3';
     26            $this->version = '1.';
    2627       
    2728            // Check WP version
     
    10071008        // Options page controller
    10081009        function options_page_controller() {
     1010
     1011
     1012
     1013
     1014
     1015
    10091016            // Check if should start Pocket auth process
    10101017            if (isset($_GET['auth-get'])) {
     
    11831190       
    11841191        // Function to set the main page
    1185         function main_link() {     
     1192        function main_link() {
    11861193            // Start the view of the main page
    1187             add_menu_page('WP Stacker', 'WP Stacker', 5, 'pocket_poster', array($this, 'main_page_view'), plugin_dir_url(__FILE__) . 'images/icons/16.png', 25);
     1194            add_menu_page('WP Stacker', 'WP Stacker', 5, 'pocket_poster', array($this, 'main_page_view'), plugin_dir_url(__FILE__) . 'images/icons/16.png', 2);
    11881195        }
    11891196       
     
    12161223               
    12171224                <?php
     1225
     1226
     1227
     1228
     1229
     1230
     1231
     1232
     1233
     1234
     1235
    12181236                if ($_POST['mode'] != 'get') {
    12191237                    $this->support_div();
     
    12591277                        }else { // newest to oldest
    12601278                            $getLinksPost['sort'] = 'newest';
     1279
     1280
     1281
     1282
     1283
    12611284                        }
    12621285                       
     
    12871310                            <?php $this->support_div(); ?>
    12881311                           
    1289                             <p><strong>You do not have usable elements in your Pocket account! Is the <i>Links to use</i> setting correct?</strong></p>
     1312                            <p><strong>You do not have usable elements<?php
     1313                            if ($_POST['onlyWithTag'] && $_POST['tag'] != '') {
     1314                                echo ' with the tag <i>' . stripslashes_deep($_POST['tag']) . '</i>';
     1315                            }
     1316                            ?> in your Pocket account! Is the <i>Links to use</i> setting correct?</strong></p>
    12901317                            <p>You have to look for interesting links, before you can post them ;-)</p>
    12911318                            <?php
     
    14581485                    }
    14591486                }else { // Print introduction
     1487
     1488
     1489
     1490
     1491
     1492
     1493
     1494
     1495
    14601496                    ?>
    14611497                    <br /><br />
     
    14721508                   
    14731509                    <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
     1510
     1511
     1512
     1513
     1514
     1515
     1516
     1517
     1518
     1519
     1520
     1521
     1522
     1523
     1524
     1525
    14741526                        <p class="submit">
    14751527                            <input type="hidden" name="mode" value="get" />
Note: See TracChangeset for help on using the changeset viewer.