Changeset 882868
- Timestamp:
- 03/27/2014 10:40:22 AM (12 years ago)
- Location:
- quickapp/trunk
- Files:
-
- 2 edited
-
quickapp.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quickapp/trunk/quickapp.php
r882858 r882868 26 26 if( !defined( 'FSD_BASE_DIR' ) ) define( 'FSD_BASE_DIR', dirname( FSD_BASE_FILE ) ); 27 27 if( !defined( 'FSD_PLUGIN_URL' ) ) define( 'FSD_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 28 if( !defined( 'FSD_API_URL' ) ) define( 'FSD_API_URL', 'http:// shariq/wordpress-api/' );28 if( !defined( 'FSD_API_URL' ) ) define( 'FSD_API_URL', 'http://quickapp.fsdcloud.com/' ); 29 29 30 30 include(FSD_BASE_DIR.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'fsd.php'); -
quickapp/trunk/readme.txt
r882864 r882868 68 68 69 69 == Changelog == 70 = 1.0b = 71 * Just released as beta version. 72 = 1.1b = 73 * Some Bug fixes. 70 = 1.3b = 71 * App compilation button added. 74 72 = 1.2b = 75 73 * App compilation improvement. 76 74 * App Publishing to google play bug fixed. 77 75 * Some other bug fixes. 78 = 1.3b = 79 * App compilation button added. 76 = 1.1b = 77 * Some Bug fixes. 78 = 1.0b = 79 * Just released as beta version. 80 80 81 81 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.