Changeset 2232811
- Timestamp:
- 01/24/2020 02:50:05 PM (6 years ago)
- Location:
- cryptocurrencychart
- Files:
-
- 2 edited
- 7 copied
-
tags/1.0 (copied) (copied from cryptocurrencychart/trunk)
-
tags/1.0/LICENSE (copied) (copied from cryptocurrencychart/trunk/LICENSE)
-
tags/1.0/assets (copied) (copied from cryptocurrencychart/trunk/assets)
-
tags/1.0/cryptocurrencychart.php (copied) (copied from cryptocurrencychart/trunk/cryptocurrencychart.php)
-
tags/1.0/library (copied) (copied from cryptocurrencychart/trunk/library)
-
tags/1.0/readme.txt (copied) (copied from cryptocurrencychart/trunk/readme.txt)
-
tags/1.0/src (copied) (copied from cryptocurrencychart/trunk/src)
-
tags/1.0/src/CryptoCurrencyChart/Main.php (modified) (1 diff)
-
trunk/src/CryptoCurrencyChart/Main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cryptocurrencychart/tags/1.0/src/CryptoCurrencyChart/Main.php
r2232807 r2232811 12 12 13 13 class Main { 14 public const VERSION = 0.1;14 public const VERSION = 1.0; 15 15 public const REQUIRED_USER_CAPABILITY = 'activate_plugins'; 16 16 -
cryptocurrencychart/trunk/src/CryptoCurrencyChart/Main.php
r2232807 r2232811 12 12 13 13 class Main { 14 public const VERSION = 0.1;14 public const VERSION = 1.0; 15 15 public const REQUIRED_USER_CAPABILITY = 'activate_plugins'; 16 16
Note: See TracChangeset
for help on using the changeset viewer.