Plugin Directory

Changeset 2677693


Ignore:
Timestamp:
02/12/2022 02:36:37 PM (4 years ago)
Author:
mushlih
Message:

Replace with the latest file

Location:
insert-reference/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • insert-reference/trunk/Reference.php

    r2677227 r2677693  
    55Author: Mushlih Almubarak
    66Author URI: https://github.com/mushlih-almubarak
    7 Version: 1
     7Version: 2
    88*/
    99
    1010// 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';
     11require_once plugin_dir_path(__FILE__) . 'Functions.php';
    1212// Connect action hook 'admin_menu', run 'ILRICT_add_setting_menu' function
    1313add_action('admin_menu', 'ILRICT_add_setting_menu');
  • insert-reference/trunk/readme.txt

    r2677227 r2677693  
    55Tested up to: 5.9
    66Requires PHP: 7.3.5
    7 Stable tag: 1
     7Stable tag: 2
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3131
    3232== Screenshots ==
    33 1. [https://imgur.com/R9IbelK Setting Page]
    34 2. [https://imgur.com/ioyguoa Text that appears after copying]
     331. Setting Page
     342. Text that appears after copying
    3535
    3636== Changelog ==
    3737= Version: 1 =
    38 * Release Date: January, 2022.
     38* Release Date: 11 February, 2022.
    3939* 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.