Plugin Directory

Changeset 2333957


Ignore:
Timestamp:
07/02/2020 06:44:52 AM (6 years ago)
Author:
webhack
Message:

rolled back the version

Location:
wha-wordsearch/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wha-wordsearch/trunk/readme.txt

    r2332378 r2333957  
    11=== Word Search Puzzles game ===
    22Contributors: webhelpagency
    3 Version: 1.1.8
     3Version: 1.1.9
    44Donate link: http://webhelpagency.com/
    55Tags: wordsearch, search, game, crossword, puzzles
    66Requires at least: 4.0.1
    77Tested up to: 5.4.2
    8 Requires PHP: 7.4
     8Requires PHP: 5.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wha-wordsearch/trunk/res/wordsearch.js

    r2332378 r2333957  
    866866   jQuery('.wha-dir-bottom .wha-word-list').css('max-width', wha_ws_grid_width+'px');
    867867   jQuery('.wha-dir-top .wha-word-list').css('max-width', wha_ws_grid_width+'px');
    868    jQuery('.wha-wordsearch-row').removeClass('wha-hidden');
     868   //jQuery('.wha-wordsearch-row').removeClass('wha-hidden');
    869869
    870870
  • wha-wordsearch/trunk/wha-wordsearch.php

    r2332378 r2333957  
    44 * Plugin Name:       WHA Wordsearch
    55 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    6  * Version:           1.1.8
     6 * Version:           1.1.9
    77 * Author:            WHA
    88 * Author URI:        http://webhelpagency.com/
     
    3939}
    4040
    41 define('WHAWS_VERSION', '1.1.8');
     41define('WHAWS_VERSION', '1.1.9');
    4242
    4343function whaws_activation()
     
    234234    $rows = json_decode($wordsearch, true, 512, JSON_UNESCAPED_UNICODE);
    235235
    236     $html .= '<div class="row wha-wordsearch-row wha-hidden">
     236    $html .= '<div class="row wha-wordsearch-row">
    237237
    238238        <div class="wha-wordsearch-container">';
Note: See TracChangeset for help on using the changeset viewer.