Plugin Directory

Changeset 3371766


Ignore:
Timestamp:
10/02/2025 12:13:35 PM (6 months ago)
Author:
venjue
Message:

Fix readme and headers in tag 1.1.0, amended

Location:
venjue-widget
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • venjue-widget/tags/1.1.0/readme.txt

    r3371763 r3371766  
    11=== Venjue Widget ===
    2 Easily add the Venjue booking widget to your website.
    32Contributors: venjue
    43Tags: venjue, events, bookings, widget
     
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1110
     11Easily add the Venjue booking widget to your WordPress site.
     12
    1213== Description ==
    1314
    14 Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease. See more at Venjue.com
    15 See [Venjue.com](https://venjue.com/ "Venjue.com") for more information.
     15Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease.
     16See more at https://venjue.com
    1617
    1718== Installation ==
     
    1920* Install plugin
    2021* Activate the plugin in WordPress → Plugins → Venjue Widget → Activate
    21 * Go to Settings → Venjue Widget and configure the Venjue widget for your Wordpress site
     22* Go to Settings → Venjue Widget and configure the Venjue widget for your WordPress site
    2223
    2324== Changelog ==
    2425
    25 = 1.1 =
    26 * Revamped Settigns page with more customization options available
    27 * Added ability to configure Google Analytics with a Tag Manager ID
    28 * Added custom code injection for ease of use when configuring the widget, should more advanced needs be required
    29 * Added language option for "Auto", which makes the widget follow the Wordpress site's language (or defaults to English)
     26= 1.1.0 =
     27* Revamped Settings page with more customization options
     28* Added ability to configure Google Analytics via Google Tag Manager ID
     29* Added custom code injection that runs after the widget’s ready event
     30* Added “Auto” language option (follows site language, defaults to English)
    3031
    31 = 1.0 =
    32 * Initial release of our plugin for Wordpress, which simplifies the setup of the Venjue Widget
     32= 1.0.0 =
     33* Initial release
  • venjue-widget/tags/1.1.0/venjue_widget_plugin.php

    r3371763 r3371766  
    44 * Plugin Name:       Venjue Widget
    55 * Plugin URI:        https://venjue.com
    6  * Description:       Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease. See more at Venjue.com
     6 * Description:       Easily add the Venjue widget to your WordPress website with one-click installation. Customize colors, language, and analytics.
    77 * Version:           1.1.0
    88 * Author:            Venjue ApS
     9 * Author URI:        https://venjue.com
    910 * License:           GPL v2 or later
    1011 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    11 */
     12 * Text Domain:       venjue-widget
     13 * Requires at least: 6.7
     14 * Requires PHP:      7.4
     15 */
    1216
    1317if (!defined('ABSPATH')) exit;
  • venjue-widget/trunk/readme.txt

    r3371763 r3371766  
    11=== Venjue Widget ===
    2 Easily add the Venjue booking widget to your website.
    32Contributors: venjue
    43Tags: venjue, events, bookings, widget
     
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1110
     11Easily add the Venjue booking widget to your WordPress site.
     12
    1213== Description ==
    1314
    14 Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease. See more at Venjue.com
    15 See [Venjue.com](https://venjue.com/ "Venjue.com") for more information.
     15Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease.
     16See more at https://venjue.com
    1617
    1718== Installation ==
     
    1920* Install plugin
    2021* Activate the plugin in WordPress → Plugins → Venjue Widget → Activate
    21 * Go to Settings → Venjue Widget and configure the Venjue widget for your Wordpress site
     22* Go to Settings → Venjue Widget and configure the Venjue widget for your WordPress site
    2223
    2324== Changelog ==
    2425
    25 = 1.1 =
    26 * Revamped Settigns page with more customization options available
    27 * Added ability to configure Google Analytics with a Tag Manager ID
    28 * Added custom code injection for ease of use when configuring the widget, should more advanced needs be required
    29 * Added language option for "Auto", which makes the widget follow the Wordpress site's language (or defaults to English)
     26= 1.1.0 =
     27* Revamped Settings page with more customization options
     28* Added ability to configure Google Analytics via Google Tag Manager ID
     29* Added custom code injection that runs after the widget’s ready event
     30* Added “Auto” language option (follows site language, defaults to English)
    3031
    31 = 1.0 =
    32 * Initial release of our plugin for Wordpress, which simplifies the setup of the Venjue Widget
     32= 1.0.0 =
     33* Initial release
  • venjue-widget/trunk/venjue_widget_plugin.php

    r3371763 r3371766  
    44 * Plugin Name:       Venjue Widget
    55 * Plugin URI:        https://venjue.com
    6  * Description:       Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease. See more at Venjue.com
     6 * Description:       Easily add the Venjue widget to your WordPress website with one-click installation. Customize colors, language, and analytics.
    77 * Version:           1.1.0
    88 * Author:            Venjue ApS
     9 * Author URI:        https://venjue.com
    910 * License:           GPL v2 or later
    1011 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    11 */
     12 * Text Domain:       venjue-widget
     13 * Requires at least: 6.7
     14 * Requires PHP:      7.4
     15 */
    1216
    1317if (!defined('ABSPATH')) exit;
Note: See TracChangeset for help on using the changeset viewer.