Plugin Directory

Changeset 1667347


Ignore:
Timestamp:
05/30/2017 10:43:20 PM (9 years ago)
Author:
qhub
Message:

Wordpress compatibility changes

Location:
qhub-qa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qhub-qa/trunk/qhub.php

    r922996 r1667347  
    3131    "name" => "qhub_numbertoshow",
    3232    "std" => '5',
    33     "title" => "Number of Questions to Show",
     33    "title" => "Number of Questions to Display",
    3434        "type" => "text",
    3535    "description" => "Number of related questions you wish the plugin to show."),
     
    5858    // check validity of date
    5959    if(empty($unix_date)) {
    60         return "Bad date";
     60        return "Invalid date";
    6161    }
    6262
  • qhub-qa/trunk/readme.txt

    r1048027 r1667347  
    33Tags: qhub, hub, questions, answers, Q&A, question and answer, question and answer software, questions and answers software
    44Requires at least: 2.9.2
    5 Tested up to: 4.1
     5Tested up to: 4.7.5
    66Stable tag: trunk
    77License: GPLv2 or later
     
    4141
    4242== Changelog ==
     43
     44= 1.04.97 =
     45* Changes to make the code compatible with latest Wordpress version
    4346
    4447= 1.04.96 =
Note: See TracChangeset for help on using the changeset viewer.