Changeset 2677693
- Timestamp:
- 02/12/2022 02:36:37 PM (4 years ago)
- Location:
- insert-reference/trunk
- Files:
-
- 2 edited
-
Reference.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
insert-reference/trunk/Reference.php
r2677227 r2677693 5 5 Author: Mushlih Almubarak 6 6 Author URI: https://github.com/mushlih-almubarak 7 Version: 17 Version: 2 8 8 */ 9 9 10 10 // Include functions.php, use require_once to stop the script if the functions.php file is not found 11 require_once plugin_dir_path(__FILE__) . ' functions.php';11 require_once plugin_dir_path(__FILE__) . 'Functions.php'; 12 12 // Connect action hook 'admin_menu', run 'ILRICT_add_setting_menu' function 13 13 add_action('admin_menu', 'ILRICT_add_setting_menu'); -
insert-reference/trunk/readme.txt
r2677227 r2677693 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.3.5 7 Stable tag: 17 Stable tag: 2 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 31 31 32 32 == Screenshots == 33 1. [https://imgur.com/R9IbelK Setting Page]34 2. [https://imgur.com/ioyguoa Text that appears after copying]33 1. Setting Page 34 2. Text that appears after copying 35 35 36 36 == Changelog == 37 37 = Version: 1 = 38 * Release Date: January, 2022.38 * Release Date: 11 February, 2022. 39 39 * First Release. 40 41 = Version: 2 = 42 * Release Date: 12 February, 2022. 43 * Fixing a bug.
Note: See TracChangeset
for help on using the changeset viewer.