From 5928ffc00d1a41c8b597074a0d27c77f18b1e9f7 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Fri, 6 Mar 2020 18:00:36 -1000 Subject: [PATCH 01/12] Tooling/PHPCS/Add dev requirements via Composer. --- composer.json | 8 ++ composer.lock | 340 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 348 insertions(+) create mode 100644 composer.json create mode 100644 composer.lock diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..eaa3c3b --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "require-dev": { + "squizlabs/php_codesniffer": "^3.5", + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2", + "wp-coding-standards/wpcs": "^2.2", + "phpcompatibility/phpcompatibility-wp": "*" + } +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..a00d60f --- /dev/null +++ b/composer.lock @@ -0,0 +1,340 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "d58ae19bd7c4cf76ada3935405677c26", + "packages": [], + "packages-dev": [ + { + "name": "dealerdirect/phpcodesniffer-composer-installer", + "version": "v0.6.2", + "source": { + "type": "git", + "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", + "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a", + "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "php": "^5.3|^7", + "squizlabs/php_codesniffer": "^2|^3" + }, + "require-dev": { + "composer/composer": "*", + "phpcompatibility/php-compatibility": "^9.0", + "sensiolabs/security-checker": "^4.1.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + }, + "autoload": { + "psr-4": { + "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Franck Nijhof", + "email": "franck.nijhof@dealerdirect.com", + "homepage": "http://www.frenck.nl", + "role": "Developer / IT Manager" + } + ], + "description": "PHP_CodeSniffer Standards Composer Installer Plugin", + "homepage": "http://www.dealerdirect.com", + "keywords": [ + "PHPCodeSniffer", + "PHP_CodeSniffer", + "code quality", + "codesniffer", + "composer", + "installer", + "phpcs", + "plugin", + "qa", + "quality", + "standard", + "standards", + "style guide", + "stylecheck", + "tests" + ], + "time": "2020-01-29T20:22:20+00:00" + }, + { + "name": "phpcompatibility/php-compatibility", + "version": "9.3.5", + "source": { + "type": "git", + "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", + "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", + "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", + "shasum": "" + }, + "require": { + "php": ">=5.3", + "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" + }, + "conflict": { + "squizlabs/php_codesniffer": "2.6.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", + "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Wim Godden", + "homepage": "https://github.com/wimg", + "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "homepage": "https://github.com/jrfnl", + "role": "lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" + } + ], + "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", + "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", + "keywords": [ + "compatibility", + "phpcs", + "standards" + ], + "time": "2019-12-27T09:44:58+00:00" + }, + { + "name": "phpcompatibility/phpcompatibility-paragonie", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", + "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c", + "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c", + "shasum": "" + }, + "require": { + "phpcompatibility/php-compatibility": "^9.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5", + "paragonie/random_compat": "dev-master", + "paragonie/sodium_compat": "dev-master" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Wim Godden", + "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "lead" + } + ], + "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.", + "homepage": "http://phpcompatibility.com/", + "keywords": [ + "compatibility", + "paragonie", + "phpcs", + "polyfill", + "standards" + ], + "time": "2019-11-04T15:17:54+00:00" + }, + { + "name": "phpcompatibility/phpcompatibility-wp", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", + "reference": "41bef18ba688af638b7310666db28e1ea9158b2f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f", + "reference": "41bef18ba688af638b7310666db28e1ea9158b2f", + "shasum": "" + }, + "require": { + "phpcompatibility/php-compatibility": "^9.0", + "phpcompatibility/phpcompatibility-paragonie": "^1.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Wim Godden", + "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "lead" + } + ], + "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.", + "homepage": "http://phpcompatibility.com/", + "keywords": [ + "compatibility", + "phpcs", + "standards", + "wordpress" + ], + "time": "2019-08-28T14:22:28+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.5.4", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "dceec07328401de6211037abbb18bda423677e26" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26", + "reference": "dceec07328401de6211037abbb18bda423677e26", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "time": "2020-01-30T22:20:29+00:00" + }, + { + "name": "wp-coding-standards/wpcs", + "version": "2.2.1", + "source": { + "type": "git", + "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", + "reference": "b5a453203114cc2284b1a614c4953456fbe4f546" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/b5a453203114cc2284b1a614c4953456fbe4f546", + "reference": "b5a453203114cc2284b1a614c4953456fbe4f546", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "squizlabs/php_codesniffer": "^3.3.1" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", + "phpcompatibility/php-compatibility": "^9.0", + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Contributors", + "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" + } + ], + "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", + "keywords": [ + "phpcs", + "standards", + "wordpress" + ], + "time": "2020-02-04T02:52:06+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} From f49b0c043ad4aafaa8ceaf8d7e92cbab322b9798 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Fri, 6 Mar 2020 18:01:13 -1000 Subject: [PATCH 02/12] Tooling/PHPCS/Add initial ruleset. --- phpcs.xml.dist | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 phpcs.xml.dist diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..2c74120 --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,38 @@ + + + + Custom ruleset for AR/WP/Plugins + + + + + + + + + + + /vendor/* + + + /node_modules/* + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 540e44f21aad7ae09617fa2a30971e4d502d857c Mon Sep 17 00:00:00 2001 From: Archetyped Date: Fri, 6 Mar 2020 18:01:36 -1000 Subject: [PATCH 03/12] Git/Ignore `vendor` directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44c26ae..a0e3f08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode .sass-cache -node_modules/ \ No newline at end of file +node_modules/ +vendor/ \ No newline at end of file From 2e9169a01bf4d8a4bde6eec678a829d965f97393 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Sun, 8 Mar 2020 18:58:49 -1000 Subject: [PATCH 04/12] Tooling/PHPCS/Change from `WordPress` to `WordPress-Extra` ruleset Don't need `WordPress-Docs` ruleset yet. --- phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 2c74120..359edf6 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -25,7 +25,7 @@ - + From 59e257897c1ef547f24eac13ba68a3de09f24c26 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Sun, 8 Mar 2020 19:01:33 -1000 Subject: [PATCH 05/12] Tooling/PHPCS/Temporarily exclude rules. Excluded rules to be worked through and resolved (future). --- phpcs.xml.dist | 94 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 359edf6..fba2f76 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -28,11 +28,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + \ No newline at end of file From 1566e949dd83e7aae4b8b532c238a6075a050c97 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Sun, 8 Mar 2020 19:02:42 -1000 Subject: [PATCH 06/12] Tooling/PHPCS/Set minimum PHP version to 5.6 --- phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index fba2f76..abcf569 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -21,7 +21,7 @@ - + From 3ab0c63f613dfcd073d7ac91ec94f6f954d44961 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Sun, 8 Mar 2020 23:23:42 -1000 Subject: [PATCH 07/12] Tooling/PHPCS/Do not display sniff code in reports by default --- phpcs.xml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index abcf569..667db28 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -3,8 +3,8 @@ Custom ruleset for AR/WP/Plugins - - + + From e2d34d94142062c09a08b0caeb3f37b3a849400b Mon Sep 17 00:00:00 2001 From: Archetyped Date: Mon, 9 Mar 2020 11:10:44 -1000 Subject: [PATCH 08/12] PHP/Compat/Remove function argument type declarations not supported in PHP 5.6 * Types: `string` and `bool`. * Add: Data type validation checks for arguments performed where necessary. --- includes/class.field_base.php | 9 ++++++++- includes/class.fields.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/includes/class.field_base.php b/includes/class.field_base.php index 0f4fa2d..a62c29e 100644 --- a/includes/class.field_base.php +++ b/includes/class.field_base.php @@ -491,9 +491,16 @@ private function init_id_formats() { * @param bool $overwrite Optional. Overwrite existing format. Default false. * @return void */ - protected function add_id_format( string $name, array $options, bool $overwrite = false ) { + protected function add_id_format( $name, array $options, $overwrite = false ) { // Init ID formats before adding new ones. $this->init_id_formats(); + // Validate args. + $name = trim($name); + // Stop if name invalid. + if ( empty( $name ) ) { + return; + } + $overwrite = (bool) $overwrite; // Do not add format if name matches existing format (when overwriting not allowed). if ( ! $overwrite && in_array( $name, array_keys( $this->id_formats ) ) ) { return; diff --git a/includes/class.fields.php b/includes/class.fields.php index 816a08d..4435db5 100644 --- a/includes/class.fields.php +++ b/includes/class.fields.php @@ -390,7 +390,7 @@ function process_placeholder_loop($output, $item, $placeholder, $layout, $data) * * @return string Processed value. */ - function process_placeholder_data_ext( string $output, SLB_Field $item, array $placeholder, string $layout, array $data ) { + function process_placeholder_data_ext( $output, SLB_Field $item, array $placeholder, $layout, array $data ) { $key = ( isset( $placeholder['attributes']['id'] ) ) ? $placeholder['attributes']['id'] : false; if ( !! $key && isset( $data[ $key ] ) && is_scalar( $data[ $key ] ) ) { $output = strval( $data[ $key ] ); From 0044da7d726a4017cad4f9a8478af27fc7d7b0d6 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Mon, 9 Mar 2020 11:36:03 -1000 Subject: [PATCH 09/12] Meta/Update minimum supported PHP to v5.6.20 --- includes/class-requirements-check.php | 2 +- main.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/class-requirements-check.php b/includes/class-requirements-check.php index 63ec797..774a22b 100644 --- a/includes/class-requirements-check.php +++ b/includes/class-requirements-check.php @@ -34,7 +34,7 @@ class SLB_Requirements_Check { * @var array */ private $deps = array( - 'php' => '5.4', + 'php' => '5.6.20', ); /** diff --git a/main.php b/main.php index 6bee50b..834f924 100644 --- a/main.php +++ b/main.php @@ -11,7 +11,7 @@ * Description: The highly customizable lightbox for WordPress * Version: 0.0.0-dev * Requires at least: 5.3 - * Requires PHP: 7.2 + * Requires PHP: 5.6.20 * Text Domain: simple-lightbox * Domain Path: /l10n * Author: Archetyped diff --git a/readme.txt b/readme.txt index ccc87d8..09ad8b6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ License: GPLv2 Tags: lightbox, gallery, photography, images, theme, template, style Requires at least: 5.3 Tested up to: 5.3 -Requires PHP: 7.2 +Requires PHP: 5.6.20 Stable tag: trunk The highly customizable lightbox for WordPress From ef7a66a101b9a486aa0aad20d681dcb6e0ffae38 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Mon, 9 Mar 2020 13:37:07 -1000 Subject: [PATCH 10/12] GitHub/Add: Issue templates * Support Ticket * Feature Request * Feedback --- .github/ISSUE_TEMPLATE/0_support-ticket.md | 19 +++++++++++++++++ .github/ISSUE_TEMPLATE/1_feature-request.md | 23 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feedback.md | 10 +++++++++ 3 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/0_support-ticket.md create mode 100644 .github/ISSUE_TEMPLATE/1_feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/feedback.md diff --git a/.github/ISSUE_TEMPLATE/0_support-ticket.md b/.github/ISSUE_TEMPLATE/0_support-ticket.md new file mode 100644 index 0000000..3308ed4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0_support-ticket.md @@ -0,0 +1,19 @@ +--- +name: Support Ticket +about: Get support for an issue you are experiencing +title: "[Support] " +labels: support +assignees: '' + +--- + +## Description of Problem + + + +## Details + +* URL of Page exhibiting problem: +* Browser(s) exhibiting problem (Firefox, Chrome, etc.): +* Version of SLB Installed: +* Other plugins installed: diff --git a/.github/ISSUE_TEMPLATE/1_feature-request.md b/.github/ISSUE_TEMPLATE/1_feature-request.md new file mode 100644 index 0000000..a1c9284 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_feature-request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Enhance! Suggest an idea for SLB. +title: "[Request] " +labels: enhancement +assignees: '' + +--- + +## Description of feature + + + +## This feature would be used to + + + +## If you added this feature, I would: + +a) Eat my hat +b) Jump for joy +c) Shave my cat +d) All of the above diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 0000000..3bfbebb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -0,0 +1,10 @@ +--- +name: Feedback +about: Share your feedback +title: "[Feedback] " +labels: feedback +assignees: '' + +--- + + From 71fa994fd4c6165a30942abddbbf40adb5481c4f Mon Sep 17 00:00:00 2001 From: Archetyped Date: Mon, 9 Mar 2020 16:01:21 -1000 Subject: [PATCH 11/12] Update: Changelog for v2.8.1 --- changelog.txt | 6 ++++++ readme.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.txt b/changelog.txt index ddbd50f..4d2622a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ += 2.8.1 = + +* Update: PHP 5.6 Compatibility +* Add: PHPCS configuration +* Add: GitHub Issue templates + = 2.8.0 = * Update: WordPress 5.3+ required. diff --git a/readme.txt b/readme.txt index 09ad8b6..439b766 100644 --- a/readme.txt +++ b/readme.txt @@ -64,6 +64,12 @@ Get more information on [Simple Lightbox's official page](http://archetyped.com/ == Changelog == += 2.8.1 = + +* Update: PHP 5.6 Compatibility +* Add: PHPCS configuration +* Add: GitHub Issue templates + = 2.8.0 = * Update: WordPress 5.3+ required. From c661ac4bf6f0a45d19ede7024428617e7d7cdd32 Mon Sep 17 00:00:00 2001 From: Archetyped Date: Mon, 9 Mar 2020 16:05:55 -1000 Subject: [PATCH 12/12] Prep release (2.8.1) --- main.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.php b/main.php index 834f924..898f360 100644 --- a/main.php +++ b/main.php @@ -9,7 +9,7 @@ * Plugin Name: Simple Lightbox * Plugin URI: http://archetyped.com/tools/simple-lightbox/ * Description: The highly customizable lightbox for WordPress - * Version: 0.0.0-dev + * Version: 2.8.1 * Requires at least: 5.3 * Requires PHP: 5.6.20 * Text Domain: simple-lightbox diff --git a/package-lock.json b/package-lock.json index b0b5096..472be9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2175a10..e81a074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.8.1", "title": "Simple Lightbox", "description": "The highly-customizable lightbox for WordPress", "author": "Archetyped ",