Plugin Directory

Changeset 1897331


Ignore:
Timestamp:
06/22/2018 09:33:06 PM (8 years ago)
Author:
bdolor
Message:

deps, compatibility

Location:
presbooks-openstax-import/trunk
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • presbooks-openstax-import/trunk/README.md

    r1830387 r1897331  
    11# Openstax Import for Pressbooks #
     2[![Build Status](https://travis-ci.com/BCcampus/pressbooks-openstax-import.svg?branch=dev)](https://travis-ci.com/BCcampus/pressbooks-openstax-import)
    23
    34A WordPress plugin that extends [Pressbooks](https://github.com/pressbooks/pressbooks) to let you import openly licensed books from OpenStax.
  • presbooks-openstax-import/trunk/composer.json

    r1872898 r1897331  
    33  "description": "Imports OpenStax zip files into Pressbooks",
    44  "type": "wordpress-plugin",
    5   "version": "1.2.0",
     5  "version": "1.2.1",
    66  "homepage": "https://github.com/bccampus/pressbooks-openstax-import",
    77  "license": "GPL-3.0+",
     
    1616    }
    1717  ],
     18  "config": {
     19    "platform": {
     20      "php": "7.0.30"
     21    }
     22  },
    1823  "require": {
     24    "php": ">=7.0",
    1925    "collizo4sky/persist-admin-notices-dismissal": "^1.3"
    2026  },
     
    2834    ],
    2935    "standards": [
    30       "vendor/bin/phpcs --standard=phpcs.ruleset.xml ."
     36      "vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php inc/"
    3137    ]
    3238  }
  • presbooks-openstax-import/trunk/composer.lock

    r1872898 r1897331  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "3c705fc70c741fca6199039c64dd09e9",
     7    "content-hash": "fc686bca05632f9225a04ccde0b76012",
    88    "packages": [
    99        {
     
    4141        {
    4242            "name": "doctrine/instantiator",
    43             "version": "1.1.0",
     43            "version": "1.0.5",
    4444            "source": {
    4545                "type": "git",
    4646                "url": "https://github.com/doctrine/instantiator.git",
    47                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
    48             },
    49             "dist": {
    50                 "type": "zip",
    51                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
    52                 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
    53                 "shasum": ""
    54             },
    55             "require": {
    56                 "php": "^7.1"
     47                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
     48            },
     49            "dist": {
     50                "type": "zip",
     51                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
     52                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
     53                "shasum": ""
     54            },
     55            "require": {
     56                "php": ">=5.3,<8.0-DEV"
    5757            },
    5858            "require-dev": {
     
    6060                "ext-pdo": "*",
    6161                "ext-phar": "*",
    62                 "phpunit/phpunit": "^6.2.3",
    63                 "squizlabs/php_codesniffer": "^3.0.2"
    64             },
    65             "type": "library",
    66             "extra": {
    67                 "branch-alias": {
    68                     "dev-master": "1.2.x-dev"
     62                "phpunit/phpunit": "~4.0",
     63                "squizlabs/php_codesniffer": "~2.0"
     64            },
     65            "type": "library",
     66            "extra": {
     67                "branch-alias": {
     68                    "dev-master": "1.0.x-dev"
    6969                }
    7070            },
     
    9191                "instantiate"
    9292            ],
    93             "time": "2017-07-22T11:58:36+00:00"
     93            "time": "2015-06-14T21:17:01+00:00"
    9494        },
    9595        {
     
    13341334        {
    13351335            "name": "squizlabs/php_codesniffer",
    1336             "version": "3.2.3",
     1336            "version": "3.3.0",
    13371337            "source": {
    13381338                "type": "git",
    13391339                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1340                 "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
    1341             },
    1342             "dist": {
    1343                 "type": "zip",
    1344                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
    1345                 "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
     1340                "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266"
     1341            },
     1342            "dist": {
     1343                "type": "zip",
     1344                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
     1345                "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
    13461346                "shasum": ""
    13471347            },
     
    13811381                "standards"
    13821382            ],
    1383             "time": "2018-02-20T21:35:23+00:00"
     1383            "time": "2018-06-06T23:58:19+00:00"
     1384        },
     1385        {
     1386            "name": "symfony/polyfill-ctype",
     1387            "version": "v1.8.0",
     1388            "source": {
     1389                "type": "git",
     1390                "url": "https://github.com/symfony/polyfill-ctype.git",
     1391                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
     1392            },
     1393            "dist": {
     1394                "type": "zip",
     1395                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
     1396                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
     1397                "shasum": ""
     1398            },
     1399            "require": {
     1400                "php": ">=5.3.3"
     1401            },
     1402            "type": "library",
     1403            "extra": {
     1404                "branch-alias": {
     1405                    "dev-master": "1.8-dev"
     1406                }
     1407            },
     1408            "autoload": {
     1409                "psr-4": {
     1410                    "Symfony\\Polyfill\\Ctype\\": ""
     1411                },
     1412                "files": [
     1413                    "bootstrap.php"
     1414                ]
     1415            },
     1416            "notification-url": "https://packagist.org/downloads/",
     1417            "license": [
     1418                "MIT"
     1419            ],
     1420            "authors": [
     1421                {
     1422                    "name": "Symfony Community",
     1423                    "homepage": "https://symfony.com/contributors"
     1424                },
     1425                {
     1426                    "name": "Gert de Pagter",
     1427                    "email": "BackEndTea@gmail.com"
     1428                }
     1429            ],
     1430            "description": "Symfony polyfill for ctype functions",
     1431            "homepage": "https://symfony.com",
     1432            "keywords": [
     1433                "compatibility",
     1434                "ctype",
     1435                "polyfill",
     1436                "portable"
     1437            ],
     1438            "time": "2018-04-30T19:57:29+00:00"
    13841439        },
    13851440        {
    13861441            "name": "symfony/yaml",
    1387             "version": "v4.0.9",
     1442            "version": "v3.4.11",
    13881443            "source": {
    13891444                "type": "git",
    13901445                "url": "https://github.com/symfony/yaml.git",
    1391                 "reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d"
    1392             },
    1393             "dist": {
    1394                 "type": "zip",
    1395                 "url": "https://api.github.com/repos/symfony/yaml/zipball/275ad099e4cbe612a2acbca14a16dd1c5311324d",
    1396                 "reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d",
    1397                 "shasum": ""
    1398             },
    1399             "require": {
    1400                 "php": "^7.1.3"
     1446                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
     1447            },
     1448            "dist": {
     1449                "type": "zip",
     1450                "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
     1451                "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
     1452                "shasum": ""
     1453            },
     1454            "require": {
     1455                "php": "^5.5.9|>=7.0.8",
     1456                "symfony/polyfill-ctype": "~1.8"
    14011457            },
    14021458            "conflict": {
     
    14121468            "extra": {
    14131469                "branch-alias": {
    1414                     "dev-master": "4.0-dev"
     1470                    "dev-master": "3.4-dev"
    14151471                }
    14161472            },
     
    14391495            "description": "Symfony Yaml Component",
    14401496            "homepage": "https://symfony.com",
    1441             "time": "2018-04-08T08:49:08+00:00"
     1497            "time": "2018-05-03T23:18:14+00:00"
    14421498        },
    14431499        {
     
    15371593    "prefer-stable": false,
    15381594    "prefer-lowest": false,
    1539     "platform": [],
    1540     "platform-dev": []
     1595    "platform": {
     1596        "php": ">=7.0"
     1597    },
     1598    "platform-dev": [],
     1599    "platform-overrides": {
     1600        "php": "7.0.30"
     1601    }
    15411602}
  • presbooks-openstax-import/trunk/pressbooks-openstax-import.php

    r1872898 r1897331  
    77 * Text Domain:     pressbooks-openstax-import
    88 * Domain Path:     /languages
    9  * Version:         1.2.0
     9 * Version:         1.2.1
    1010 * License:         GPL-3.0+
    1111 * License URI:     http://www.gnu.org/licenses/gpl-3.0.txt
    1212 * Tags: pressbooks, OER, publishing, import, cnx, openstax
    13  * Pressbooks tested up to: 5.2.1
     13 * Pressbooks tested up to: 5.3.3
    1414 * Project Sponsor: BCcampus
    1515 *
     
    190190 */
    191191add_action( 'admin_enqueue_scripts', function () {
    192     if ( 'pb_import' === $_REQUEST['page'] ) {
     192    if ( isset( $_REQUEST['page'] ) && 'pb_import' === $_REQUEST['page'] ) {
    193193        wp_enqueue_script( 'poi-notify', plugin_dir_url( __FILE__ ) . 'assets/scripts/notifications.js', [ 'jquery' ], null, true );
    194194
  • presbooks-openstax-import/trunk/readme.txt

    r1872898 r1897331  
    33Tags: pressbooks, openstax, textbook, import
    44Requires at least: 4.9.5
    5 Tested up to: 4.9.5
    6 Stable tag: 1.2.0
     5Tested up to: 4.9.6
     6Stable tag: 1.2.1
    77Requires PHP: 7.0
    88License: GPLv3 or later
     
    5353See: https://github.com/BCcampus/pressbooks-openstax-import/commits/dev for more detail
    5454
     55= 1.2.1 2018/06/19 =
     56* better dependency management
     57
    5558= 1.2.0 2018/05/11 =
    5659* add notification at time of import
  • presbooks-openstax-import/trunk/vendor/autoload.php

    r1753495 r1897331  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0251a4d3a724f733af6975bd3ee01567::getLoader();
     7return ComposerAutoloaderInitf0d46223dfee2f993431fd8694e0d995::getLoader();
  • presbooks-openstax-import/trunk/vendor/composer/autoload_real.php

    r1753495 r1897331  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0251a4d3a724f733af6975bd3ee01567
     5class ComposerAutoloaderInitf0d46223dfee2f993431fd8694e0d995
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit0251a4d3a724f733af6975bd3ee01567', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInitf0d46223dfee2f993431fd8694e0d995', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit0251a4d3a724f733af6975bd3ee01567', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInitf0d46223dfee2f993431fd8694e0d995', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInit0251a4d3a724f733af6975bd3ee01567::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInitf0d46223dfee2f993431fd8694e0d995::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInit0251a4d3a724f733af6975bd3ee01567::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInitf0d46223dfee2f993431fd8694e0d995::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequire0251a4d3a724f733af6975bd3ee01567($fileIdentifier, $file);
     56            composerRequiref0d46223dfee2f993431fd8694e0d995($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequire0251a4d3a724f733af6975bd3ee01567($fileIdentifier, $file)
     63function composerRequiref0d46223dfee2f993431fd8694e0d995($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • presbooks-openstax-import/trunk/vendor/composer/autoload_static.php

    r1722312 r1897331  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit0251a4d3a724f733af6975bd3ee01567
     7class ComposerStaticInitf0d46223dfee2f993431fd8694e0d995
    88{
    99    public static $files = array (
Note: See TracChangeset for help on using the changeset viewer.