Plugin Directory

Changeset 1484934


Ignore:
Timestamp:
08/27/2016 11:51:34 PM (9 years ago)
Author:
wingdspur
Message:

Update to v0.6 with WP 4.x compatibility

Location:
farm-calculators/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • farm-calculators/trunk/farm-calculators.php

    r941781 r1484934  
    77Description: Add farm calculators to your website to help users determine various farming and crop related information.
    88
    9 Version: 0.5
     9Version: 0.6
    1010Author: Bryce Johnston
    11 Author URI: http://www.cropquest.com
    12 
    13 ****************************************************************************************** 
    14   Copyright (C) 2014 Bryce Johnston (email: bjohnston@cropquest.com)
     11Author URI: https://github.com/CropQuest/farm-calculators
     12
     13******************************************************************************************
     14  Copyright (C) 2016 Bryce Johnston (email: johnstonbrc@gmail.com)
    1515
    1616  This program is free software: you can redistribute it and/or modify
     
    2828*******************************************************************************************/
    2929
    30 $fc_version = '0.5';
     30$fc_version = '0.6';
    3131$fc_dirname = plugin_basename(dirname(__FILE__));
    3232
     
    4949      ), $atts ) );
    5050
    51 $class = esc_attr($class); 
     51$class = esc_attr($class);
    5252
    5353$code = '<div class="'.$class.'">
     
    8787      ), $atts ) );
    8888
    89 $class = esc_attr($class); 
     89$class = esc_attr($class);
    9090
    9191$code = '<div class="'.$class.'">
     
    118118      ), $atts ) );
    119119
    120 $class = esc_attr($class); 
     120$class = esc_attr($class);
    121121
    122122$code = '<div class="'.$class.'">
     
    152152      ), $atts ) );
    153153
    154 $class = esc_attr($class); 
     154$class = esc_attr($class);
    155155
    156156$code = '<div class="'.$class.'">
     
    162162  <label for="stand_count">Stand Count:</label>
    163163  <input name="stand_count" id="stand_count" type="number" step="any" class="input-medium" />
    164   <label for="hoop_size">Hoop Size in Inches:</label>
     164  <label for="hoop_size">Hoop Diameter in Inches:</label>
    165165  <input name="hoop_size" id="hoop_size" type="number" step="any" class="input-medium" /><br />
    166166  <button type="submit" class="btn" name="calculateCropPopulationHoop" id="calculateCropPopulationHoop">Calculate</button>
     
    181181      ), $atts ) );
    182182
    183 $class = esc_attr($class); 
     183$class = esc_attr($class);
    184184
    185185$code = '<div class="'.$class.'">
     
    216216      ), $atts ) );
    217217
    218 $class = esc_attr($class); 
     218$class = esc_attr($class);
    219219
    220220$code = '<div class="'.$class.'">
     
    245245      ), $atts ) );
    246246
    247 $class = esc_attr($class); 
     247$class = esc_attr($class);
    248248
    249249$code = '<div class="'.$class.'">
     
    280280      ), $atts ) );
    281281
    282 $class = esc_attr($class); 
     282$class = esc_attr($class);
    283283
    284284$code = '<div class="'.$class.'">
     
    309309      ), $atts ) );
    310310
    311 $class = esc_attr($class); 
     311$class = esc_attr($class);
    312312
    313313$code = '<div class="'.$class.'">
     
    344344      ), $atts ) );
    345345
    346 $class = esc_attr($class); 
     346$class = esc_attr($class);
    347347
    348348$code = '<div class="'.$class.'">
     
    373373      ), $atts ) );
    374374
    375 $class = esc_attr($class); 
     375$class = esc_attr($class);
    376376
    377377$code = '<div class="'.$class.'">
     
    408408      ), $atts ) );
    409409
    410 $class = esc_attr($class); 
     410$class = esc_attr($class);
    411411
    412412$code = '<div class="'.$class.'">
  • farm-calculators/trunk/readme.md

    r941781 r1484934  
    11# Farm-Calculators 
    22
    3 Contributors: wingdspur 
     3Contributors: brycejohnston 
    44Requires at least: 3.0 
    5 Tested up to: 3.9 
    6 Stable tag: 0.5 
     5Tested up to: 4.6 
     6Stable tag: 0.6 
    77Tags: farm, crop, farming, calculator, yield, population, agriculture 
    88License: GPLv3 or later 
     
    56561. Upload the full `farm-calculators` directory into your `wp-content/plugins` directory.
    5757
    58 2. Activate the plugin through the 'Plugins' menu in WordPress. 
     582. Activate the plugin through the 'Plugins' menu in WordPress.
    5959
    60603. Use the calculator shortcodes wherever you would like to display them to your visitors. 
     
    6262## Screenshots 
    6363
    64 ![Screenshot 1](https://raw.github.com/wingdspur/farm-calculators/master/screenshot-1.png)
     64![Screenshot 1](https://raw.github.com/CropQuest/farm-calculators/master/screenshot-1.png)
    6565
    6666## Changelog 
     67
     68### 0.6 
     69* Bump compatibility information.
    6770
    6871### 0.5 
  • farm-calculators/trunk/readme.txt

    r941781 r1484934  
    1 === Farm-Calculators === 
     1=== Farm-Calculators ===
    22
    3 Contributors: wingdspur 
    4 Requires at least: 3.0 
    5 Tested up to: 3.9 
    6 Stable tag: 0.
    7 Tags: farm, crop, farming, calculator, yield, population, agriculture 
    8 License: GPLv3 or later 
     3Contributors: brycejohnston
     4Requires at least: 3.0
     5Tested up to: 4.6
     6Stable tag: 0.6
     7Tags: farm, crop, farming, calculator, yield, population, agriculture
     8License: GPLv3 or later
    99
    10 Add farm calculators to your website to help visitors determine various farming and crop related information. 
     10Add farm calculators to your website to help visitors determine various farming and crop related information.
    1111
    12 == Description == 
     12== Description ==
    1313
    14 Add farm calculators to your website to help visitors determine various farming and crop related information, such as crop populations, yield estimates, and harvest losses. 
     14Add farm calculators to your website to help visitors determine various farming and crop related information, such as crop populations, yield estimates, and harvest losses.
    1515
    16 = Shortcodes = 
     16= Shortcodes =
    1717
    1818You can use following shortcodes if activated:
    1919
    2020= Crop Population =
    21     [farming_calc_crop_population] 
     21    [farming_calc_crop_population]
    2222    [farming_calc_crop_population_bs] (for bootstrap themes)
    23 Shows a calculator for determing crop population based on stand count, row length, and row spacing. 
     23Shows a calculator for determing crop population based on stand count, row length, and row spacing.
    2424
    2525= Crop Population (Hoop Method) =
    26     [farming_calc_crop_population_hoop] 
     26    [farming_calc_crop_population_hoop]
    2727    [farming_calc_crop_population_hoop_bs] (for bootstrap themes)
    28 Shows a calculator for determing crop population based on stand count and hoop size. 
     28Shows a calculator for determing crop population based on stand count and hoop size.
    2929
    3030= Wheat Harvest Yield Loss =
    3131    [farming_calc_wheat_harvest_yield_loss]
    32     [farming_calc_wheat_harvest_yield_loss_bs] (for bootstrap themes) 
    33 Shows a calculator for determing wheat harvest yield loss based on kernels counted on ground and the size of the area they were counted in. 
     32    [farming_calc_wheat_harvest_yield_loss_bs] (for bootstrap themes)
     33Shows a calculator for determing wheat harvest yield loss based on kernels counted on ground and the size of the area they were counted in.
    3434
    3535= Grain Sorghum Harvest Yield Loss =
    3636    [farming_calc_sorghum_harvest_yield_loss]
    3737    [farming_calc_sorghum_harvest_yield_loss_bs] (for bootstrap themes)
    38 Shows a calculator for determing grain sorghum harvest yield loss based on kernels counted on ground and the size of the area they were counted in. 
     38Shows a calculator for determing grain sorghum harvest yield loss based on kernels counted on ground and the size of the area they were counted in.
    3939
    4040= Soybean Harvest Yield Loss =
    4141    [farming_calc_soybean_harvest_yield_loss]
    42     [farming_calc_soybean_harvest_yield_loss_bs] (for bootstrap themes) 
    43 Shows a calculator for determing soybean harvest yield loss based on beans counted on ground and the size of the area they were counted in. 
     42    [farming_calc_soybean_harvest_yield_loss_bs] (for bootstrap themes)
     43Shows a calculator for determing soybean harvest yield loss based on beans counted on ground and the size of the area they were counted in.
    4444
    4545= Sunflower Harvest Yield Loss =
    4646    [farming_calc_sunflower_harvest_yield_loss]
    47     [farming_calc_sunflower_harvest_yield_loss_bs] (for bootstrap themes) 
    48 Shows a calculator for determing sunflower harvest yield loss based on seeds counted on ground and the size of the area they were counted in. 
     47    [farming_calc_sunflower_harvest_yield_loss_bs] (for bootstrap themes)
     48Shows a calculator for determing sunflower harvest yield loss based on seeds counted on ground and the size of the area they were counted in.
    4949
    5050More shortcodes will follow soon.
    5151
    52 == Installation == 
     52== Installation ==
    5353
    54 = Install Farm-Calculators on a simple WordPress blog = 
     54= Install Farm-Calculators on a simple WordPress blog =
    5555
    56561. Upload the full `farm-calculators` directory into your `wp-content/plugins` directory.
    5757
    58 2. Activate the plugin through the 'Plugins' menu in WordPress. 
     582. Activate the plugin through the 'Plugins' menu in WordPress.
    5959
    60 3. Use the calculator shortcodes wherever you would like to display them to your visitors. 
     603. Use the calculator shortcodes wherever you would like to display them to your visitors.
    6161
    62 == Screenshots == 
     62== Screenshots ==
    6363
    64 1. screenshot-1.png 
     641. screenshot-1.png
    6565
    66 == Changelog == 
     66== Changelog ==
    6767
    68 = 0.5 = 
    69 * Minor spelling and wording adjustments.
     68= 0.6 =
     69* Bump compatibility information.
    7070
    71 = 0.4 = 
    72 * Added wheat harvest yield loss calculator. 
     71= 0.5 =
     72* Minor spelling and wording adjustments.
    7373
    74 = 0.3 = 
    75 * Added soybean harvest yield loss calculator. 
    76 * Added sunflower harvest yield loss calculator. 
     74= 0.4 =
     75* Added wheat harvest yield loss calculator.
    7776
    78 = 0.2 = 
    79 * Added grain sorghum harvest yield loss calculator.   
    80 * Added bootstrap styled alternative shortcodes.   
     77= 0.3 =
     78* Added soybean harvest yield loss calculator.
     79* Added sunflower harvest yield loss calculator.
    8180
    82 = 0.1 = 
    83 * First public version. 
    84 * Added crop population by hoop method calculator. 
    85 * Added crop population by row length/spacing calculator. 
     81= 0.2 =
     82* Added grain sorghum harvest yield loss calculator.
     83* Added bootstrap styled alternative shortcodes.
     84
     85= 0.1 =
     86* First public version.
     87* Added crop population by hoop method calculator.
     88* Added crop population by row length/spacing calculator.
Note: See TracChangeset for help on using the changeset viewer.