Changeset 3276066
- Timestamp:
- 04/17/2025 04:48:16 PM (11 months ago)
- Location:
- podium/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
podium.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
podium/trunk/README.md
r3254077 r3276066 3 3 Contributors: Podium 4 4 Tags: Podium, Podium Webchat, Webchat, Texting, Chat Widget 5 Version: 2.0. 86 Stable Tag: 2.0. 85 Version: 2.0.9 6 Stable Tag: 2.0.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 Tested up to: 6. 7.29 Tested up to: 6.8 10 10 11 Add and customize Podium ’s Web Suite tools to your WordPress website11 Add and customize Podium's Web Suite tools to your WordPress website 12 12 13 13 == Description == … … 32 32 To install and activate the Podium plugin: 33 33 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 it ’s installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu.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 it's installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu. 36 36 3. Copy your unique Podium code, and paste into the plugin text box. 37 37 4. Click **Save Changes**. -
podium/trunk/podium.php
r3254077 r3276066 6 6 /* 7 7 * Plugin Name: Podium 8 * Version: 2.0. 89 * Stable Tag: 2.0. 88 * Version: 2.0.9 9 * Stable Tag: 2.0.9 10 10 * 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. 11 11 * Author: Podium … … 86 86 * Define 87 87 */ 88 define('podium_4f050d29b8BB9_VERSION', '2.0. 8');88 define('podium_4f050d29b8BB9_VERSION', '2.0.9'); 89 89 define('podium_4f050d29b8BB9_DIR', plugin_dir_path(__FILE__)); 90 90 define('podium_4f050d29b8BB9_URL', plugin_dir_url(__FILE__)); -
podium/trunk/readme.txt
r3254077 r3276066 3 3 Contributors: Podium 4 4 Tags: Podium, Podium Webchat, Webchat, Texting, Chat Widget 5 Version: 2.0. 86 Stable Tag: 2.0. 85 Version: 2.0.9 6 Stable Tag: 2.0.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 Tested up to: 6. 7.29 Tested up to: 6.8 10 10 11 Add and customize Podium ’s Web Suite tools to your WordPress website11 Add and customize Podium's Web Suite tools to your WordPress website 12 12 13 13 == Description == … … 32 32 To install and activate the Podium plugin: 33 33 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 it ’s installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu.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 it's installed, go to the Podium plugin settings by selecting **Podium** under **Settings** in the left menu. 36 36 3. Copy your unique Podium code, and paste into the plugin text box. 37 37 4. Click **Save Changes**.
Note: See TracChangeset
for help on using the changeset viewer.