Changeset 1164493
- Timestamp:
- 05/20/2015 09:08:40 PM (11 years ago)
- Location:
- bim-ba/trunk
- Files:
-
- 1 added
- 2 edited
-
bim-ba.php (modified) (3 diffs)
-
lib/steel-deck.php (added)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bim-ba/trunk/bim-ba.php
r1125288 r1164493 4 4 Plugin URI: http://www.andywar.net/wordpress-plugins/bim-ba/ 5 5 Description: A very basic Building Information Modeling 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: andywar65 8 8 Author URI: http://www.andywar.net/ … … 46 46 */ 47 47 48 define('BIMBA_PLUGIN_VERSION', '1.0 ');48 define('BIMBA_PLUGIN_VERSION', '1.0.2'); 49 49 define('BIMBA_PLUGIN_SLUG', 'bim-ba'); 50 50 … … 76 76 require_once BIMBA_PLUGIN_LIB_DIR . BIMBA_DS . 'gestudio-rapporti.php'; 77 77 require_once BIMBA_PLUGIN_LIB_DIR . BIMBA_DS . 'gestudio-prime-note.php'; 78 require_once BIMBA_PLUGIN_LIB_DIR . BIMBA_DS . 'steel-deck.php'; 78 79 79 80 -
bim-ba/trunk/readme.txt
r1135744 r1164493 5 5 Requires at least: 4.1 6 6 Tested up to: 4.2 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 52 52 Additional instructions may be found here: http://www.andywar.net/wordpress-plugins/bim-ba/ 53 53 54 Since 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 55 of a steel deck given size, materials, profiles and design criterion. 56 54 57 == Installation == 55 58 … … 77 80 == Changelog == 78 81 82 = 1.0.2 = 83 * Steel deck structural analisys available. 84 79 85 = 1.0.1 = 80 86 * Italian translation available. … … 85 91 == Upgrade Notice == 86 92 93 94 = 1.0.2 = 95 * Steel deck structural analisys available. 96 87 97 = 1.0.1 = 88 98 * Italian translation available.
Note: See TracChangeset
for help on using the changeset viewer.