Plugin Directory

Changeset 3037928


Ignore:
Timestamp:
02/19/2024 12:42:46 PM (2 years ago)
Author:
chosify
Message:

Update to version 1.0.9 from GitHub

Location:
chosify
Files:
2 added
4 edited
1 copied

Legend:

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

    r3037859 r3037928  
    55 * Requires PHP: 8.0
    66 * Requires at least: 5.8
    7  * Version: 1.0.7
     7 * Version: 1.0.9
    88 * License: GPLv2 or later
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010 * Author: Chosify, Jesse Hendriks
    11  * Author URI: https://creative-elements.nl/
    1211 */
    1312
     
    2221use Chosify\Wordpress\Scripts;
    2322use Chosify\Wordpress\ShortCode;
     23use Chosify\Wordpress\WooCommerce;
    2424
    2525new Scripts();
    2626new ShortCode();
     27new WooCommerce();
  • chosify/tags/1.0.9/readme.txt

    r3037859 r3037928  
    66Requires at least: 5.8
    77Tested up to: 6.3.1
    8 Stable Tag: 1.0.7
     8Stable Tag: 1.0.9
    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/chosify.php

    r3037859 r3037928  
    55 * Requires PHP: 8.0
    66 * Requires at least: 5.8
    7  * Version: 1.0.7
     7 * Version: 1.0.9
    88 * License: GPLv2 or later
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010 * Author: Chosify, Jesse Hendriks
    11  * Author URI: https://creative-elements.nl/
    1211 */
    1312
     
    2221use Chosify\Wordpress\Scripts;
    2322use Chosify\Wordpress\ShortCode;
     23use Chosify\Wordpress\WooCommerce;
    2424
    2525new Scripts();
    2626new ShortCode();
     27new WooCommerce();
  • chosify/trunk/readme.txt

    r3037859 r3037928  
    66Requires at least: 5.8
    77Tested up to: 6.3.1
    8 Stable Tag: 1.0.7
     8Stable Tag: 1.0.9
    99
    1010Includes the Chosify integration script (https://integration.chosify.com/assets/index.js) to Wordpress and adds a shortcode to integrate the Chosify Widget.
Note: See TracChangeset for help on using the changeset viewer.