Changeset 3174517
- Timestamp:
- 10/23/2024 05:39:45 PM (17 months ago)
- Location:
- navu-conversions
- Files:
-
- 4 edited
-
tags/1.0.3/readme.txt (modified) (1 diff)
-
trunk/NavuConversions_Plugin.php (modified) (2 diffs)
-
trunk/navu-conversions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
navu-conversions/tags/1.0.3/readme.txt
r3174515 r3174517 14 14 == Description == 15 15 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.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. 17 17 18 18 == Installation == -
navu-conversions/trunk/NavuConversions_Plugin.php
r3174514 r3174517 169 169 global $post; 170 170 echo "\n"; 171 echo '<meta name="navu:wpversion" content="1.0. 3" />' . "\n";171 echo '<meta name="navu:wpversion" content="1.0.4" />' . "\n"; 172 172 $navuSiteCode = trim($this->getOption('NavuSiteCode')); 173 173 if ($navuSiteCode) { … … 203 203 $ldJsonPlugin = (object) [ 204 204 '@type' => 'Plugin', 205 'version' => '1.0. 3',205 'version' => '1.0.4', 206 206 ]; 207 207 array_push($ldJsonElements, $ldJsonPlugin); -
navu-conversions/trunk/navu-conversions.php
r3174514 r3174517 3 3 Plugin Name: Navu Conversions 4 4 Plugin URI: https://navu.co/support/wordpress-plugin/ 5 Version: 1.0. 35 Version: 1.0.4 6 6 Author: Navu 7 7 Author URI: https://navu.co -
navu-conversions/trunk/readme.txt
r3174514 r3174517 2 2 Contributors: kduffie 3 3 Donate link: https://navu.co 4 Tags: conversion,engagement,marketing, search,recommendations,favorites,navigation4 Tags: conversion,engagement,marketing,navigation,guide 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 8 8 Requires PHP: 5.6 9 9 Tested up to: 6.6.2 10 Stable tag: 1.0. 310 Stable tag: 1.0.4 11 11 12 12 Use 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. … … 45 45 = 1.0.3 46 46 - WordPress 6.6.2 47 48 = 1.0.4 49 - Resolved various warnings
Note: See TracChangeset
for help on using the changeset viewer.