Renamed transient key to use the biolinks_ prefix (was bl_), avoiding potential conflicts with other plugins
Replaced promotional wording on the optional footer credit admin setting with neutral, factual labels (opt-in behavior unchanged, remains disabled by default)
1.1.2
Replaced inline <style> output with wp_add_inline_style() against the template handle
Replaced inline <script> chart data with wp_add_inline_script() against the admin script handle
Removed Google Analytics auto-detection and third-party script loading; BioLinks no longer contacts any external server. Built-in click analytics remain fully available
Updated the Contributors list to match the submitter account
1.1.1
Made the optional “Powered by BioLinks” footer credit a clickable link to the developer’s website
Renamed the admin option to “Support the developer” with a clearer description of its purpose
Fixed WordPress admin bar appearing unstyled on the standalone bio page for logged-in users
1.1.0
Added internationalization (i18n) support with French translation
Bundled Chart.js and SortableJS locally (no more external CDN)
Added optional “Powered by BioLinks” footer credit linking to the developer’s website (disabled by default)
Added uninstall cleanup (removes all data on uninstall)
Used dbDelta() for database table creation
Added full plugin header for WordPress.org compatibility