Plugin Directory

Changeset 1164493


Ignore:
Timestamp:
05/20/2015 09:08:40 PM (11 years ago)
Author:
andywar65
Message:

commit version 1.0.2

Location:
bim-ba/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • bim-ba/trunk/bim-ba.php

    r1125288 r1164493  
    44Plugin URI: http://www.andywar.net/wordpress-plugins/bim-ba/
    55Description: A very basic Building Information Modeling
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: andywar65
    88Author URI: http://www.andywar.net/
     
    4646*/
    4747
    48 define('BIMBA_PLUGIN_VERSION', '1.0');
     48define('BIMBA_PLUGIN_VERSION', '1.0.2');
    4949define('BIMBA_PLUGIN_SLUG', 'bim-ba');
    5050
     
    7676require_once BIMBA_PLUGIN_LIB_DIR . BIMBA_DS . 'gestudio-rapporti.php';
    7777require_once BIMBA_PLUGIN_LIB_DIR . BIMBA_DS . 'gestudio-prime-note.php';
     78require_once BIMBA_PLUGIN_LIB_DIR . BIMBA_DS . 'steel-deck.php';
    7879
    7980
  • bim-ba/trunk/readme.txt

    r1135744 r1164493  
    55Requires at least: 4.1
    66Tested up to: 4.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5252Additional instructions may be found here: http://www.andywar.net/wordpress-plugins/bim-ba/
    5353
     54Since version 1.0.2 a very basic structural analisys module is available using the shortcode [steel_deck] in your posts and pages. Shortcode provides calculation
     55of a steel deck given size, materials, profiles and design criterion.
     56
    5457== Installation ==
    5558
     
    7780== Changelog ==
    7881
     82= 1.0.2 =
     83* Steel deck structural analisys available.
     84
    7985= 1.0.1 =
    8086* Italian translation available.
     
    8591== Upgrade Notice ==
    8692
     93
     94= 1.0.2 =
     95* Steel deck structural analisys available.
     96
    8797= 1.0.1 =
    8898* Italian translation available.
Note: See TracChangeset for help on using the changeset viewer.