Changeset 2594271
- Timestamp:
- 09/06/2021 12:34:09 PM (5 years ago)
- Location:
- triggerfish-bytbil-accesspaket
- Files:
-
- 3 deleted
- 3 edited
- 31 copied
-
tags/1.9.4 (copied) (copied from triggerfish-bytbil-accesspaket/trunk)
-
tags/1.9.4/admin/main.js (copied) (copied from triggerfish-bytbil-accesspaket/trunk/admin/main.js)
-
tags/1.9.4/admin/select2.js (copied) (copied from triggerfish-bytbil-accesspaket/trunk/admin/select2.js)
-
tags/1.9.4/assets/dist/main.css (copied) (copied from triggerfish-bytbil-accesspaket/trunk/assets/dist/main.css)
-
tags/1.9.4/assets/dist/main.js (copied) (copied from triggerfish-bytbil-accesspaket/trunk/assets/dist/main.js)
-
tags/1.9.4/classes/class-ajax.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-ajax.php) (2 diffs)
-
tags/1.9.4/classes/class-car.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-car.php)
-
tags/1.9.4/classes/class-filters.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-filters.php)
-
tags/1.9.4/classes/class-metabox.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-metabox.php)
-
tags/1.9.4/classes/class-plugin.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-plugin.php)
-
tags/1.9.4/classes/class-scripts.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-scripts.php)
-
tags/1.9.4/classes/class-settings.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/classes/class-settings.php)
-
tags/1.9.4/filter-fields/class-leasing.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/filter-fields/class-leasing.php)
-
tags/1.9.4/filter-fields/class-length.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/filter-fields/class-length.php)
-
tags/1.9.4/filter-fields/class-used.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/filter-fields/class-used.php)
-
tags/1.9.4/frontend/build/asset-manifest.json (copied) (copied from triggerfish-bytbil-accesspaket/trunk/frontend/build/asset-manifest.json)
-
tags/1.9.4/frontend/build/index.html (copied) (copied from triggerfish-bytbil-accesspaket/trunk/frontend/build/index.html)
-
tags/1.9.4/frontend/build/service-worker.js (copied) (copied from triggerfish-bytbil-accesspaket/trunk/frontend/build/service-worker.js)
-
tags/1.9.4/frontend/build/static/css/main.7671775f.chunk.css (deleted)
-
tags/1.9.4/frontend/build/static/css/main.cdf33a2f.chunk.css (copied) (copied from triggerfish-bytbil-accesspaket/trunk/frontend/build/static/css/main.cdf33a2f.chunk.css)
-
tags/1.9.4/frontend/build/static/js/2.72048ca4.chunk.js (deleted)
-
tags/1.9.4/frontend/build/static/js/2.7e4a21eb.chunk.js (copied) (copied from triggerfish-bytbil-accesspaket/trunk/frontend/build/static/js/2.7e4a21eb.chunk.js)
-
tags/1.9.4/frontend/build/static/js/main.348d941f.chunk.js (copied) (copied from triggerfish-bytbil-accesspaket/trunk/frontend/build/static/js/main.348d941f.chunk.js)
-
tags/1.9.4/frontend/build/static/js/main.3cf8349c.chunk.js (deleted)
-
tags/1.9.4/readme.txt (copied) (copied from triggerfish-bytbil-accesspaket/trunk/readme.txt) (1 diff)
-
tags/1.9.4/sync/class-car.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/sync/class-car.php)
-
tags/1.9.4/templates/single-car.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/single-car.php)
-
tags/1.9.4/templates/single-page-parts/finance-data.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/single-page-parts/finance-data.php)
-
tags/1.9.4/templates/single-page-parts/model-information.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/single-page-parts/model-information.php)
-
tags/1.9.4/templates/tabs/dnb-settings.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/tabs/dnb-settings.php)
-
tags/1.9.4/templates/tabs/filter-settings.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/tabs/filter-settings.php)
-
tags/1.9.4/templates/tabs/theming-settings-fields.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/tabs/theming-settings-fields.php)
-
tags/1.9.4/templates/template-car-archive.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/templates/template-car-archive.php)
-
tags/1.9.4/triggerfish-bytbil-accesspaket.php (copied) (copied from triggerfish-bytbil-accesspaket/trunk/triggerfish-bytbil-accesspaket.php) (1 diff)
-
trunk/classes/class-ajax.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/triggerfish-bytbil-accesspaket.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
triggerfish-bytbil-accesspaket/tags/1.9.4/classes/class-ajax.php
r2594241 r2594271 25 25 $dealer = isset($_REQUEST['dealer']) ? \sanitize_text_field($_REQUEST['dealer']) : \get_option('admin_email'); 26 26 ob_start(); 27 ?>27 ?> 28 28 <h3><?php echo \esc_html($title); ?></h3> 29 29 … … 41 41 <?php endif; ?> 42 42 43 <?php43 <?php 44 44 $body = ob_get_clean(); 45 45 $headers = ['Content-Type: text/html; charset=UTF-8', sprintf('Reply-To: %s <%s>', $name, $email)]; 46 $success = \wp_mail($dealer, 'Intresseanmälan', $body, $headers);46 $success = \wp_mail($dealer, sprintf('Intresseanmälan på %s från %s', $title, $name), $body, $headers); 47 47 \wp_send_json_success($success ? 'mail' : "fail"); 48 48 } -
triggerfish-bytbil-accesspaket/tags/1.9.4/readme.txt
r2594241 r2594271 5 5 Tested up to: 5.3.2 6 6 Requires PHP: 7.3 7 Stable tag: 1.9. 37 Stable tag: 1.9.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
triggerfish-bytbil-accesspaket/tags/1.9.4/triggerfish-bytbil-accesspaket.php
r2594241 r2594271 6 6 * Author URI: https://www.triggerfish.se 7 7 * Text Domain: access-package-integration 8 * Version: 1.9. 38 * Version: 1.9.4 9 9 * Description: Plugin för att visa bilar till salu. 10 10 */ -
triggerfish-bytbil-accesspaket/trunk/classes/class-ajax.php
r2594241 r2594271 25 25 $dealer = isset($_REQUEST['dealer']) ? \sanitize_text_field($_REQUEST['dealer']) : \get_option('admin_email'); 26 26 ob_start(); 27 ?>27 ?> 28 28 <h3><?php echo \esc_html($title); ?></h3> 29 29 … … 41 41 <?php endif; ?> 42 42 43 <?php43 <?php 44 44 $body = ob_get_clean(); 45 45 $headers = ['Content-Type: text/html; charset=UTF-8', sprintf('Reply-To: %s <%s>', $name, $email)]; 46 $success = \wp_mail($dealer, 'Intresseanmälan', $body, $headers);46 $success = \wp_mail($dealer, sprintf('Intresseanmälan på %s från %s', $title, $name), $body, $headers); 47 47 \wp_send_json_success($success ? 'mail' : "fail"); 48 48 } -
triggerfish-bytbil-accesspaket/trunk/readme.txt
r2594241 r2594271 5 5 Tested up to: 5.3.2 6 6 Requires PHP: 7.3 7 Stable tag: 1.9. 37 Stable tag: 1.9.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
triggerfish-bytbil-accesspaket/trunk/triggerfish-bytbil-accesspaket.php
r2594241 r2594271 6 6 * Author URI: https://www.triggerfish.se 7 7 * Text Domain: access-package-integration 8 * Version: 1.9. 38 * Version: 1.9.4 9 9 * Description: Plugin för att visa bilar till salu. 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.