From 0f558f4ddbd7e988aa0f484f9448262d2f565423 Mon Sep 17 00:00:00 2001 From: Olawale Adesina Date: Thu, 21 Apr 2022 16:15:41 +0100 Subject: [PATCH] - update version and composer --- composer.lock | 111 +++++++++++++++----------------------------------- orgSeries.php | 4 +- readme.txt | 2 +- 3 files changed, 35 insertions(+), 82 deletions(-) diff --git a/composer.lock b/composer.lock index 0fc889e3..bf4adf14 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "alledia/edd-sl-plugin-updater", - "version": "1.6.19", + "version": "1.6.20", "source": { "type": "git", "url": "https://github.com/publishpress/EDD-SL-Plugin-Updater.git", - "reference": "35458adae3c1cb4f8e173805d5ecedb9c33c7fb1" + "reference": "e2931cf2c6755ca37a6bddfb9dc6e16efd1603f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/publishpress/EDD-SL-Plugin-Updater/zipball/35458adae3c1cb4f8e173805d5ecedb9c33c7fb1", - "reference": "35458adae3c1cb4f8e173805d5ecedb9c33c7fb1", + "url": "https://api.github.com/repos/publishpress/EDD-SL-Plugin-Updater/zipball/e2931cf2c6755ca37a6bddfb9dc6e16efd1603f8", + "reference": "e2931cf2c6755ca37a6bddfb9dc6e16efd1603f8", "shasum": "" }, "require": { @@ -56,9 +56,9 @@ ], "support": { "issues": "https://github.com/publishpress/EDD-SL-Plugin-Updater/issues", - "source": "https://github.com/publishpress/EDD-SL-Plugin-Updater/tree/1.6.19" + "source": "https://github.com/publishpress/EDD-SL-Plugin-Updater/tree/1.6.20" }, - "time": "2020-04-13T15:50:18+00:00" + "time": "2022-04-13T14:02:23+00:00" }, { "name": "alledia/wordpress-edd-license-integration", @@ -1376,38 +1376,42 @@ }, { "name": "nelexa/zip", - "version": "3.3.3", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/Ne-Lexa/php-zip.git", - "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6" + "reference": "a18f80db509b1b6e9798e2745dc100759107f50c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/501b52f6fc393a599b44ff348a42740e1eaac7c6", - "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6", + "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/a18f80db509b1b6e9798e2745dc100759107f50c", + "reference": "a18f80db509b1b6e9798e2745dc100759107f50c", "shasum": "" }, "require": { "ext-zlib": "*", - "paragonie/random_compat": "*", - "php": "^5.5.9 || ^7.0", - "psr/http-message": "^1.0", - "symfony/finder": "^3.0|^4.0|^5.0" + "php": "^7.4 || ^8.0", + "psr/http-message": "*", + "symfony/finder": "*" }, "require-dev": { "ext-bz2": "*", + "ext-dom": "*", "ext-fileinfo": "*", + "ext-iconv": "*", "ext-openssl": "*", "ext-xml": "*", + "friendsofphp/php-cs-fixer": "^3.4.0", "guzzlehttp/psr7": "^1.6", - "phpunit/phpunit": "^4.8|^5.7", - "symfony/var-dumper": "^3.0|^4.0|^5.0" + "phpunit/phpunit": "^9", + "symfony/http-foundation": "*", + "symfony/var-dumper": "*", + "vimeo/psalm": "^4.6" }, "suggest": { "ext-bz2": "Needed to support BZIP2 compression", "ext-fileinfo": "Needed to get mime-type file", - "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl", + "ext-iconv": "Needed to support convert zip entry name to requested character encoding", "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt" }, "type": "library", @@ -1427,7 +1431,7 @@ "role": "Developer" } ], - "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.", + "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.", "homepage": "https://github.com/Ne-Lexa/php-zip", "keywords": [ "archive", @@ -1435,64 +1439,13 @@ "unzip", "winzip", "zip", - "zipalign", "ziparchive" ], "support": { "issues": "https://github.com/Ne-Lexa/php-zip/issues", - "source": "https://github.com/Ne-Lexa/php-zip/tree/3.3.3" + "source": "https://github.com/Ne-Lexa/php-zip/tree/4.0.1" }, - "time": "2020-07-11T21:01:42+00:00" - }, - { - "name": "paragonie/random_compat", - "version": "v9.99.100", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", - "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", - "shasum": "" - }, - "require": { - "php": ">= 7" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "support": { - "email": "info@paragonie.com", - "issues": "https://github.com/paragonie/random_compat/issues", - "source": "https://github.com/paragonie/random_compat" - }, - "time": "2020-10-15T08:29:30+00:00" + "time": "2021-12-12T09:50:45+00:00" }, { "name": "psr/event-dispatcher", @@ -1649,22 +1602,22 @@ }, { "name": "publishpress/publishpress-plugin-builder", - "version": "v1.3.5", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/publishpress/PublishPress-Plugin-Builder.git", - "reference": "843c2bd811e2307fbca99dfa193b6922a97b5e61" + "reference": "75708e8b1b093988dfd160f50b95803bbff725f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/publishpress/PublishPress-Plugin-Builder/zipball/843c2bd811e2307fbca99dfa193b6922a97b5e61", - "reference": "843c2bd811e2307fbca99dfa193b6922a97b5e61", + "url": "https://api.github.com/repos/publishpress/PublishPress-Plugin-Builder/zipball/75708e8b1b093988dfd160f50b95803bbff725f1", + "reference": "75708e8b1b093988dfd160f50b95803bbff725f1", "shasum": "" }, "require": { "consolidation/robo": "^3.0", - "nelexa/zip": "^3.3", - "php": "~7.3", + "nelexa/zip": "^3.3|^4.0", + "php": "^7.3|^8.0", "symfony/yaml": "^5" }, "require-dev": { @@ -1696,9 +1649,9 @@ "description": "Robo tasks for building WordPress plugins", "support": { "issues": "https://github.com/publishpress/PublishPress-Plugin-Builder/issues", - "source": "https://github.com/publishpress/PublishPress-Plugin-Builder/tree/v1.3.5" + "source": "https://github.com/publishpress/PublishPress-Plugin-Builder/tree/v1.4.0" }, - "time": "2022-01-19T22:09:53+00:00" + "time": "2022-04-14T15:14:49+00:00" }, { "name": "sirbrillig/phpcs-variable-analysis", diff --git a/orgSeries.php b/orgSeries.php index 45992593..6b22cb24 100644 --- a/orgSeries.php +++ b/orgSeries.php @@ -3,7 +3,7 @@ * Plugin Name: PublishPress Series * Plugin URI: https://publishpress.com/publishpress-series/ * Description: PublishPress Series allows you to group content together into a series. This is ideal for magazines, newspapers, short-story writers, teachers, comic artists, or anyone who writes multiple posts on the same topic. - * Version: 2.8.2 + * Version: 2.9.0 * Author: PublishPress * Author URI: https://publishpress.com/ * Text Domain: organize-series @@ -59,7 +59,7 @@ register_activation_hook( __FILE__, 'pp_series_core_activation' ); if (!defined('ORG_SERIES_VERSION')) { - define('ORG_SERIES_VERSION', '2.8.2'); //the current version of the plugin + define('ORG_SERIES_VERSION', '2.9.0'); //the current version of the plugin define( 'SERIES_FILE_PATH', __FILE__ ); define( 'SERIES_PATH_URL', plugins_url('', __FILE__).'/' ); define('SERIES_LOC', plugins_url('', __FILE__).'/' ); //the uri of the orgSeries files. diff --git a/readme.txt b/readme.txt index 8bd4915e..89884200 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: category, series, organize, post, taxonomy Requires at least: 4.7 Requires PHP: 5.6 Tested up to: 5.9.3 -Stable tag: 2.8.2 +Stable tag: 2.9.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html