Changeset 1990310
- Timestamp:
- 12/10/2018 02:31:33 AM (7 years ago)
- Location:
- nubuilder-forte
- Files:
-
- 2 edited
- 16 copied
-
tags/1.1/trunk (copied) (copied from nubuilder-forte/trunk)
-
tags/1.1/trunk/LICENSE.txt (copied) (copied from nubuilder-forte/trunk/LICENSE.txt)
-
tags/1.1/trunk/graphics (copied) (copied from nubuilder-forte/trunk/graphics)
-
tags/1.1/trunk/index.php (copied) (copied from nubuilder-forte/trunk/index.php)
-
tags/1.1/trunk/nubuilder-classes.js (copied) (copied from nubuilder-forte/trunk/nubuilder-classes.js)
-
tags/1.1/trunk/nubuilder-forte.php (copied) (copied from nubuilder-forte/trunk/nubuilder-forte.php)
-
tags/1.1/trunk/nubuilder-include.js (copied) (copied from nubuilder-forte/trunk/nubuilder-include.js)
-
tags/1.1/trunk/nubuilder-include.php (copied) (copied from nubuilder-forte/trunk/nubuilder-include.php) (1 diff)
-
tags/1.1/trunk/nubuilder4.css (copied) (copied from nubuilder-forte/trunk/nubuilder4.css)
-
tags/1.1/trunk/nubuilder4.sql (copied) (copied from nubuilder-forte/trunk/nubuilder4.sql)
-
tags/1.1/trunk/readme.txt (copied) (copied from nubuilder-forte/trunk/readme.txt) (2 diffs)
-
tags/1.1/trunk/screenshot-1.png (copied) (copied from nubuilder-forte/trunk/screenshot-1.png)
-
tags/1.1/trunk/screenshot-2.png (copied) (copied from nubuilder-forte/trunk/screenshot-2.png)
-
tags/1.1/trunk/shortcode.php (copied) (copied from nubuilder-forte/trunk/shortcode.php)
-
tags/1.1/trunk/upload-target (copied) (copied from nubuilder-forte/trunk/upload-target)
-
tags/1.1/trunk/vendor (copied) (copied from nubuilder-forte/trunk/vendor)
-
trunk/nubuilder-include.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nubuilder-forte/tags/1.1/trunk/nubuilder-include.php
r1990306 r1990310 3 3 if (basename(__FILE__) === basename($_SERVER['SCRIPT_NAME']) ) die('error no: 101 - permission denied'); 4 4 5 define('NU_BUILD', '1. 0.0.2018');5 define('NU_BUILD', '1.1.0.2018'); 6 6 define('NU_PRODUCTION_MODE', true); 7 7 define('NU_USE_APACHE_ERROR_LOG', false); -
nubuilder-forte/tags/1.1/trunk/readme.txt
r1990306 r1990310 66 66 * This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin. 67 67 68 = 1.1 68 = 1.1 = 69 69 * Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling 70 70 * Added more Form choices in the Lookup for Forms in the Access Level sreen … … 78 78 This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin. 79 79 80 = 1.1 80 = 1.1 = 81 81 * Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling 82 82 * Added more Form choices in the Lookup for Forms in the Access Level sreen -
nubuilder-forte/trunk/nubuilder-include.php
r1990306 r1990310 3 3 if (basename(__FILE__) === basename($_SERVER['SCRIPT_NAME']) ) die('error no: 101 - permission denied'); 4 4 5 define('NU_BUILD', '1. 0.0.2018');5 define('NU_BUILD', '1.1.0.2018'); 6 6 define('NU_PRODUCTION_MODE', true); 7 7 define('NU_USE_APACHE_ERROR_LOG', false); -
nubuilder-forte/trunk/readme.txt
r1990306 r1990310 66 66 * This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin. 67 67 68 = 1.1 68 = 1.1 = 69 69 * Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling 70 70 * Added more Form choices in the Lookup for Forms in the Access Level sreen … … 78 78 This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin. 79 79 80 = 1.1 80 = 1.1 = 81 81 * Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling 82 82 * Added more Form choices in the Lookup for Forms in the Access Level sreen
Note: See TracChangeset
for help on using the changeset viewer.