🔞 ADULT: Changeset/ - Full Gallery 2025

Changeset 1058250


Ignore:
Timestamp:
01/02/2015 08:21:00 AM (11 years ago)
Author:
desaiuditd
Message:

Update to commit c6796df from https://github.com/rtCamp/rtbiz.git

Location:
rtbiz
Files:
1109 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • rtbiz/trunk/bin/svn-push

    r1058241 r1058250  
    9898
    9999# rsync all committed files from the Git repo to SVN
    100 rsync -avz --delete --delete-excluded --exclude '/assets' --exclude '/.git*' --exclude '/dev-lib' --exclude '/.jshint*' --exclude '/svn-url' --exclude '/.travis.yml' $git_tmp_repo_dir/ $svn_tmp_repo_dir/trunk/
     100rsync -avz --delete --delete-excluded --exclude '/docs' --exclude '/assets' --exclude '/.git*' --exclude '/dev-lib' --exclude '/.jshint*' --exclude '/svn-url' --exclude '/.travis.yml' $git_tmp_repo_dir/ $svn_tmp_repo_dir/trunk/
    101101if [ -e $git_tmp_repo_dir/assets/ ]; then
    102102    mkdir -p $svn_tmp_repo_dir/assets/
  • rtbiz/trunk/index.php

    r1058241 r1058250  
    55  Plugin URI: http://rtcamp.com/rtbiz
    66  Description: WordPress for Business
    7   Version: 1.0
     7  Version: 1.0.1
    88  Author: rtCamp
    99  Author URI: http://rtcamp.com
     
    2020
    2121if ( ! defined( 'RT_BIZ_VERSION' ) ) {
    22     define( 'RT_BIZ_VERSION', '1.0' );
     22    define( 'RT_BIZ_VERSION', '1.0.1' );
    2323}
    2424if ( ! defined( 'RT_BIZ_PLUGIN_FILE' ) ) {
  • rtbiz/trunk/readme.md

    r1058241 r1058250  
    99**Requires at least:** 4.1 
    1010**Tested up to:** 4.1 
    11 **Stable tag:** 1.0 
     11**Stable tag:** 1.0.1 
    1212**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) 
    1313**Donate Link:** http://rtcamp.com/donate 
     
    5353
    5454## Changelog ##
     55
     56### 1.0.1 ###
     57* Removed docs folder
     58* Removed dev files
    5559
    5660### 1.0 ###
  • rtbiz/trunk/readme.txt

    r1058241 r1058250  
    55Requires at least: 4.1
    66Tested up to:      4.1
    7 Stable tag:        1.0
     7Stable tag:        1.0.1
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.0.1 =
     70* Removed docs folder
     71* Removed dev files
     72
    6973= 1.0 =
    7074* Admin Pointers for User Tour Guide
Note: See TracChangeset for help on using the changeset viewer.