Changeset 2068105
- Timestamp:
- 04/12/2019 10:11:00 PM (7 years ago)
- Location:
- pressbooks-openstax-import/trunk
- Files:
-
- 7 edited
-
composer.json (modified) (2 diffs)
-
composer.lock (modified) (14 diffs)
-
pressbooks-openstax-import.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (3 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pressbooks-openstax-import/trunk/composer.json
r2005388 r2068105 3 3 "description": "Imports OpenStax zip files into Pressbooks", 4 4 "type": "wordpress-plugin", 5 "version": "1.3. 2",5 "version": "1.3.3", 6 6 "homepage": "https://github.com/bccampus/pressbooks-openstax-import", 7 7 "license": "GPL-3.0+", 8 8 "authors": [ 9 9 { 10 "name": "Brad Payne", 11 "homepage": "https://github.com/bdolor" 12 }, 13 { 14 "name": "aparedes", 15 "homepage": "https://github.com/alexpflores" 10 "name": "BCcampus", 11 "email": "code@bccampus.ca", 12 "homepage": "https://github.com/BCcampus" 16 13 } 17 14 ], … … 33 30 "scripts": { 34 31 "test": [ 35 "vendor/bin/phpunit --configuration phpunit.xml",32 "vendor/bin/phpunit --configuration=phpunit.xml", 36 33 "@standards" 37 34 ], 38 35 "standards": [ 39 36 "vendor/bin/phpcs --standard=phpcs.ruleset.xml ." 37 ], 38 "standards-beautify": [ 39 "vendor/bin/phpcbf --standard=phpcs.ruleset.xml ." 40 40 ] 41 41 } -
pressbooks-openstax-import/trunk/composer.lock
r2005388 r2068105 2 2 "_readme": [ 3 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md# composer-lock-the-lock-file",4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 4a12c1797565352bc6f4a74cb95f14ab",7 "content-hash": "35b012159be6eb11a27cac92f19329cb", 8 8 "packages": [ 9 9 { … … 131 131 { 132 132 "name": "doctrine/instantiator", 133 "version": "1. 1.0",133 "version": "1.2.0", 134 134 "source": { 135 135 "type": "git", 136 136 "url": "https://github.com/doctrine/instantiator.git", 137 "reference": " 185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"138 }, 139 "dist": { 140 "type": "zip", 141 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ 185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",142 "reference": " 185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",137 "reference": "a2c590166b2133a4633738648b6b064edae0814a" 138 }, 139 "dist": { 140 "type": "zip", 141 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", 142 "reference": "a2c590166b2133a4633738648b6b064edae0814a", 143 143 "shasum": "" 144 144 }, … … 147 147 }, 148 148 "require-dev": { 149 " athletic/athletic": "~0.1.8",149 "doctrine/coding-standard": "^6.0", 150 150 "ext-pdo": "*", 151 151 "ext-phar": "*", 152 "phpunit/phpunit": "^6.2.3", 153 "squizlabs/php_codesniffer": "^3.0.2" 152 "phpbench/phpbench": "^0.13", 153 "phpstan/phpstan-phpunit": "^0.11", 154 "phpstan/phpstan-shim": "^0.11", 155 "phpunit/phpunit": "^7.0" 154 156 }, 155 157 "type": "library", … … 176 178 ], 177 179 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 178 "homepage": "https:// github.com/doctrine/instantiator",180 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 179 181 "keywords": [ 180 182 "constructor", 181 183 "instantiate" 182 184 ], 183 "time": "201 7-07-22T11:58:36+00:00"185 "time": "2019-03-17T17:37:11+00:00" 184 186 }, 185 187 { … … 261 263 { 262 264 "name": "myclabs/deep-copy", 263 "version": "1. 8.1",265 "version": "1.9.1", 264 266 "source": { 265 267 "type": "git", 266 268 "url": "https://github.com/myclabs/DeepCopy.git", 267 "reference": " 3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"268 }, 269 "dist": { 270 "type": "zip", 271 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",272 "reference": " 3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",269 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" 270 }, 271 "dist": { 272 "type": "zip", 273 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", 274 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", 273 275 "shasum": "" 274 276 }, … … 305 307 "object graph" 306 308 ], 307 "time": "201 8-06-11T23:09:50+00:00"309 "time": "2019-04-07T13:18:21+00:00" 308 310 }, 309 311 { … … 910 912 "xunit" 911 913 ], 914 "abandoned": true, 912 915 "time": "2017-06-30T09:13:00+00:00" 913 916 }, … … 1427 1430 { 1428 1431 "name": "squizlabs/php_codesniffer", 1429 "version": "3.4. 0",1432 "version": "3.4.2", 1430 1433 "source": { 1431 1434 "type": "git", 1432 1435 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1433 "reference": " 379deb987e26c7cd103a7b387aea178baec96e48"1434 }, 1435 "dist": { 1436 "type": "zip", 1437 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ 379deb987e26c7cd103a7b387aea178baec96e48",1438 "reference": " 379deb987e26c7cd103a7b387aea178baec96e48",1436 "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" 1437 }, 1438 "dist": { 1439 "type": "zip", 1440 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", 1441 "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", 1439 1442 "shasum": "" 1440 1443 }, … … 1469 1472 ], 1470 1473 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 1471 "homepage": "http ://www.squizlabs.com/php-codesniffer",1474 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", 1472 1475 "keywords": [ 1473 1476 "phpcs", 1474 1477 "standards" 1475 1478 ], 1476 "time": "201 8-12-19T23:57:18+00:00"1479 "time": "2019-04-10T23:49:02+00:00" 1477 1480 }, 1478 1481 { 1479 1482 "name": "symfony/polyfill-ctype", 1480 "version": "v1.1 0.0",1483 "version": "v1.11.0", 1481 1484 "source": { 1482 1485 "type": "git", 1483 1486 "url": "https://github.com/symfony/polyfill-ctype.git", 1484 "reference": " e3d826245268269cd66f8326bd8bc066687b4a19"1485 }, 1486 "dist": { 1487 "type": "zip", 1488 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ e3d826245268269cd66f8326bd8bc066687b4a19",1489 "reference": " e3d826245268269cd66f8326bd8bc066687b4a19",1487 "reference": "82ebae02209c21113908c229e9883c419720738a" 1488 }, 1489 "dist": { 1490 "type": "zip", 1491 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", 1492 "reference": "82ebae02209c21113908c229e9883c419720738a", 1490 1493 "shasum": "" 1491 1494 }, … … 1499 1502 "extra": { 1500 1503 "branch-alias": { 1501 "dev-master": "1. 9-dev"1504 "dev-master": "1.11-dev" 1502 1505 } 1503 1506 }, … … 1521 1524 { 1522 1525 "name": "Gert de Pagter", 1523 "email": " BackEndTea@gmail.com"1526 "email": "backendtea@gmail.com" 1524 1527 } 1525 1528 ], … … 1532 1535 "portable" 1533 1536 ], 1534 "time": "201 8-08-06T14:22:27+00:00"1537 "time": "2019-02-06T07:57:58+00:00" 1535 1538 }, 1536 1539 { 1537 1540 "name": "symfony/yaml", 1538 "version": "v3.4.2 0",1541 "version": "v3.4.24", 1539 1542 "source": { 1540 1543 "type": "git", 1541 1544 "url": "https://github.com/symfony/yaml.git", 1542 "reference": "2 91e13d808bec481eab83f301f7bff3e699ef603"1543 }, 1544 "dist": { 1545 "type": "zip", 1546 "url": "https://api.github.com/repos/symfony/yaml/zipball/2 91e13d808bec481eab83f301f7bff3e699ef603",1547 "reference": "2 91e13d808bec481eab83f301f7bff3e699ef603",1545 "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" 1546 }, 1547 "dist": { 1548 "type": "zip", 1549 "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", 1550 "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", 1548 1551 "shasum": "" 1549 1552 }, … … 1591 1594 "description": "Symfony Yaml Component", 1592 1595 "homepage": "https://symfony.com", 1593 "time": "201 8-11-11T19:48:54+00:00"1596 "time": "2019-03-25T07:48:46+00:00" 1594 1597 }, 1595 1598 { 1596 1599 "name": "webmozart/assert", 1597 "version": "1. 3.0",1600 "version": "1.4.0", 1598 1601 "source": { 1599 1602 "type": "git", 1600 1603 "url": "https://github.com/webmozart/assert.git", 1601 "reference": "0df1908962e7a3071564e857d86874dad1ef204a" 1602 }, 1603 "dist": { 1604 "type": "zip", 1605 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", 1606 "reference": "0df1908962e7a3071564e857d86874dad1ef204a", 1607 "shasum": "" 1608 }, 1609 "require": { 1610 "php": "^5.3.3 || ^7.0" 1604 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" 1605 }, 1606 "dist": { 1607 "type": "zip", 1608 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", 1609 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", 1610 "shasum": "" 1611 }, 1612 "require": { 1613 "php": "^5.3.3 || ^7.0", 1614 "symfony/polyfill-ctype": "^1.8" 1611 1615 }, 1612 1616 "require-dev": { … … 1641 1645 "validate" 1642 1646 ], 1643 "time": "2018- 01-29T19:49:41+00:00"1647 "time": "2018-12-25T11:19:39+00:00" 1644 1648 }, 1645 1649 { -
pressbooks-openstax-import/trunk/pressbooks-openstax-import.php
r2005388 r2068105 3 3 * Plugin Name: Openstax Import for Pressbooks 4 4 * Description: OpenStax Textbook Import. Enables the importing of 'Offline ZIP' files from the cnx.org domain 5 * Author: B rad Payne6 * Author URI: https://github.com/ bdolor5 * Author: BCcampus 6 * Author URI: https://github.com/BCcampus 7 7 * Text Domain: pressbooks-openstax-import 8 8 * Domain Path: /languages 9 * Version: 1.3. 29 * Version: 1.3.3 10 10 * License: GPL-3.0+ 11 11 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt 12 12 * Tags: pressbooks, OER, publishing, import, cnx, openstax 13 * Pressbooks tested up to: 5. 6.313 * Pressbooks tested up to: 5.7.0 14 14 * Project Sponsor: BCcampus 15 15 * … … 68 68 | 69 69 */ 70 require __DIR__ . '/autoloader.php'; 70 71 if ( function_exists( '\HM\Autoloader\register_class_path' ) ) { 72 \HM\Autoloader\register_class_path( 'BCcampus', __DIR__ . '/inc' ); 73 } else { 74 require_once( __DIR__ . '/autoloader.php' ); 75 } 71 76 72 77 $composer = __DIR__ . '/vendor/autoload.php'; -
pressbooks-openstax-import/trunk/readme.txt
r2005388 r2068105 1 1 === Openstax Import for Pressbooks === 2 Contributors: bdolor, aparedes2 Contributors: BCcampus 3 3 Tags: pressbooks, openstax, textbook, import 4 Requires at least: 4.9.85 Tested up to: 5. 0.26 Stable tag: 1.3. 24 Requires at least: 5.1.1 5 Tested up to: 5.1.1 6 Stable tag: 1.3.3 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later … … 49 49 50 50 See: https://github.com/BCcampus/pressbooks-openstax-import/commits/dev for more detail 51 52 = 1.3.3 2019/04/12 = 53 * compatibility with PB 5.7.0 51 54 52 55 = 1.3.2 2018/11/20 = -
pressbooks-openstax-import/trunk/vendor/autoload.php
r1957787 r2068105 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 2c05276af31930c55d6027db6fd93cd0::getLoader();7 return ComposerAutoloaderInit4127eefe4adf2da72032543392c27e31::getLoader(); -
pressbooks-openstax-import/trunk/vendor/composer/autoload_real.php
r1957787 r2068105 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 2c05276af31930c55d6027db6fd93cd05 class ComposerAutoloaderInit4127eefe4adf2da72032543392c27e31 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 2c05276af31930c55d6027db6fd93cd0', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit4127eefe4adf2da72032543392c27e31', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 2c05276af31930c55d6027db6fd93cd0', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit4127eefe4adf2da72032543392c27e31', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit 2c05276af31930c55d6027db6fd93cd0::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit4127eefe4adf2da72032543392c27e31::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; -
pressbooks-openstax-import/trunk/vendor/composer/autoload_static.php
r1957787 r2068105 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 2c05276af31930c55d6027db6fd93cd07 class ComposerStaticInit4127eefe4adf2da72032543392c27e31 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 117 117 { 118 118 return \Closure::bind(function () use ($loader) { 119 $loader->prefixLengthsPsr4 = ComposerStaticInit 2c05276af31930c55d6027db6fd93cd0::$prefixLengthsPsr4;120 $loader->prefixDirsPsr4 = ComposerStaticInit 2c05276af31930c55d6027db6fd93cd0::$prefixDirsPsr4;121 $loader->classMap = ComposerStaticInit 2c05276af31930c55d6027db6fd93cd0::$classMap;119 $loader->prefixLengthsPsr4 = ComposerStaticInit4127eefe4adf2da72032543392c27e31::$prefixLengthsPsr4; 120 $loader->prefixDirsPsr4 = ComposerStaticInit4127eefe4adf2da72032543392c27e31::$prefixDirsPsr4; 121 $loader->classMap = ComposerStaticInit4127eefe4adf2da72032543392c27e31::$classMap; 122 122 123 123 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.