Plugin Directory

Changeset 2916527


Ignore:
Timestamp:
05/23/2023 09:54:19 PM (3 years ago)
Author:
hivepoint
Message:

WordPress 6.1.3 support

Location:
navu-conversions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • navu-conversions/trunk/NavuConversions_Plugin.php

    r2884545 r2916527  
    169169        global $post;
    170170        echo "\n";
    171         echo '<meta name="navu:wpversion" content="1.0.0" />' . "\n";
     171        echo '<meta name="navu:wpversion" content="1.0.1" />' . "\n";
    172172        $navuSiteCode = trim($this->getOption('NavuSiteCode'));
    173173        if ($navuSiteCode) {
     
    203203        $ldJsonPlugin = (object) [
    204204            '@type' => 'Plugin',
    205             'version' => '1.0.0',
     205            'version' => '1.0.1',
    206206        ];
    207207        array_push($ldJsonElements, $ldJsonPlugin);
  • navu-conversions/trunk/navu-conversions.php

    r2884545 r2916527  
    33Plugin Name: Navu Conversions
    44Plugin URI: https://navu.co/support/wordpress-plugin/
    5 Version: 1.0.0
     5Version: 1.0.1
    66Author: Navu
    77Author URI: https://navu.co
  • navu-conversions/trunk/readme.txt

    r2884545 r2916527  
    77Requires at least: 6.0
    88Requires PHP: 5.6
    9 Tested up to: 6.1.1
    10 Stable tag: 1.0.0
     9Tested up to: 6.1.3
     10Stable tag: 1.0.1
    1111
    1212Use Navu to increase lead conversions for your business website.  This plugin works in conjunction with your Navu subscription to improve measurability and add visitor targeting.
     
    3737- First production release
    3838
     39= 1.0.1
     40- WordPress 6.1.3 support
Note: See TracChangeset for help on using the changeset viewer.