Changeset 3214193
- Timestamp:
- 12/28/2024 02:42:28 PM (15 months ago)
- Location:
- infoforflux/trunk
- Files:
-
- 3 edited
-
admin-options.php (modified) (2 diffs)
-
infoforflux.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infoforflux/trunk/admin-options.php
r3195570 r3214193 9 9 10 10 //create new top-level menu 11 add_submenu_page( 'tools.php', ' App Info for Flux', 'AppInfo for Flux', 'manage_options', 'infoforflux/admin-options.php', 'infoforflux_settings_page' );11 add_submenu_page( 'tools.php', 'Info for Flux', 'Info for Flux', 'manage_options', 'infoforflux/admin-options.php', 'infoforflux_settings_page' ); 12 12 13 13 //call register settings function … … 56 56 <div class="wrap"> 57 57 58 <h1><?php echo esc_html(__( ' AppInfo for Flux', 'infoforflux' )); ?></h1>58 <h1><?php echo esc_html(__( 'Info for Flux', 'infoforflux' )); ?></h1> 59 59 60 60 <p><?php echo esc_html(__( 'This plugin will monitor and display Flux Network (RunOnFlux.io) information such as app Expiration and more.', 'infoforflux' )); ?></p> -
infoforflux/trunk/infoforflux.php
r3195570 r3214193 1 1 <?php 2 2 /** 3 * Plugin Name: AppInfo for Flux3 * Plugin Name: Info for Flux 4 4 * Description: Display and Monitor Flux Network (runonflux.com) 5 * Version: 1.0. 95 * Version: 1.0.10 6 6 * Author: Tom Moulton tom@runonflux.com 7 7 * Author URI: https://runonflux.com -
infoforflux/trunk/readme.txt
r3195570 r3214193 1 === AppInfo for Flux ===1 === Info for Flux === 2 2 Contributors: tomflux 3 3 Tags: runonflux, flux 4 4 Requires at least: 4.7 5 5 Tested up to: 6.7 6 Stable Tag: 1.0. 96 Stable Tag: 1.0.10 7 7 License: GPLv3 or later. 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 67 67 - Update App Spec checking for mysql container 68 68 - Fix typos in readme 69 70 = Version 1.0.10 - 28 Dec 2024 71 - Update plugin name to match slug Info for Flux
Note: See TracChangeset
for help on using the changeset viewer.