Changeset 3213998
- Timestamp:
- 12/27/2024 11:54:54 PM (15 months ago)
- Location:
- login-links/trunk
- Files:
-
- 1 added
- 2 edited
-
login-links.php (modified) (2 diffs)
-
migrations/create_login_links_v2_table.php (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
login-links/trunk/login-links.php
r3212320 r3213998 3 3 * Plugin Name: Login Links 4 4 * Description: A plugin to create login links for users. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author: Denis Alemán 7 7 * Author URI: https://wordpress.org/plugins/login-links/ … … 14 14 15 15 define('LL_PLUGIN_DIR', plugin_dir_url(__FILE__)); 16 define('LL_PLUGIN_VERSION', '1.0. 1');16 define('LL_PLUGIN_VERSION', '1.0.2'); 17 17 18 18 require_once plugin_dir_path(__FILE__) . 'migrations/create_login_links_table.php'; 19 require_once plugin_dir_path(__FILE__) . 'migrations/create_login_links_v2_table.php'; 19 20 require_once plugin_dir_path(__FILE__) . 'models/LLLoginLink.php'; 20 21 require_once plugin_dir_path(__FILE__) . 'admin/admin-page.php'; -
login-links/trunk/readme.txt
r3212320 r3213998 5 5 Requires at least: 5.0 6 6 Tested up to: 6.7 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Requires PHP: 7.0 9 9 License: GPLv3
Note: See TracChangeset
for help on using the changeset viewer.