Changeset 3037928
- Timestamp:
- 02/19/2024 12:42:46 PM (2 years ago)
- Location:
- chosify
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from chosify/trunk)
-
tags/1.0.9/chosify.php (modified) (2 diffs)
-
tags/1.0.9/readme.txt (modified) (1 diff)
-
tags/1.0.9/src/WooCommerce.php (added)
-
trunk/chosify.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/WooCommerce.php (added)
Legend:
- Unmodified
- Added
- Removed
-
chosify/tags/1.0.9/chosify.php
r3037859 r3037928 5 5 * Requires PHP: 8.0 6 6 * Requires at least: 5.8 7 * Version: 1.0. 77 * Version: 1.0.9 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 * Author: Chosify, Jesse Hendriks 11 * Author URI: https://creative-elements.nl/12 11 */ 13 12 … … 22 21 use Chosify\Wordpress\Scripts; 23 22 use Chosify\Wordpress\ShortCode; 23 use Chosify\Wordpress\WooCommerce; 24 24 25 25 new Scripts(); 26 26 new ShortCode(); 27 new WooCommerce(); -
chosify/tags/1.0.9/readme.txt
r3037859 r3037928 6 6 Requires at least: 5.8 7 7 Tested up to: 6.3.1 8 Stable Tag: 1.0. 78 Stable Tag: 1.0.9 9 9 10 10 Includes 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 5 5 * Requires PHP: 8.0 6 6 * Requires at least: 5.8 7 * Version: 1.0. 77 * Version: 1.0.9 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 * Author: Chosify, Jesse Hendriks 11 * Author URI: https://creative-elements.nl/12 11 */ 13 12 … … 22 21 use Chosify\Wordpress\Scripts; 23 22 use Chosify\Wordpress\ShortCode; 23 use Chosify\Wordpress\WooCommerce; 24 24 25 25 new Scripts(); 26 26 new ShortCode(); 27 new WooCommerce(); -
chosify/trunk/readme.txt
r3037859 r3037928 6 6 Requires at least: 5.8 7 7 Tested up to: 6.3.1 8 Stable Tag: 1.0. 78 Stable Tag: 1.0.9 9 9 10 10 Includes 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.