Plugin Directory

Changeset 957651


Ignore:
Timestamp:
07/30/2014 09:02:25 PM (12 years ago)
Author:
delayedinsanity
Message:

Tagging 0.8.1-beta, minor fix in submit tpl

Location:
ldd-directory-lite
Files:
1 deleted
3 edited
39 copied

Legend:

Unmodified
Added
Removed
  • ldd-directory-lite/tags/0.8.1-beta/README.txt

    r956173 r957651  
    44Requires at least: 3.9.1
    55Tested up to: 3.9.1
    6 Stable tag: 0.8-beta
     6Stable tag: 0.8.1-beta
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999== Upgrade Notice ==
    100100
    101 = 0.8-beta =
     101= 0.8.1-beta =
    102102This latest version includes the ability for users to edit their own listings. Include the [directory_manage] shortcode on any page!
    103103
     
    105105== Changelog ==
    106106
    107 = 0.8-beta =
     107= 0.8.1-beta =
    108108
    109109* Added the front end interface for users to maintain their approved listings
  • ldd-directory-lite/tags/0.8.1-beta/ldd-directory-lite.php

    r956173 r957651  
    1111 * Plugin URI:        http://wordpress.org/plugins/ldd-directory-lite
    1212 * Description:       Powerful and simple to use, add a directory of business or other organizations to your web site.
    13  * Version:           0.8-beta
     13 * Version:           0.8.1-beta
    1414 * Author:            LDD Web Design
    1515 * Author URI:        http://www.lddwebdesign.com
     
    2727 * Define constants
    2828 */
    29 define('LDDLITE_VERSION', '0.8-beta');
     29define('LDDLITE_VERSION', '0.8.1-beta');
    3030
    3131define('LDDLITE_PATH', dirname(__FILE__));
  • ldd-directory-lite/tags/0.8.1-beta/templates/submit.php

    r956173 r957651  
    2323        <?php do_action( 'lddlite_submit_listing_hidden_fields' ); ?>
    2424
    25         <!-- TESTING ONLY -->
    26         <a id="sample-data" href="" style="padding:.5em;background:#fff;position:fixed;top:50px;left:20px;">Sample Data</a>
    27 
    2825        <?php ldl_get_template_part( 'panel', 'general' ); ?>
    2926        <?php ldl_get_template_part( 'panel', 'meta' ); ?>
     
    4340</div>
    4441
    45 
    46 <script>
    47     jQuery("#sample-data").click(function(e) {
    48         e.preventDefault()
    49 
    50         var sampleData = {
    51             f_title: "Sample Listing",
    52             f_category: 143,
    53             f_description: "Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem.",
    54             f_summary: "Curabitur sodales ligula in libero. Sed dignissim lacinia nunc.",
    55             f_contact_email: "mark@watero.us",
    56             f_contact_phone: "505.123.4567",
    57             f_url_website: "http://mark.watero.us",
    58             f_url_facebook: "facebook.com/mwaterous",
    59             f_url_twitter: "markwaterous",
    60             f_address_one: "450 Michelle Cir",
    61             f_address_two: "Bernalillo NM",
    62             f_postal_code: "87004",
    63             f_country: "United States",
    64             geo: "450 Michelle Cir",
    65         }
    66 
    67         jQuery.each( sampleData, function( key, value) {
    68             jQuery('#' + key).val( value )
    69         })
    70 
    71     })
    72 </script>
  • ldd-directory-lite/trunk/README.txt

    r956173 r957651  
    44Requires at least: 3.9.1
    55Tested up to: 3.9.1
    6 Stable tag: 0.8-beta
     6Stable tag: 0.8.1-beta
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999== Upgrade Notice ==
    100100
    101 = 0.8-beta =
     101= 0.8.1-beta =
    102102This latest version includes the ability for users to edit their own listings. Include the [directory_manage] shortcode on any page!
    103103
     
    105105== Changelog ==
    106106
    107 = 0.8-beta =
     107= 0.8.1-beta =
    108108
    109109* Added the front end interface for users to maintain their approved listings
  • ldd-directory-lite/trunk/ldd-directory-lite.php

    r956173 r957651  
    1111 * Plugin URI:        http://wordpress.org/plugins/ldd-directory-lite
    1212 * Description:       Powerful and simple to use, add a directory of business or other organizations to your web site.
    13  * Version:           0.8-beta
     13 * Version:           0.8.1-beta
    1414 * Author:            LDD Web Design
    1515 * Author URI:        http://www.lddwebdesign.com
     
    2727 * Define constants
    2828 */
    29 define('LDDLITE_VERSION', '0.8-beta');
     29define('LDDLITE_VERSION', '0.8.1-beta');
    3030
    3131define('LDDLITE_PATH', dirname(__FILE__));
  • ldd-directory-lite/trunk/templates/submit.php

    r956173 r957651  
    2323        <?php do_action( 'lddlite_submit_listing_hidden_fields' ); ?>
    2424
    25         <!-- TESTING ONLY -->
    26         <a id="sample-data" href="" style="padding:.5em;background:#fff;position:fixed;top:50px;left:20px;">Sample Data</a>
    27 
    2825        <?php ldl_get_template_part( 'panel', 'general' ); ?>
    2926        <?php ldl_get_template_part( 'panel', 'meta' ); ?>
     
    4340</div>
    4441
    45 
    46 <script>
    47     jQuery("#sample-data").click(function(e) {
    48         e.preventDefault()
    49 
    50         var sampleData = {
    51             f_title: "Sample Listing",
    52             f_category: 143,
    53             f_description: "Curabitur sodales ligula in libero. Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem.",
    54             f_summary: "Curabitur sodales ligula in libero. Sed dignissim lacinia nunc.",
    55             f_contact_email: "mark@watero.us",
    56             f_contact_phone: "505.123.4567",
    57             f_url_website: "http://mark.watero.us",
    58             f_url_facebook: "facebook.com/mwaterous",
    59             f_url_twitter: "markwaterous",
    60             f_address_one: "450 Michelle Cir",
    61             f_address_two: "Bernalillo NM",
    62             f_postal_code: "87004",
    63             f_country: "United States",
    64             geo: "450 Michelle Cir",
    65         }
    66 
    67         jQuery.each( sampleData, function( key, value) {
    68             jQuery('#' + key).val( value )
    69         })
    70 
    71     })
    72 </script>
Note: See TracChangeset for help on using the changeset viewer.