Plugin Directory

Changeset 2937604


Ignore:
Timestamp:
07/12/2023 12:04:55 PM (3 years ago)
Author:
flowboxab
Message:

1.1.1 - Allow special characters in Flow name.

Location:
flowbox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flowbox/trunk/flowbox.php

    r2917203 r2937604  
    22/*
    33Plugin Name: Flowbox
    4 Version: 1.1.0
     4Version: 1.1.1
    55*/
    66
  • flowbox/trunk/includes/functions.php

    r2917203 r2937604  
    276276    $key = $row[0]['flowid'];
    277277    $name = strtolower($row[0]['flowname']);
     278    $name_id = sanitize_title($name);
    278279    $locale = get_flow_locale($flowid);
    279280    $tagoperator = $row[0]['tagoperator'];
     
    287288    <script>
    288289        window.flowbox('init', {
    289             container: '#js-flowbox-flow-<?php echo $name; ?>',
     290            container: '#js-flowbox-flow-<?php echo $name_id; ?>',
    290291            key: '<?php echo $key; ?>',
    291292            locale: '<?php echo $locale; ?>',
  • flowbox/trunk/readme.txt

    r2917237 r2937604  
    44Requires at least: 5.0
    55Tested up to: 6.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
    99
    10 User Generated Content platform developed for established eCommerce brands that helps brands leverage and distribute social content.
     10Flowbox is an award-winning SaaS company offering a User Generated Content platform developed for established eCommerce brands that helps brands leverage and distribute social content throughout the buyer journey to increase engagement, social proof and sales.
    1111
    1212== Description ==
     
    2828Get started with our guide here: [Installing the Flowbox plugin for WordPress with WooCommerce](https://help.getflowbox.com/en/articles/7206456-wordpress-plugin-guide-installing-the-plugin)
    2929
     30
     31== Changelog ==
     32= 1.1.1 =
     33* Allow spaces and special characters in Flow name.
Note: See TracChangeset for help on using the changeset viewer.