Changeset 1051421
- Timestamp:
- 12/22/2014 10:08:32 AM (11 years ago)
- Location:
- rtbiz
- Files:
-
- 28 added
- 4 edited
-
tags/0.5.2 (added)
-
tags/0.5.2/.editorconfig (added)
-
tags/0.5.2/.jshintrc (added)
-
tags/0.5.2/.travis.yml (added)
-
tags/0.5.2/LICENSE (added)
-
tags/0.5.2/bin (added)
-
tags/0.5.2/bin/.jshintrc (added)
-
tags/0.5.2/bin/.travis.yml (added)
-
tags/0.5.2/bin/class-wordpress-readme-parser.php (added)
-
tags/0.5.2/bin/contributing.md (added)
-
tags/0.5.2/bin/generate-markdown-readme (added)
-
tags/0.5.2/bin/install-wp-tests.sh (added)
-
tags/0.5.2/bin/pre-commit (added)
-
tags/0.5.2/bin/readme.md (added)
-
tags/0.5.2/bin/svn-push (added)
-
tags/0.5.2/index.php (added)
-
tags/0.5.2/phpunit.xml (added)
-
tags/0.5.2/readme.md (added)
-
tags/0.5.2/readme.txt (added)
-
tags/0.5.2/svn-url (added)
-
tags/0.5.2/templates (added)
-
tags/0.5.2/templates/acl-settings.php (added)
-
tags/0.5.2/templates/dashboard.php (added)
-
tags/0.5.2/tests (added)
-
tags/0.5.2/tests/bootstrap.php (added)
-
tags/0.5.2/tests/rt-wp-test-case.php (added)
-
tags/0.5.2/tests/tests (added)
-
tags/0.5.2/tests/tests/tests-rtbiz.php (added)
-
trunk (modified) (1 prop)
-
trunk/index.php (modified) (3 diffs)
-
trunk/readme.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rtbiz/trunk
- Property svn:global-ignores
-
old new 1 app/assets/.sass-cache/*1 */.sass-cache/* 2 2 .idea/
-
- Property svn:global-ignores
-
rtbiz/trunk/index.php
r1051409 r1051421 5 5 Plugin URI: http://rtcamp.com/rtbiz 6 6 Description: WordPress for Business 7 Version: 0.5. 17 Version: 0.5.2 8 8 Author: rtCamp 9 9 Author URI: http://rtcamp.com … … 18 18 exit; 19 19 } 20 21 if ( ! defined( 'RT_BIZ_VERSION' ) ) { 22 define( 'RT_BIZ_VERSION', '0.5.2' ); 23 } 24 if ( ! defined( 'RT_BIZ_PATH' ) ) { 25 define( 'RT_BIZ_PATH', plugin_dir_path( __FILE__ ) ); 26 } 27 if ( ! defined( 'RT_BIZ_URL' ) ) { 28 define( 'RT_BIZ_URL', plugin_dir_url( __FILE__ ) ); 29 } 30 if ( ! defined( 'RT_BIZ_BASE_NAME' ) ){ 31 define( 'RT_BIZ_BASE_NAME', plugin_basename( __FILE__ ) ); 32 } 33 if ( ! defined( 'RT_BIZ_PATH_TEMPLATES' ) ) { 34 define( 'RT_BIZ_PATH_TEMPLATES', plugin_dir_path( __FILE__ ) . 'templates/' ); 35 } 36 if ( ! defined( 'RT_BIZ_TEXT_DOMAIN' ) ) { 37 define( 'RT_BIZ_TEXT_DOMAIN', 'rt_biz' ); 38 } 39 40 include_once RT_BIZ_PATH . 'app/lib/rt-lib.php'; 41 include_once RT_BIZ_PATH . 'app/helper/rt-biz-functions.php'; 42 include_once RT_BIZ_PATH . 'app/vendor/taxonomy-metadata.php'; 20 43 21 44 /** … … 783 806 } 784 807 785 if ( ! defined( 'RT_BIZ_VERSION' ) ) {786 define( 'RT_BIZ_VERSION', '0.5.1' );787 }788 if ( ! defined( 'RT_BIZ_PATH' ) ) {789 define( 'RT_BIZ_PATH', plugin_dir_path( __FILE__ ) );790 }791 if ( ! defined( 'RT_BIZ_URL' ) ) {792 define( 'RT_BIZ_URL', plugin_dir_url( __FILE__ ) );793 }794 if ( ! defined( 'RT_BIZ_BASE_NAME' ) ){795 define( 'RT_BIZ_BASE_NAME', plugin_basename( __FILE__ ) );796 }797 if ( ! defined( 'RT_BIZ_PATH_TEMPLATES' ) ) {798 define( 'RT_BIZ_PATH_TEMPLATES', plugin_dir_path( __FILE__ ) . 'templates/' );799 }800 if ( ! defined( 'RT_BIZ_TEXT_DOMAIN' ) ) {801 define( 'RT_BIZ_TEXT_DOMAIN', 'rt_biz' );802 }803 804 include_once RT_BIZ_PATH . 'app/lib/rt-lib.php';805 include_once RT_BIZ_PATH . 'app/helper/rt-biz-functions.php';806 include_once RT_BIZ_PATH . 'app/vendor/taxonomy-metadata.php';807 808 808 /** 809 809 * The main function responsible for returning the one true Rt_Biz -
rtbiz/trunk/readme.md
r1051409 r1051421 5 5 rtBiz - WordPress 4 Business! 6 6 7 **Contributors:** [rtcamp](http://profiles.wordpress.org/rtcamp), [rahul286](http://profiles.wordpress.org/rahul286), [desaiuditd](http://profiles.wordpress.org/desaiuditd), [faishal](http://profiles.wordpress.org/faishal), [dipesh kakadiya](http://profiles.wordpress.org/dipeshkakadiya), [pareshradadiya](http://profiles.wordpress.org/pareshradadiya), [utkarshpatel](http://profiles.wordpress.org/utkarshpatel)7 **Contributors:** [rtcamp](http://profiles.wordpress.org/rtcamp), [rahul286](http://profiles.wordpress.org/rahul286), [desaiuditd](http://profiles.wordpress.org/desaiuditd), [faishal](http://profiles.wordpress.org/faishal), [dipesh.kakadiya](http://profiles.wordpress.org/dipesh.kakadiya), [pareshradadiya](http://profiles.wordpress.org/pareshradadiya), [utkarshpatel](http://profiles.wordpress.org/utkarshpatel) 8 8 **Tags:** [contacts](http://wordpress.org/plugins/tags/contacts), [companies](http://wordpress.org/plugins/tags/companies), [people management](http://wordpress.org/plugins/tags/people management), [business](http://wordpress.org/plugins/tags/business), [email parsing](http://wordpress.org/plugins/tags/email parsing), [attributes](http://wordpress.org/plugins/tags/attributes), [user groups](http://wordpress.org/plugins/tags/user groups), [access control](http://wordpress.org/plugins/tags/access control), [acl](http://wordpress.org/plugins/tags/acl), [wordpress](http://wordpress.org/plugins/tags/wordpress) 9 9 **Requires at least:** 4.1 … … 63 63 ## Changelog ## 64 64 65 ### 0.5.2 ### 66 * Correcting Contributors usernames 67 * Missing app folder 68 65 69 ### 0.5.1 ### 66 70 * Correcting Contributors usernames -
rtbiz/trunk/readme.txt
r1051409 r1051421 1 1 === rtBiz === 2 Contributors: rtcamp, rahul286, desaiuditd, faishal, dipesh kakadiya, pareshradadiya, utkarshpatel2 Contributors: rtcamp, rahul286, desaiuditd, faishal, dipesh.kakadiya, pareshradadiya, utkarshpatel 3 3 Donate Link: http://rtcamp.com/donate 4 4 Tags: contacts, companies, people management, business, email parsing, attributes, user groups, access control, acl, wordpress … … 78 78 Please visit [rtBiz's Roadmap page](http://rtcamp.com/rtbiz/roadmap/ "Visit rtBiz's Features page") to get some details about future releases. 79 79 80 = 0.5.2 = 81 * Correcting Contributors usernames 82 * Missing app folder 83 80 84 = 0.5.1 = 81 85 * Correcting Contributors usernames
Note: See TracChangeset
for help on using the changeset viewer.