Changeset 3371766
- Timestamp:
- 10/02/2025 12:13:35 PM (6 months ago)
- Location:
- venjue-widget
- Files:
-
- 4 edited
-
tags/1.1.0/readme.txt (modified) (3 diffs)
-
tags/1.1.0/venjue_widget_plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/venjue_widget_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
venjue-widget/tags/1.1.0/readme.txt
r3371763 r3371766 1 1 === Venjue Widget === 2 Easily add the Venjue booking widget to your website.3 2 Contributors: venjue 4 3 Tags: venjue, events, bookings, widget … … 10 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 10 11 Easily add the Venjue booking widget to your WordPress site. 12 12 13 == Description == 13 14 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.com15 See [Venjue.com](https://venjue.com/ "Venjue.com") for more information.15 Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease. 16 See more at https://venjue.com 16 17 17 18 == Installation == … … 19 20 * Install plugin 20 21 * Activate the plugin in WordPress → Plugins → Venjue Widget → Activate 21 * Go to Settings → Venjue Widget and configure the Venjue widget for your Word press site22 * Go to Settings → Venjue Widget and configure the Venjue widget for your WordPress site 22 23 23 24 == Changelog == 24 25 25 = 1.1 =26 * Revamped Setti gns page with more customization options available27 * Added ability to configure Google Analytics with aTag Manager ID28 * Added custom code injection for ease of use when configuring the widget, should more advanced needs be required29 * Added language option for "Auto", which makes the widget follow the Wordpress site's language (ordefaults 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) 30 31 31 = 1.0 =32 * Initial release of our plugin for Wordpress, which simplifies the setup of the Venjue Widget32 = 1.0.0 = 33 * Initial release -
venjue-widget/tags/1.1.0/venjue_widget_plugin.php
r3371763 r3371766 4 4 * Plugin Name: Venjue Widget 5 5 * 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.com6 * Description: Easily add the Venjue widget to your WordPress website with one-click installation. Customize colors, language, and analytics. 7 7 * Version: 1.1.0 8 8 * Author: Venjue ApS 9 * Author URI: https://venjue.com 9 10 * License: GPL v2 or later 10 11 * 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 */ 12 16 13 17 if (!defined('ABSPATH')) exit; -
venjue-widget/trunk/readme.txt
r3371763 r3371766 1 1 === Venjue Widget === 2 Easily add the Venjue booking widget to your website.3 2 Contributors: venjue 4 3 Tags: venjue, events, bookings, widget … … 10 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 10 11 Easily add the Venjue booking widget to your WordPress site. 12 12 13 == Description == 13 14 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.com15 See [Venjue.com](https://venjue.com/ "Venjue.com") for more information.15 Easily add the Venjue widget to your WordPress website with one-click installation. Customize and configure to your brand identity with ease. 16 See more at https://venjue.com 16 17 17 18 == Installation == … … 19 20 * Install plugin 20 21 * Activate the plugin in WordPress → Plugins → Venjue Widget → Activate 21 * Go to Settings → Venjue Widget and configure the Venjue widget for your Word press site22 * Go to Settings → Venjue Widget and configure the Venjue widget for your WordPress site 22 23 23 24 == Changelog == 24 25 25 = 1.1 =26 * Revamped Setti gns page with more customization options available27 * Added ability to configure Google Analytics with aTag Manager ID28 * Added custom code injection for ease of use when configuring the widget, should more advanced needs be required29 * Added language option for "Auto", which makes the widget follow the Wordpress site's language (ordefaults 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) 30 31 31 = 1.0 =32 * Initial release of our plugin for Wordpress, which simplifies the setup of the Venjue Widget32 = 1.0.0 = 33 * Initial release -
venjue-widget/trunk/venjue_widget_plugin.php
r3371763 r3371766 4 4 * Plugin Name: Venjue Widget 5 5 * 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.com6 * Description: Easily add the Venjue widget to your WordPress website with one-click installation. Customize colors, language, and analytics. 7 7 * Version: 1.1.0 8 8 * Author: Venjue ApS 9 * Author URI: https://venjue.com 9 10 * License: GPL v2 or later 10 11 * 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 */ 12 16 13 17 if (!defined('ABSPATH')) exit;
Note: See TracChangeset
for help on using the changeset viewer.