Plugin Directory

Changeset 3051602


Ignore:
Timestamp:
03/15/2024 10:04:19 AM (2 years ago)
Author:
chosify
Message:

Update to version 1.0.11 from GitHub

Location:
chosify
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • chosify/tags/1.0.11/chosify.php

    r3037983 r3051602  
    55 * Requires PHP: 8.0
    66 * Requires at least: 5.8
    7  * Version: 1.0.10
     7 * Version: 1.0.11
    88 * License: GPLv2 or later
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • chosify/tags/1.0.11/readme.txt

    r3037983 r3051602  
    66Requires at least: 5.8
    77Tested up to: 6.3.1
    8 Stable Tag: 1.0.10
     8Stable Tag: 1.0.11
    99
    1010Includes the Chosify integration script (https://integration.chosify.com/assets/index.js) to Wordpress and adds a shortcode to integrate the Chosify Widget.
  • chosify/tags/1.0.11/src/Scripts.php

    r3037814 r3051602  
    2121                [],
    2222                false,
    23                 [
    24                     'in_footer' => true,
    25                 ],
    2623            );
    2724        } else {
     
    3229                [],
    3330                false,
    34                 true,
    3531            );
    3632        }
  • chosify/trunk/chosify.php

    r3037983 r3051602  
    55 * Requires PHP: 8.0
    66 * Requires at least: 5.8
    7  * Version: 1.0.10
     7 * Version: 1.0.11
    88 * License: GPLv2 or later
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • chosify/trunk/readme.txt

    r3037983 r3051602  
    66Requires at least: 5.8
    77Tested up to: 6.3.1
    8 Stable Tag: 1.0.10
     8Stable Tag: 1.0.11
    99
    1010Includes the Chosify integration script (https://integration.chosify.com/assets/index.js) to Wordpress and adds a shortcode to integrate the Chosify Widget.
  • chosify/trunk/src/Scripts.php

    r3037814 r3051602  
    2121                [],
    2222                false,
    23                 [
    24                     'in_footer' => true,
    25                 ],
    2623            );
    2724        } else {
     
    3229                [],
    3330                false,
    34                 true,
    3531            );
    3632        }
Note: See TracChangeset for help on using the changeset viewer.