Plugin Directory

Changeset 3276066


Ignore:
Timestamp:
04/17/2025 04:48:16 PM (11 months ago)
Author:
podiumsupport
Message:

tagging version 2.0.9

Location:
podium/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • podium/trunk/README.md

    r3254077 r3276066  
    33Contributors: Podium 
    44Tags: Podium, Podium Webchat, Webchat, Texting, Chat Widget
    5 Version: 2.0.8 
    6 Stable Tag: 2.0.8 
     5Version: 2.0.9 
     6Stable Tag: 2.0.9 
    77License: GPLv2 or later 
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    9 Tested up to: 6.7.2
     9Tested up to: 6.8
    1010
    11 Add and customize Podiums Web Suite tools to your WordPress website
     11Add and customize Podium's Web Suite tools to your WordPress website
    1212
    1313== Description ==
     
    3232To install and activate the Podium plugin:
    3333
    34 1. Click **Add New** under **Plugins** in the left menu, and search “Podium.” Select the Podium plugin, and click **Install and Activate**.
    35 2. After its installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu.
     341. Click **Add New** under **Plugins** in the left menu, and search "Podium." Select the Podium plugin, and click **Install and Activate**.
     352. After it's installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu.
    36363. Copy your unique Podium code, and paste into the plugin text box.
    37374. Click **Save Changes**.
  • podium/trunk/podium.php

    r3254077 r3276066  
    66/*
    77 * Plugin Name: Podium
    8  * Version: 2.0.8
    9  * Stable Tag: 2.0.8
     8 * Version: 2.0.9
     9 * Stable Tag: 2.0.9
    1010 * Description: Allow customers to text you right from your website, capture them as leads, and convert them to customers. Install Podium on your WordPress site in just a few clicks.
    1111 * Author: Podium
     
    8686    * Define
    8787    */
    88     define('podium_4f050d29b8BB9_VERSION', '2.0.8');
     88    define('podium_4f050d29b8BB9_VERSION', '2.0.9');
    8989    define('podium_4f050d29b8BB9_DIR', plugin_dir_path(__FILE__));
    9090    define('podium_4f050d29b8BB9_URL', plugin_dir_url(__FILE__));
  • podium/trunk/readme.txt

    r3254077 r3276066  
    33Contributors: Podium 
    44Tags: Podium, Podium Webchat, Webchat, Texting, Chat Widget
    5 Version: 2.0.8 
    6 Stable Tag: 2.0.8 
     5Version: 2.0.9 
     6Stable Tag: 2.0.9 
    77License: GPLv2 or later 
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    9 Tested up to: 6.7.2
     9Tested up to: 6.8
    1010
    11 Add and customize Podiums Web Suite tools to your WordPress website
     11Add and customize Podium's Web Suite tools to your WordPress website
    1212
    1313== Description ==
     
    3232To install and activate the Podium plugin:
    3333
    34 1. Click **Add New** under **Plugins** in the left menu, and search “Podium.” Select the Podium plugin, and click **Install and Activate**.
    35 2. After its installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu.
     341. Click **Add New** under **Plugins** in the left menu, and search "Podium." Select the Podium plugin, and click **Install and Activate**.
     352. After it's installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu.
    36363. Copy your unique Podium code, and paste into the plugin text box.
    37374. Click **Save Changes**.
Note: See TracChangeset for help on using the changeset viewer.