Plugin Directory

Changeset 3214193


Ignore:
Timestamp:
12/28/2024 02:42:28 PM (15 months ago)
Author:
tomflux
Message:

update app name to match slug

Location:
infoforflux/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • infoforflux/trunk/admin-options.php

    r3195570 r3214193  
    99
    1010    //create new top-level menu
    11     add_submenu_page( 'tools.php', 'App Info for Flux', 'App Info 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' );
    1212
    1313    //call register settings function
     
    5656<div class="wrap">
    5757
    58 <h1><?php echo esc_html(__( 'App Info for Flux', 'infoforflux' )); ?></h1>
     58<h1><?php echo esc_html(__( 'Info for Flux', 'infoforflux' )); ?></h1>
    5959
    6060<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  
    11<?php
    22/**
    3 * Plugin Name: App Info for Flux
     3* Plugin Name: Info for Flux
    44* Description: Display and Monitor Flux Network (runonflux.com)
    5 * Version: 1.0.9
     5* Version: 1.0.10
    66* Author: Tom Moulton tom@runonflux.com
    77* Author URI: https://runonflux.com
  • infoforflux/trunk/readme.txt

    r3195570 r3214193  
    1 === App Info for Flux ===
     1=== Info for Flux ===
    22Contributors: tomflux
    33Tags: runonflux, flux
    44Requires at least: 4.7
    55Tested up to: 6.7
    6 Stable Tag: 1.0.9
     6Stable Tag: 1.0.10
    77License: GPLv3 or later.
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6767- Update App Spec checking for mysql container
    6868- 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.