Plugin Directory

Changeset 2945708


Ignore:
Timestamp:
07/31/2023 10:13:16 PM (3 years ago)
Author:
8blocks
Message:

3.0.6 - Clean bad puncuation in shortcodes file

Location:
home-value/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • home-value/trunk/home-values.php

    r2944801 r2945708  
    44 * Plugin Name: Home Value
    55 * Description: Home Value provides your website visitors the ability to get accurate home price valuations of their applicable property(s).
    6  * Version: 3.0.5
     6 * Version: 3.0.6
    77 * Author: 8blocks
    88 * Author Email:    support@8blocks.com
  • home-value/trunk/public/class-home-values-shortcodes.php

    r2944801 r2945708  
    8585    switch ($page) {
    8686      case 'initial':
    87         echo `<div id="8b-home-value">
    88                 <form enctype="multipart/form-data" method="post">`;
     87        echo '<div id="8b-home-value">
     88                <form enctype="multipart/form-data" method="post">';
    8989        home_values_get_template_part('forms/address-search-page', null, $args);
    90         echo `  </form>
    91               </div>`;
     90        echo '  </form>
     91              </div>';
    9292        break;
    9393
  • home-value/trunk/readme.txt

    r2944801 r2945708  
    8080== Changelog ==
    8181
     82= 3.0.6 20230731 =
     83
     84* Clean code in class-home-values-shortcodes.php
     85
    8286= 3.0.5 20230728 =
    8387
Note: See TracChangeset for help on using the changeset viewer.