Plugin Directory

Changeset 3418433


Ignore:
Timestamp:
12/12/2025 05:02:59 PM (4 weeks ago)
Author:
dan009
Message:

2025-12-12

  • Tested with Wordpress 6.9 version
Location:
advanced-crossword/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-crossword/trunk/advanced-crossword.php

    r3395025 r3418433  
    33* Plugin Name: Advanced Crossword
    44* Plugin URI: https://tuskcode.com
    5 * Version: 1.2.1
     5* Version: 1.2.2
    66* Author: dan009
    77* Description: Create a beautiful, responsive 15x15 grid crossword to your liking. You have full control over the blank cells and the clues. Unlimited crossword puzzle in your website. Responsive and lightweight.
     
    1313    die;
    1414
    15 if( ! defined('PC_PUZZLE_CROSSWORD_VER')) define('PC_PUZZLE_CROSSWORD_VER', '1.2.1');
     15if( ! defined('PC_PUZZLE_CROSSWORD_VER')) define('PC_PUZZLE_CROSSWORD_VER', '1.2.2');
    1616if( ! defined('PC_PUZZLE_CROSSWORD_URL')) define( 'PC_PUZZLE_CROSSWORD_URL', plugins_url( '', __FILE__ ) );
    1717if( ! defined('PC_PUZZLE_CROSSWORD_PATH') ) define('PC_PUZZLE_CROSSWORD_PATH', wp_normalize_path( plugin_dir_path( __FILE__ )) );
  • advanced-crossword/trunk/readme.txt

    r3395025 r3418433  
    44Tags: crossword, puzzle, word game
    55Requires at least: 5.0.1
    6 Tested up to: 6.8
    7 Stable tag: 1.2.1
     6Tested up to: 6.9
     7Stable tag: 1.2.2
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    4242
    4343== Changelog ==
     44
     45= 2025-12-12
     46* Tested with Wordpress 6.9 version
    4447
    4548= 2025-11-13
Note: See TracChangeset for help on using the changeset viewer.