Plugin Directory

Changeset 3439792


Ignore:
Timestamp:
01/14/2026 06:58:33 PM (3 months ago)
Author:
rankauthority
Message:

Support email updated

Location:
rank-authority
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • rank-authority/trunk/rank-authority.php

    r3439787 r3439792  
    44 * Plugin URI: https://rankauthority.com/plugins/rankauthority
    55 * Description: Secure API connector to publish posts / overwrite posts from the RA Dashboard to WordPress.
    6  * Version: 1.0.8
     6 * Version: 1.0.9
    77 * Author: Rank Authority
    88 * Author URI: https://rankauthority.com
     
    666666        $website_id = get_option($this->option_website_id);
    667667        $token = get_option($this->option_token);
    668         $plugin_version = get_file_data(__FILE__, array('Version' => 'Version'), false)['Version'] ?? '1.0.8';
     668        $plugin_version = get_file_data(__FILE__, array('Version' => 'Version'), false)['Version'] ?? '1.0.9';
    669669
    670670        ?>
    671671        <div class="rank-authority-wrap">
    672             <!-- Header -->
    673             <div class="rank-authority-header">
    674                 <h1>Rank Authority Plugin Settings</h1>
    675                 <span class="version">Version <?php echo esc_html($plugin_version); ?></span>
    676             </div>
    677 
    678672            <!-- Main Card -->
    679673            <div class="rank-authority-main-card">
    680674                <!-- Company Name -->
    681                 <div class="rank-authority-company-name">Rank Authority</div>
     675                <div class="rank-authority-company-row">
     676                    <div class="rank-authority-company-name">Rank Authority</div>
     677                    <span class="rank-authority-version" style="margin-left:auto; font-size:13px; color:#9BA2A6; font-weight:500;">Ver <?php echo esc_html($plugin_version); ?></span>
     678                </div>
    682679
    683680                <!-- Status Toggle Banner -->
  • rank-authority/trunk/readme.txt

    r3439787 r3439792  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Requires at least: 5.0
    8 Tested up to: 6.9
    9 Requires PHP: 7.4
    10 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    118License: GPLv2 or later
    129License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    139136== Changelog ==
    140137
     138= 1.0.9 =
     139* Updated support email address to support@rankauthority.com
     140
    141141= 1.0.8 =
    142142* Changed default admin menu icon color to #9BA2A6 (light gray-blue)
     
    196196== Upgrade Notice ==
    197197
     198= 1.0.9 =
     199Updated support contact information.
     200
    198201= 1.0.8 =
    199202Updated default admin menu icon color to #9BA2A6 for better visual consistency.
     
    225228== Support ==
    226229
    227 For support, please visit https://rankauthority.com or email info@rankauthority.com
     230For support, please visit https://rankauthority.com or email support@rankauthority.com
    228231
    229232== Credits ==
Note: See TracChangeset for help on using the changeset viewer.