Changeset 2585685
- Timestamp:
- 08/19/2021 08:26:46 PM (5 years ago)
- Location:
- chord-connect/tags/1.0.1
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
chordconnect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chord-connect/tags/1.0.1/README.txt
r2585640 r2585685 63 63 **INSTALL Chord Connect FROM WITHIN WORDPRESS** 64 64 65 1. Visit the plugins page within your dashboard and select66 **Add New**67 2. Search for **Chord Connect**68 3. Click the **Install Now** button and wait until it says69 **Activate**70 4. Click **Activate**65 1. Visit the plugins page within your dashboard and 66 select **Add New** 67 2. Search for **Chord Connect** 68 3. Click the **Install Now** button and wait until it 69 says **Activate** 70 4. Click **Activate** 71 71 72 72 -
chord-connect/tags/1.0.1/chordconnect.php
r2581749 r2585685 16 16 * Plugin URI: https://chordconnect.com/wp-plugin 17 17 * Description: <strong>Experience the highest quality video chat, no downloads required.</strong> Easily integrate Chordconnect into your Wordpress site. 18 * Version: 1.0. 018 * Version: 1.0.1 19 19 * Author: CloudEngage 20 20 * Author URI: https://cloudengage.com/ … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'CHORDCONNECT_VERSION', '{{ 1.0. 0}}' );37 define( 'CHORDCONNECT_VERSION', '{{ 1.0.1 }}' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.