💎 PREMIUM: Changeset/ - Collection

Changeset 1051421


Ignore:
Timestamp:
12/22/2014 10:08:32 AM (11 years ago)
Author:
desaiuditd
Message:

Update to commit d747442 from git@…:rtCamp/rtbiz.git

Includes the following commit(s):

commit d7474422cac06d866c07631c439c4fcd0b3aaf97
Author: Udit Desai <desaiuditd@…>

Readme updated

M readme.md
M readme.txt

commit 459acf9db40be29c3f1d7fcd51b8c84ebc298d1b
Author: Udit Desai <desaiuditd@…>

Updating Version in readme

M index.php

commit 6743bb056c2f647f45796a6819ae176ba393fcd6
Author: Udit Desai <desaiuditd@…>

Updating gitignore filke

M .gitignore

commit 1c83a71b77e7960832ee07b6c0b27eaa5f0811ad
Author: Udit Desai <desaiuditd@…>

Updating readme

M readme.md
M readme.txt

Location:
rtbiz
Files:
28 added
4 edited

Legend:

Unmodified
Added
Removed
  • rtbiz/trunk

    • Property svn:global-ignores
      •  

        old new  
        1 app/assets/.sass-cache/*
         1*/.sass-cache/*
        22.idea/
  • rtbiz/trunk/index.php

    r1051409 r1051421  
    55  Plugin URI: http://rtcamp.com/rtbiz
    66  Description: WordPress for Business
    7   Version: 0.5.1
     7  Version: 0.5.2
    88  Author: rtCamp
    99  Author URI: http://rtcamp.com
     
    1818    exit;
    1919}
     20
     21if ( ! defined( 'RT_BIZ_VERSION' ) ) {
     22    define( 'RT_BIZ_VERSION', '0.5.2' );
     23}
     24if ( ! defined( 'RT_BIZ_PATH' ) ) {
     25    define( 'RT_BIZ_PATH', plugin_dir_path( __FILE__ ) );
     26}
     27if ( ! defined( 'RT_BIZ_URL' ) ) {
     28    define( 'RT_BIZ_URL', plugin_dir_url( __FILE__ ) );
     29}
     30if ( ! defined( 'RT_BIZ_BASE_NAME' ) ){
     31    define( 'RT_BIZ_BASE_NAME', plugin_basename( __FILE__ ) );
     32}
     33if ( ! defined( 'RT_BIZ_PATH_TEMPLATES' ) ) {
     34    define( 'RT_BIZ_PATH_TEMPLATES', plugin_dir_path( __FILE__ ) . 'templates/' );
     35}
     36if ( ! defined( 'RT_BIZ_TEXT_DOMAIN' ) ) {
     37    define( 'RT_BIZ_TEXT_DOMAIN', 'rt_biz' );
     38}
     39
     40include_once RT_BIZ_PATH . 'app/lib/rt-lib.php';
     41include_once RT_BIZ_PATH . 'app/helper/rt-biz-functions.php';
     42include_once RT_BIZ_PATH . 'app/vendor/taxonomy-metadata.php';
    2043
    2144/**
     
    783806}
    784807
    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 
    808808/**
    809809 * The main function responsible for returning the one true Rt_Biz
  • rtbiz/trunk/readme.md

    r1051409 r1051421  
    55rtBiz - WordPress 4 Business!
    66
    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), [dipeshkakadiya](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) 
    88**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) 
    99**Requires at least:** 4.1 
     
    6363## Changelog ##
    6464
     65### 0.5.2 ###
     66* Correcting Contributors usernames
     67* Missing app folder
     68
    6569### 0.5.1 ###
    6670* Correcting Contributors usernames
  • rtbiz/trunk/readme.txt

    r1051409 r1051421  
    11=== rtBiz ===
    2 Contributors:      rtcamp, rahul286, desaiuditd, faishal, dipeshkakadiya, pareshradadiya, utkarshpatel
     2Contributors:      rtcamp, rahul286, desaiuditd, faishal, dipesh.kakadiya, pareshradadiya, utkarshpatel
    33Donate Link:       http://rtcamp.com/donate
    44Tags:              contacts, companies, people management, business, email parsing, attributes, user groups, access control, acl, wordpress
     
    7878Please visit [rtBiz's Roadmap page](http://rtcamp.com/rtbiz/roadmap/ "Visit rtBiz's Features page") to get some details about future releases.
    7979
     80= 0.5.2 =
     81* Correcting Contributors usernames
     82* Missing app folder
     83
    8084= 0.5.1 =
    8185* Correcting Contributors usernames
Note: See TracChangeset for help on using the changeset viewer.