Changeset 3418433
- Timestamp:
- 12/12/2025 05:02:59 PM (4 weeks ago)
- Location:
- advanced-crossword/trunk
- Files:
-
- 2 edited
-
advanced-crossword.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-crossword/trunk/advanced-crossword.php
r3395025 r3418433 3 3 * Plugin Name: Advanced Crossword 4 4 * Plugin URI: https://tuskcode.com 5 * Version: 1.2. 15 * Version: 1.2.2 6 6 * Author: dan009 7 7 * 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. … … 13 13 die; 14 14 15 if( ! defined('PC_PUZZLE_CROSSWORD_VER')) define('PC_PUZZLE_CROSSWORD_VER', '1.2. 1');15 if( ! defined('PC_PUZZLE_CROSSWORD_VER')) define('PC_PUZZLE_CROSSWORD_VER', '1.2.2'); 16 16 if( ! defined('PC_PUZZLE_CROSSWORD_URL')) define( 'PC_PUZZLE_CROSSWORD_URL', plugins_url( '', __FILE__ ) ); 17 17 if( ! defined('PC_PUZZLE_CROSSWORD_PATH') ) define('PC_PUZZLE_CROSSWORD_PATH', wp_normalize_path( plugin_dir_path( __FILE__ )) ); -
advanced-crossword/trunk/readme.txt
r3395025 r3418433 4 4 Tags: crossword, puzzle, word game 5 5 Requires at least: 5.0.1 6 Tested up to: 6. 87 Stable tag: 1.2. 16 Tested up to: 6.9 7 Stable tag: 1.2.2 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 42 42 43 43 == Changelog == 44 45 = 2025-12-12 46 * Tested with Wordpress 6.9 version 44 47 45 48 = 2025-11-13
Note: See TracChangeset
for help on using the changeset viewer.