Plugin Directory

Changeset 2531357


Ignore:
Timestamp:
05/13/2021 06:29:04 PM (5 years ago)
Author:
kduffie
Message:

Bump stable version

Location:
slick-engagement/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • slick-engagement/trunk/SlickEngagement_Plugin.php

    r2531310 r2531357  
    323323        global $post;
    324324        echo "\n";
    325         echo '<meta property="slick:wpversion" content="1.1.13" />' . "\n";
     325        echo '<meta property="slick:wpversion" content="1.1.14" />' . "\n";
    326326        $siteCode = trim($this->getOption('SiteCode'));
    327327        if ($siteCode) {
     
    380380        $ldJsonPlugin = (object) [
    381381            '@type' => 'Plugin',
    382             'version' => '1.1.12',
     382            'version' => '1.1.14',
    383383        ];
    384384        array_push($ldJsonElements, $ldJsonPlugin);
  • slick-engagement/trunk/readme.txt

    r2531310 r2531357  
    77Requires at least: 4.0
    88Tested up to: 5.7.1
    9 Stable tag: 1.1.12
     9Stable tag: 1.1.14
    1010
    1111Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more.
     
    127127= 1.1.13
    128128- Removing Slickstream LD_JSON
     129
     130= 1.1.14
     131- Bumping stable version
  • slick-engagement/trunk/slick-engagement.php

    r2531310 r2531357  
    33Plugin Name: Slickstream Search and Engagement
    44Plugin URI: https://slickstream.com/getting-started
    5 Version: 1.1.13
     5Version: 1.1.14
    66Author: Slickstream
    77Author URI: https://slickstream.com
Note: See TracChangeset for help on using the changeset viewer.