Changeset 3165653
- Timestamp:
- 10/09/2024 10:56:13 AM (18 months ago)
- Location:
- puzzleme
- Files:
-
- 3 added
- 2 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/puzzleme.php (added)
-
tags/1.1.5/readme.txt (added)
-
trunk/puzzleme.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
puzzleme/trunk/puzzleme.php
r3062611 r3165653 2 2 /* 3 3 Plugin Name: PuzzleMe for WordPress 4 Version: 1.1. 44 Version: 1.1.5 5 5 Description: Embed PuzzleMe puzzles in your posts and pages with a shortcode 6 6 Author: Amuse Labs … … 10 10 */ 11 11 12 if ( ! defined( 'PuzzleMe_BasePath' ) ) { 13 define( 'PuzzleMe_BasePath', 'https://amuselabs.com/pmm/' ); 14 } 12 function load_puzzle_scripts() { 15 13 16 function load_puzzle_scripts() { 14 if ( ! defined( 'PuzzleMe_BasePath' ) ) { 15 define( 'PuzzleMe_BasePath', 'https://amuselabs.com/pmm/' ); 16 } 17 17 18 $footer_script_HTML = ' 18 19 -
puzzleme/trunk/readme.txt
r3062611 r3165653 3 3 Tags: crossword, sudoku, wordsearch, codeword, jigsaw, wordrow, quiz, puzzles, kriss-kross, multiple-choice-quiz, games, puzzle 4 4 Requires at least: 3.9 5 Tested up to: 6. 4.36 Stable tag: 1.1. 45 Tested up to: 6.6.2 6 Stable tag: 1.1.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.