Browse Source

Increase all versions on master which is now 9.1

tags/v9.1.0beta1
Joas Schilling 8 years ago
parent
commit
8885cb1eb9

+ 2
- 2
apps/comments/appinfo/info.xml View File

@@ -6,9 +6,9 @@
<licence>AGPL</licence>
<author>Arthur Shiwon, Vincent Petry</author>
<default_enable/>
<version>0.2</version>
<version>0.3.0</version>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<types>
<logging/>

+ 2
- 2
apps/dav/appinfo/info.xml View File

@@ -5,7 +5,7 @@
<description>ownCloud WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>0.1.4</version>
<version>0.2.0</version>
<default_enable/>
<types>
<filesystem/>
@@ -25,6 +25,6 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>

+ 2
- 2
apps/encryption/appinfo/info.xml View File

@@ -19,13 +19,13 @@
<admin>admin-encryption</admin>
</documentation>
<rememberlogin>false</rememberlogin>
<version>1.2.0</version>
<version>1.3.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<lib>openssl</lib>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>

</info>

+ 2
- 2
apps/federatedfilesharing/appinfo/info.xml View File

@@ -5,10 +5,10 @@
<description>Provide federated file sharing across ownCloud servers</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle, Roeland Jago Douma</author>
<version>0.1.0</version>
<version>0.2.0</version>
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>

+ 2
- 2
apps/federation/appinfo/info.xml View File

@@ -5,11 +5,11 @@
<description>ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>0.0.4</version>
<version>0.1.0</version>
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<types>
<authentication/>

+ 2
- 2
apps/files/appinfo/info.xml View File

@@ -6,12 +6,12 @@
<licence>AGPL</licence>
<author>Robin Appelman, Vincent Petry</author>
<default_enable/>
<version>1.4.3</version>
<version>1.5.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<documentation>
<user>user-files</user>

+ 2
- 2
apps/files_external/appinfo/info.xml View File

@@ -13,13 +13,13 @@
<admin>admin-external-storage</admin>
</documentation>
<rememberlogin>false</rememberlogin>
<version>0.5.2</version>
<version>0.6.0</version>
<types>
<filesystem/>
</types>
<ocsid>166048</ocsid>

<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>

+ 2
- 2
apps/files_sharing/appinfo/info.xml View File

@@ -10,12 +10,12 @@ Turning the feature off removes shared files and folders on the server for all s
<licence>AGPL</licence>
<author>Michael Gapczynski, Bjoern Schiessle</author>
<default_enable/>
<version>0.9.1</version>
<version>0.10.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<public>
<files>public.php</files>

+ 2
- 2
apps/files_trashbin/appinfo/info.xml View File

@@ -10,12 +10,12 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<default_enable/>
<version>0.8.0</version>
<version>0.9.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<documentation>
<user>user-trashbin</user>

+ 2
- 2
apps/files_versions/appinfo/info.xml View File

@@ -9,12 +9,12 @@
In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.

</description>
<version>1.2.0</version>
<version>1.3.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<documentation>
<user>user-versions</user>

+ 2
- 2
apps/provisioning_api/appinfo/info.xml View File

@@ -17,11 +17,11 @@
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
<version>0.4.1</version>
<version>0.5.0</version>
<types>
<prevent_group_restriction/>
</types>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>

+ 2
- 2
apps/systemtags/appinfo/info.xml View File

@@ -7,9 +7,9 @@
<licence>AGPL</licence>
<author>Vincent Petry</author>
<default_enable/>
<version>0.2</version>
<version>0.3.0</version>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<types>
<logging/>

+ 2
- 2
apps/updatenotification/appinfo/info.xml View File

@@ -5,9 +5,9 @@
<description>Displays update notifications for ownCloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>0.1.0</version>
<version>0.2.0</version>
<default_enable/>
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>

+ 2
- 2
apps/user_ldap/appinfo/info.xml View File

@@ -9,7 +9,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</description>
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>
<version>0.8.0</version>
<version>0.9.0</version>
<types>
<authentication/>
</types>
@@ -18,6 +18,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</documentation>
<dependencies>
<lib>ldap</lib>
<owncloud min-version="9.0" max-version="9.0" />
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
</info>

+ 3
- 3
version.php View File

@@ -26,12 +26,12 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(9, 0, 0, 15);
$OC_Version = array(9, 1, 0, 0);

// The human readable string
$OC_VersionString = '9.0.0 beta 2';
$OC_VersionString = '9.1.0 pre alpha';

$OC_VersionCanBeUpgradedFrom = array(8, 2);
$OC_VersionCanBeUpgradedFrom = array(9, 0);

// The ownCloud channel
$OC_Channel = 'git';

Loading…
Cancel
Save