Plugin Directory

Changeset 3174517


Ignore:
Timestamp:
10/23/2024 05:39:45 PM (17 months ago)
Author:
hivepoint
Message:

Resolve warnings; v1.0.4

Location:
navu-conversions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • navu-conversions/tags/1.0.3/readme.txt

    r3174515 r3174517  
    1414== Description ==
    1515
    16 This plugin is for [Navu](https://www.navu.co) customers.  It adds the Navu embed code to your webpages as well as key metadata without affecting site speed or performance.
     16This plugin is for [Navu](https://www.navu.co) customers.  It adds the Navu embed code to your webpages as well as key metadata.
    1717
    1818== Installation ==
  • navu-conversions/trunk/NavuConversions_Plugin.php

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

    r3174514 r3174517  
    33Plugin Name: Navu Conversions
    44Plugin URI: https://navu.co/support/wordpress-plugin/
    5 Version: 1.0.3
     5Version: 1.0.4
    66Author: Navu
    77Author URI: https://navu.co
  • navu-conversions/trunk/readme.txt

    r3174514 r3174517  
    22Contributors: kduffie
    33Donate link:  https://navu.co
    4 Tags: conversion,engagement,marketing,search,recommendations,favorites,navigation
     4Tags: conversion,engagement,marketing,navigation,guide
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    88Requires PHP: 5.6
    99Tested up to: 6.6.2
    10 Stable tag: 1.0.3
     10Stable tag: 1.0.4
    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.
     
    4545= 1.0.3
    4646- WordPress 6.6.2
     47
     48= 1.0.4
     49- Resolved various warnings
Note: See TracChangeset for help on using the changeset viewer.