Plugin Directory

Changeset 1990310


Ignore:
Timestamp:
12/10/2018 02:31:33 AM (7 years ago)
Author:
nubuilder
Message:

Adding a few missed items to tag 1.1

Location:
nubuilder-forte
Files:
2 edited
16 copied

Legend:

Unmodified
Added
Removed
  • nubuilder-forte/tags/1.1/trunk/nubuilder-include.php

    r1990306 r1990310  
    33if (basename(__FILE__) === basename($_SERVER['SCRIPT_NAME']) ) die('error no: 101 - permission denied');
    44
    5 define('NU_BUILD',                              '1.0.0.2018');
     5define('NU_BUILD',                              '1.1.0.2018');
    66define('NU_PRODUCTION_MODE',                    true);
    77define('NU_USE_APACHE_ERROR_LOG',               false);
  • nubuilder-forte/tags/1.1/trunk/readme.txt

    r1990306 r1990310  
    6666* This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin.
    6767
    68 = 1.1
     68= 1.1 =
    6969* Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling
    7070* Added more Form choices in the Lookup for Forms in the Access Level sreen
     
    7878This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin.
    7979
    80 = 1.1
     80= 1.1 =
    8181* Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling
    8282* Added more Form choices in the Lookup for Forms in the Access Level sreen
  • nubuilder-forte/trunk/nubuilder-include.php

    r1990306 r1990310  
    33if (basename(__FILE__) === basename($_SERVER['SCRIPT_NAME']) ) die('error no: 101 - permission denied');
    44
    5 define('NU_BUILD',                              '1.0.0.2018');
     5define('NU_BUILD',                              '1.1.0.2018');
    66define('NU_PRODUCTION_MODE',                    true);
    77define('NU_USE_APACHE_ERROR_LOG',               false);
  • nubuilder-forte/trunk/readme.txt

    r1990306 r1990310  
    6666* This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin.
    6767
    68 = 1.1
     68= 1.1 =
    6969* Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling
    7070* Added more Form choices in the Lookup for Forms in the Access Level sreen
     
    7878This is the first version of nuBuilder Forte which has been converted to work as a Wordpress plugin.
    7979
    80 = 1.1
     80= 1.1 =
    8181* Added more cleanup on uninstall so that the nubuilder tables and views will be deleted when uninstalling
    8282* Added more Form choices in the Lookup for Forms in the Access Level sreen
Note: See TracChangeset for help on using the changeset viewer.