Changeset 2238219
- Timestamp:
- 02/04/2020 10:38:10 AM (6 years ago)
- Location:
- infinitycrowds/trunk
- Files:
-
- 2 edited
-
infcrwds.php (modified) (2 diffs)
-
views/offer-page-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infinitycrowds/trunk/infcrwds.php
r2238214 r2238219 14 14 * Plugin URI: https://www.infinitycrowds.com 15 15 * Description: One Click Upsell And Offer Network 16 * Version: 1.0.11 216 * Version: 1.0.113 17 17 * Author: Infinitycrowds 18 18 * Author URI: https://www.infinitycrowds.com … … 119 119 120 120 function define_plugin_properties() { 121 define( 'INFCWDS_VERSION', '1.0.11 2' );121 define( 'INFCWDS_VERSION', '1.0.113' ); 122 122 define( 'INFCWDS_MIN_WC_VERSION', '3.0.0' ); 123 123 define( 'INFCWDS_MIN_WP_VERSION', '4.9' ); -
infinitycrowds/trunk/views/offer-page-template.php
r2202460 r2238219 6 6 <?php wp_head(); ?> 7 7 </head> 8 <body class="cleanpage" >8 <body class="cleanpage" style="background-color: #fff"> 9 9 <?php 10 10 InfcrwdsPlugin()->offer_page->enqueue_page_scripts();
Note: See TracChangeset
for help on using the changeset viewer.