Changeset 2407737
- Timestamp:
- 10/27/2020 04:55:32 PM (5 years ago)
- Location:
- officegest/trunk
- Files:
-
- 2 edited
-
officegest.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
officegest/trunk/officegest.php
r2395291 r2407737 5 5 * Plugin URI: https://www.officegest.com/woocommerce 6 6 * Description: A forma mais fácil de ligar a sua loja online com a sua faturação. 7 * Version: 1.0.2 87 * Version: 1.0.29 8 8 * Author: OfficeGest 9 9 * Author URI: https://www.officegest.com … … 142 142 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;'); 143 143 $wpdb->query('CREATE TABLE IF NOT EXISTS officegest_eco_cats( id INT NOT NULL PRIMARY KEY, description varchar(200),woo_id int(11)) ENGINE=MyISAM DEFAULT CHARSET=utf8'); 144 $wpdb->query("CREATE TABLE IF NOT EXISTS `officegest_eco_photos` ( 145 `component_id` int(11) NOT NULL, 146 `attach_num` int(11) NOT NULL, 147 `main` int(11) DEFAULT NULL, 148 `photo` varchar(255) DEFAULT NULL, 149 `woo_attach_id` bigint(20) NOT NULL DEFAULT '0', 150 PRIMARY KEY (`component_id`,`attach_num`), 151 KEY `photo` (`photo`) 152 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;"); 153 144 154 $wpdb->query('CREATE TABLE IF NOT EXISTS officegest_eco_comps( id INT NOT NULL PRIMARY KEY, category_id int(11),description varchar(200),value float,article_id VARCHAR(200),active TINYINT(1),woo_id bigint) ENGINE=MyISAM DEFAULT CHARSET=utf8;'); 145 155 $wpdb->query('CREATE TABLE IF NOT EXISTS officegest_eco_parts ( -
officegest/trunk/readme.txt
r2395291 r2407737 5 5 Tested up to: 5.5 6 6 Requires PHP: 5.6 7 Stable tag: 1.0.2 87 Stable tag: 1.0.29 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 34 34 == Changelog == 35 35 36 = 1.0.29 = 37 Fixed Bug For photos imported 38 36 39 = 1.0.28 = 37 40 Fixed Bug for nif validation for portugal 41 Added Limit for Syncronizing Parts 38 42 39 43 = 1.0.27 =
Note: See TracChangeset
for help on using the changeset viewer.