Changeset 3051602
- Timestamp:
- 03/15/2024 10:04:19 AM (2 years ago)
- Location:
- chosify
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.11 (copied) (copied from chosify/trunk)
-
tags/1.0.11/chosify.php (modified) (1 diff)
-
tags/1.0.11/readme.txt (modified) (1 diff)
-
tags/1.0.11/src/Scripts.php (modified) (2 diffs)
-
trunk/chosify.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Scripts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chosify/tags/1.0.11/chosify.php
r3037983 r3051602 5 5 * Requires PHP: 8.0 6 6 * Requires at least: 5.8 7 * Version: 1.0.1 07 * Version: 1.0.11 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
chosify/tags/1.0.11/readme.txt
r3037983 r3051602 6 6 Requires at least: 5.8 7 7 Tested up to: 6.3.1 8 Stable Tag: 1.0.1 08 Stable Tag: 1.0.11 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/tags/1.0.11/src/Scripts.php
r3037814 r3051602 21 21 [], 22 22 false, 23 [24 'in_footer' => true,25 ],26 23 ); 27 24 } else { … … 32 29 [], 33 30 false, 34 true,35 31 ); 36 32 } -
chosify/trunk/chosify.php
r3037983 r3051602 5 5 * Requires PHP: 8.0 6 6 * Requires at least: 5.8 7 * Version: 1.0.1 07 * Version: 1.0.11 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html -
chosify/trunk/readme.txt
r3037983 r3051602 6 6 Requires at least: 5.8 7 7 Tested up to: 6.3.1 8 Stable Tag: 1.0.1 08 Stable Tag: 1.0.11 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/src/Scripts.php
r3037814 r3051602 21 21 [], 22 22 false, 23 [24 'in_footer' => true,25 ],26 23 ); 27 24 } else { … … 32 29 [], 33 30 false, 34 true,35 31 ); 36 32 }
Note: See TracChangeset
for help on using the changeset viewer.