Plugin Directory

Changeset 3382006


Ignore:
Timestamp:
10/21/2025 03:17:24 PM (2 months ago)
Author:
fishdan
Message:

Release 0.1.11

Location:
linkmaker/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • linkmaker/trunk/README.md

    r3381941 r3382006  
    104104## 🧾 Changelog
    105105
     106* **0.1.11** – Restored the Freemius menu slug to prevent admin crashes and ensure the SDK stays connected.
    106107* **0.1.10** – Refreshed the Freemius app credentials and admin menu wiring so analytics start flowing again.
    107108* **0.1.9** – Removed HTML from the plugin author metadata to comply with WordPress.org validation.
  • linkmaker/trunk/linkmaker.php

    r3381941 r3382006  
    44Plugin URI: https://fishdan.com/linkmaker
    55Description: Transforms specified hyperlinks into interactive elements for Wikipedia searches.
    6 Version: 0.1.10
     6Version: 0.1.11
    77Author: Dan Fishman
    88Author URI: https://fishdan.com
     
    3535                'has_addons'          => false,
    3636                'has_paid_plans'      => false,
     37                'is_org_compliant'    => true,
    3738                'menu'                => array(
     39                    'slug'           => 'linkmaker',
    3840                    'first-path'     => 'plugins.php',
    3941                    'account'        => false,
     
    5355
    5456if (!defined('LINKMAKER_VERSION')) {
    55     define('LINKMAKER_VERSION', '0.1.10');
     57    define('LINKMAKER_VERSION', '0.1.11');
    5658}
    5759
  • linkmaker/trunk/readme.txt

    r3381941 r3382006  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 0.1.10
     7Stable tag: 0.1.11
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    4242== Changelog ==
    4343
     44= 0.1.11 =
     45* Restored the Freemius settings slug so the SDK menu loads without fatal errors and reconnects to the dashboard.
     46
    4447= 0.1.10 =
    4548* Updated the Freemius application keys and menu settings so the dashboard starts receiving events again.
     
    6871== Upgrade Notice ==
    6972
    70 = 0.1.10 =
    71 Refreshes the Freemius integration so telemetry and account actions resume working.
     73= 0.1.11 =
     74Fixes the Freemius admin menu so the plugin reconnects cleanly after credentials changes.
Note: See TracChangeset for help on using the changeset viewer.