Changeset 1257983
- Timestamp:
- 10/02/2015 06:59:52 AM (10 years ago)
- Location:
- genoo/trunk
- Files:
-
- 3 edited
-
Genoo.php (modified) (1 diff)
-
libs/Genoo/Frontend.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r1231765 r1257983 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 2.9. 58 Version: 2.9.6 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/libs/Genoo/Frontend.php
r1187234 r1257983 160 160 if(GENOO_SETUP){ 161 161 $settings = new RepositorySettings(); 162 echo $settings->getTrackingCode(); 162 $tracking = $settings->getTrackingCode(); 163 // url relative version 164 $tracking = str_replace('http://api.genoo.com', '//api.genoo.com', $tracking); 165 echo $tracking; 163 166 } 164 167 } -
genoo/trunk/readme.txt
r1231765 r1257983 1 1 === Genoo === 2 Contributors: Genoo, latorante2 Contributors: Genoo, latorante 3 3 Tags: marketing automation, email marketing, centralized lead database, lead capture forms 4 4 Requires at least: 3.3 … … 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 2.9. 58 Stable tag: 2.9.6 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results! … … 64 64 65 65 == Upgrade Notice == 66 * CTA can be enabled for any post-types now 67 * Updated CTA metabox validation 66 * URL relative script appending 68 67 69 68 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.