Changeset 3439792
- Timestamp:
- 01/14/2026 06:58:33 PM (3 months ago)
- Location:
- rank-authority
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/assets (added)
-
tags/1.0.9/assets/icon.svg (added)
-
tags/1.0.9/rank-authority.php (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/uninstall.php (added)
-
trunk/rank-authority.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rank-authority/trunk/rank-authority.php
r3439787 r3439792 4 4 * Plugin URI: https://rankauthority.com/plugins/rankauthority 5 5 * Description: Secure API connector to publish posts / overwrite posts from the RA Dashboard to WordPress. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Rank Authority 8 8 * Author URI: https://rankauthority.com … … 666 666 $website_id = get_option($this->option_website_id); 667 667 $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'; 669 669 670 670 ?> 671 671 <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 678 672 <!-- Main Card --> 679 673 <div class="rank-authority-main-card"> 680 674 <!-- 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> 682 679 683 680 <!-- Status Toggle Banner --> -
rank-authority/trunk/readme.txt
r3439787 r3439792 5 5 Tested up to: 6.9 6 6 Requires 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 7 Stable tag: 1.0.9 11 8 License: GPLv2 or later 12 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 139 136 == Changelog == 140 137 138 = 1.0.9 = 139 * Updated support email address to support@rankauthority.com 140 141 141 = 1.0.8 = 142 142 * Changed default admin menu icon color to #9BA2A6 (light gray-blue) … … 196 196 == Upgrade Notice == 197 197 198 = 1.0.9 = 199 Updated support contact information. 200 198 201 = 1.0.8 = 199 202 Updated default admin menu icon color to #9BA2A6 for better visual consistency. … … 225 228 == Support == 226 229 227 For support, please visit https://rankauthority.com or email info@rankauthority.com230 For support, please visit https://rankauthority.com or email support@rankauthority.com 228 231 229 232 == Credits ==
Note: See TracChangeset
for help on using the changeset viewer.