From dd0716376692e77590535c3c2e433dc81d4b6864 Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Mon, 20 May 2024 14:20:04 +0530 Subject: [PATCH] changelog --- README.md | 4 +- changelog.txt | 3 + composer.lock | 250 +++++++++++++++---------------- languages/ocean-posts-slider.pot | 145 +++++++++--------- ocean-posts-slider.php | 15 +- readme.txt | 7 +- 6 files changed, 218 insertions(+), 206 deletions(-) diff --git a/README.md b/README.md index 0810c30..38fa3f8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **Contributors:** Nick **Requires at least:** WordPress 5.6 -**Tested up to:** WordPress 6.3.1 -**Stable tag:** 2.0.6 +**Tested up to:** WordPress 6.5.3 +**Stable tag:** 2.0.7 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/changelog.txt b/changelog.txt index 18b7ad7..5c99e59 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 2.0.7 - MAY 20 2024 = +- Updated: Compatibility: WordPress version number. + = 2.0.6 - SEP 6 2023 = - Updated: Compatibility: WordPress version number. diff --git a/composer.lock b/composer.lock index 2d16e3a..cbbcfc5 100644 --- a/composer.lock +++ b/composer.lock @@ -67,16 +67,16 @@ }, { "name": "gettext/gettext", - "version": "v4.8.8", + "version": "v4.8.12", "source": { "type": "git", "url": "https://github.com/php-gettext/Gettext.git", - "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d" + "reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/302a00aa9d6762c92c884d879c15d3ed05d6a37d", - "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d", + "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/11af89ee6c087db3cf09ce2111a150bca5c46e12", + "reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12", "shasum": "" }, "require": { @@ -128,7 +128,7 @@ "support": { "email": "oom@oscarotero.com", "issues": "https://github.com/oscarotero/Gettext/issues", - "source": "https://github.com/php-gettext/Gettext/tree/v4.8.8" + "source": "https://github.com/php-gettext/Gettext/tree/v4.8.12" }, "funding": [ { @@ -144,7 +144,7 @@ "type": "patreon" } ], - "time": "2022-12-08T11:59:50+00:00" + "time": "2024-05-18T10:25:07+00:00" }, { "name": "gettext/languages", @@ -222,16 +222,16 @@ }, { "name": "mck89/peast", - "version": "v1.15.1", + "version": "v1.16.2", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "cf06286910b7efc9dce7503553ebee314df3d3d3" + "reference": "2791b08ffcc1862fe18eef85675da3aa58c406fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/cf06286910b7efc9dce7503553ebee314df3d3d3", - "reference": "cf06286910b7efc9dce7503553ebee314df3d3d3", + "url": "https://api.github.com/repos/mck89/peast/zipball/2791b08ffcc1862fe18eef85675da3aa58c406fe", + "reference": "2791b08ffcc1862fe18eef85675da3aa58c406fe", "shasum": "" }, "require": { @@ -244,13 +244,12 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15.1-dev" + "dev-master": "1.16.2-dev" } }, "autoload": { "psr-4": { - "Peast\\": "lib/Peast/", - "Peast\\test\\": "test/Peast/" + "Peast\\": "lib/Peast/" } }, "notification-url": "https://packagist.org/downloads/", @@ -266,9 +265,9 @@ "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", - "source": "https://github.com/mck89/peast/tree/v1.15.1" + "source": "https://github.com/mck89/peast/tree/v1.16.2" }, - "time": "2023-01-21T13:18:17+00:00" + "time": "2024-03-05T09:16:03+00:00" }, { "name": "mustache/mustache", @@ -384,28 +383,28 @@ }, { "name": "phpcompatibility/phpcompatibility-paragonie", - "version": "1.3.2", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", - "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26" + "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/bba5a9dfec7fcfbd679cfaf611d86b4d3759da26", - "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac", + "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "paragonie/random_compat": "dev-master", "paragonie/sodium_compat": "dev-master" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || 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", @@ -435,22 +434,37 @@ ], "support": { "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", + "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy", "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" }, - "time": "2022-10-25T01:46:02+00:00" + "funding": [ + { + "url": "https://github.com/PHPCompatibility", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2024-04-24T21:30:46+00:00" }, { "name": "phpcompatibility/phpcompatibility-wp", - "version": "2.1.4", + "version": "2.1.5", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", - "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5" + "reference": "01c1ff2704a58e46f0cb1ca9d06aee07b3589082" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5", - "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/01c1ff2704a58e46f0cb1ca9d06aee07b3589082", + "reference": "01c1ff2704a58e46f0cb1ca9d06aee07b3589082", "shasum": "" }, "require": { @@ -458,10 +472,10 @@ "phpcompatibility/phpcompatibility-paragonie": "^1.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7" + "dealerdirect/phpcodesniffer-composer-installer": "^1.0" }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || 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", @@ -490,82 +504,37 @@ ], "support": { "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues", + "security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy", "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" }, - "time": "2022-10-24T09:00:36+00:00" - }, - { - "name": "rmccue/requests", - "version": "v1.8.1", - "source": { - "type": "git", - "url": "https://github.com/WordPress/Requests.git", - "reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/WordPress/Requests/zipball/82e6936366eac3af4d836c18b9d8c31028fe4cd5", - "reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5", - "shasum": "" - }, - "require": { - "php": ">=5.2" - }, - "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", - "php-parallel-lint/php-console-highlighter": "^0.5.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcompatibility/php-compatibility": "^9.0", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5", - "requests/test-server": "dev-master", - "squizlabs/php_codesniffer": "^3.5", - "wp-coding-standards/wpcs": "^2.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Requests": "library/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "ISC" - ], - "authors": [ + "funding": [ + { + "url": "https://github.com/PHPCompatibility", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, { - "name": "Ryan McCue", - "homepage": "http://ryanmccue.info" + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" } ], - "description": "A HTTP library written in PHP, for human beings.", - "homepage": "http://github.com/WordPress/Requests", - "keywords": [ - "curl", - "fsockopen", - "http", - "idna", - "ipv6", - "iri", - "sockets" - ], - "support": { - "issues": "https://github.com/WordPress/Requests/issues", - "source": "https://github.com/WordPress/Requests/tree/v1.8.1" - }, - "time": "2021-06-04T09:56:25+00:00" + "time": "2024-04-24T21:37:59+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.2", + "version": "3.9.2", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", + "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480", + "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480", "shasum": "" }, "require": { @@ -575,11 +544,11 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "bin": [ - "bin/phpcs", - "bin/phpcbf" + "bin/phpcbf", + "bin/phpcs" ], "type": "library", "extra": { @@ -594,42 +563,65 @@ "authors": [ { "name": "Greg Sherwood", - "role": "lead" + "role": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "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", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", "standards", "static analysis" ], "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, - "time": "2023-02-22T23:07:41+00:00" + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2024-04-23T20:25:34+00:00" }, { "name": "symfony/finder", - "version": "v6.2.5", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c" + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c", - "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c", + "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -657,7 +649,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.2.5" + "source": "https://github.com/symfony/finder/tree/v6.4.7" }, "funding": [ { @@ -673,20 +665,20 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:45:48+00:00" + "time": "2024-04-23T10:36:43+00:00" }, { "name": "wp-cli/i18n-command", - "version": "v2.4.2", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/wp-cli/i18n-command.git", - "reference": "43d5cf8968dbddf90907083ad048f12be5ca3d43" + "reference": "7538d684d4f06b0e10c8a0166ce4e6d9e1687aa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/43d5cf8968dbddf90907083ad048f12be5ca3d43", - "reference": "43d5cf8968dbddf90907083ad048f12be5ca3d43", + "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/7538d684d4f06b0e10c8a0166ce4e6d9e1687aa1", + "reference": "7538d684d4f06b0e10c8a0166ce4e6d9e1687aa1", "shasum": "" }, "require": { @@ -697,7 +689,7 @@ }, "require-dev": { "wp-cli/scaffold-command": "^1.2 || ^2", - "wp-cli/wp-cli-tests": "^3.1" + "wp-cli/wp-cli-tests": "^4" }, "suggest": { "ext-json": "Used for reading and generating JSON translation files", @@ -714,6 +706,7 @@ "i18n make-pot", "i18n make-json", "i18n make-mo", + "i18n make-php", "i18n update-po" ] }, @@ -739,9 +732,9 @@ "homepage": "https://github.com/wp-cli/i18n-command", "support": { "issues": "https://github.com/wp-cli/i18n-command/issues", - "source": "https://github.com/wp-cli/i18n-command/tree/v2.4.2" + "source": "https://github.com/wp-cli/i18n-command/tree/2.6.1" }, - "time": "2023-02-17T18:14:41+00:00" + "time": "2024-02-28T11:27:34+00:00" }, { "name": "wp-cli/mustangostang-spyc", @@ -796,16 +789,16 @@ }, { "name": "wp-cli/php-cli-tools", - "version": "v0.11.17", + "version": "v0.11.22", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", - "reference": "f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728" + "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728", - "reference": "f6be76b7c4ee2ef93c9531b8a37bdb7ce42c3728", + "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a6bb94664ca36d0962f9c2ff25591c315a550c51", + "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51", "shasum": "" }, "require": { @@ -813,7 +806,7 @@ }, "require-dev": { "roave/security-advisories": "dev-latest", - "wp-cli/wp-cli-tests": "^3.1.6" + "wp-cli/wp-cli-tests": "^4" }, "type": "library", "extra": { @@ -853,29 +846,28 @@ ], "support": { "issues": "https://github.com/wp-cli/php-cli-tools/issues", - "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.17" + "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.22" }, - "time": "2023-01-12T01:18:21+00:00" + "time": "2023-12-03T19:25:05+00:00" }, { "name": "wp-cli/wp-cli", - "version": "v2.7.1", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76" + "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76", - "reference": "1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/a339dca576df73c31af4b4d8054efc2dab9a0685", + "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685", "shasum": "" }, "require": { "ext-curl": "*", "mustache/mustache": "^2.14.1", "php": "^5.6 || ^7.0 || ^8.0", - "rmccue/requests": "^1.8", "symfony/finder": ">2.7", "wp-cli/mustangostang-spyc": "^0.6.3", "wp-cli/php-cli-tools": "~0.11.2" @@ -886,7 +878,7 @@ "wp-cli/entity-command": "^1.2 || ^2", "wp-cli/extension-command": "^1.1 || ^2", "wp-cli/package-command": "^1 || ^2", - "wp-cli/wp-cli-tests": "^3.1.6" + "wp-cli/wp-cli-tests": "^4.0.1" }, "suggest": { "ext-readline": "Include for a better --prompt implementation", @@ -899,7 +891,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8.x-dev" + "dev-main": "2.10.x-dev" } }, "autoload": { @@ -926,7 +918,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2022-10-17T23:10:42+00:00" + "time": "2024-02-08T16:52:43+00:00" }, { "name": "wp-coding-standards/wpcs", diff --git a/languages/ocean-posts-slider.pot b/languages/ocean-posts-slider.pot index e336bee..031cf5d 100644 --- a/languages/ocean-posts-slider.pot +++ b/languages/ocean-posts-slider.pot @@ -1,296 +1,301 @@ -# Copyright (C) 2023 OceanWP +# Copyright (C) 2024 OceanWP # This file is distributed under the same license as the Ocean Posts Slider plugin. msgid "" msgstr "" -"Project-Id-Version: Ocean Posts Slider 2.0.6\n" +"Project-Id-Version: Ocean Posts Slider 2.0.7\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ocean-posts-slider\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-09-06T05:26:26+00:00\n" +"POT-Creation-Date: 2024-05-20T05:40:35+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.7.1\n" +"X-Generator: WP-CLI 2.10.0\n" "X-Domain: ocean-posts-slider\n" #. Plugin Name of the plugin +#: C:/laragon/www/rc-owp/wp-content/plugins/ocean-posts-slider/ocean-posts-slider.php msgid "Ocean Posts Slider" msgstr "" #. Plugin URI of the plugin +#: C:/laragon/www/rc-owp/wp-content/plugins/ocean-posts-slider/ocean-posts-slider.php msgid "https://oceanwp.org/extension/ocean-posts-slider/" msgstr "" #. Description of the plugin +#: C:/laragon/www/rc-owp/wp-content/plugins/ocean-posts-slider/ocean-posts-slider.php msgid "Display your latest posts in a beautiful slider with different options." msgstr "" #. Author of the plugin +#: C:/laragon/www/rc-owp/wp-content/plugins/ocean-posts-slider/ocean-posts-slider.php msgid "OceanWP" msgstr "" #. Author URI of the plugin +#: C:/laragon/www/rc-owp/wp-content/plugins/ocean-posts-slider/ocean-posts-slider.php msgid "https://oceanwp.org/" msgstr "" #: includes/posts-slider.php:53 -#: ocean-posts-slider.php:525 +#: ocean-posts-slider.php:534 msgid "Read More" msgstr "" -#: ocean-posts-slider.php:247 +#: ocean-posts-slider.php:256 msgid "Posts Slider" msgstr "" -#: ocean-posts-slider.php:248 +#: ocean-posts-slider.php:257 msgid "Posts Slider Item" msgstr "" -#: ocean-posts-slider.php:249 +#: ocean-posts-slider.php:258 msgid "Add New" msgstr "" -#: ocean-posts-slider.php:250 -#: ocean-posts-slider.php:252 +#: ocean-posts-slider.php:259 +#: ocean-posts-slider.php:261 msgid "Add New Item" msgstr "" -#: ocean-posts-slider.php:251 +#: ocean-posts-slider.php:260 msgid "Edit Item" msgstr "" -#: ocean-posts-slider.php:253 +#: ocean-posts-slider.php:262 msgid "View Item" msgstr "" -#: ocean-posts-slider.php:254 +#: ocean-posts-slider.php:263 msgid "Search Items" msgstr "" -#: ocean-posts-slider.php:255 +#: ocean-posts-slider.php:264 msgid "No Items Found" msgstr "" -#: ocean-posts-slider.php:256 +#: ocean-posts-slider.php:265 msgid "No Items Found In Trash" msgstr "" -#: ocean-posts-slider.php:333 +#: ocean-posts-slider.php:342 msgid "Posts Slider Settings" msgstr "" -#: ocean-posts-slider.php:345 +#: ocean-posts-slider.php:354 msgid "General" msgstr "" -#: ocean-posts-slider.php:355 -#: ocean-posts-slider.php:653 +#: ocean-posts-slider.php:364 +#: ocean-posts-slider.php:662 msgid "Post Type" msgstr "" -#: ocean-posts-slider.php:356 +#: ocean-posts-slider.php:365 msgid "Select your post type to display in the slider." msgstr "" -#: ocean-posts-slider.php:372 +#: ocean-posts-slider.php:381 msgid "Limit by categories" msgstr "" -#: ocean-posts-slider.php:373 +#: ocean-posts-slider.php:382 msgid "Limit number of post by category." msgstr "" -#: ocean-posts-slider.php:375 +#: ocean-posts-slider.php:384 msgid "Only First post by categories" msgstr "" -#: ocean-posts-slider.php:376 +#: ocean-posts-slider.php:385 msgid "All post" msgstr "" -#: ocean-posts-slider.php:393 +#: ocean-posts-slider.php:402 msgid "Style" msgstr "" -#: ocean-posts-slider.php:394 +#: ocean-posts-slider.php:403 msgid "Select the slider style." msgstr "" -#: ocean-posts-slider.php:396 +#: ocean-posts-slider.php:405 msgid "One Image" msgstr "" -#: ocean-posts-slider.php:397 +#: ocean-posts-slider.php:406 msgid "Three Images" msgstr "" -#: ocean-posts-slider.php:414 +#: ocean-posts-slider.php:423 msgid "Number" msgstr "" -#: ocean-posts-slider.php:415 +#: ocean-posts-slider.php:424 msgid "Enter the number of posts to display." msgstr "" -#: ocean-posts-slider.php:435 +#: ocean-posts-slider.php:444 msgid "Number Per Slide" msgstr "" -#: ocean-posts-slider.php:436 +#: ocean-posts-slider.php:445 msgid "Enter the number of posts to display per slide." msgstr "" -#: ocean-posts-slider.php:456 +#: ocean-posts-slider.php:465 msgid "Size" msgstr "" -#: ocean-posts-slider.php:457 +#: ocean-posts-slider.php:466 msgid "Select the size of your images." msgstr "" -#: ocean-posts-slider.php:474 +#: ocean-posts-slider.php:483 msgid "Image Width" msgstr "" -#: ocean-posts-slider.php:475 +#: ocean-posts-slider.php:484 msgid "Enter your custom image width." msgstr "" -#: ocean-posts-slider.php:495 +#: ocean-posts-slider.php:504 msgid "Image Height" msgstr "" -#: ocean-posts-slider.php:496 +#: ocean-posts-slider.php:505 msgid "Enter your custom image height." msgstr "" -#: ocean-posts-slider.php:516 +#: ocean-posts-slider.php:525 msgid "Read More Text" msgstr "" -#: ocean-posts-slider.php:517 +#: ocean-posts-slider.php:526 msgid "Enter your custom text for the read more button." msgstr "" -#: ocean-posts-slider.php:532 +#: ocean-posts-slider.php:541 msgid "Slide" msgstr "" -#: ocean-posts-slider.php:542 +#: ocean-posts-slider.php:551 msgid "Margin" msgstr "" -#: ocean-posts-slider.php:543 +#: ocean-posts-slider.php:552 msgid "Add a space between the slider and your content. eg 0 0 20px 0 (top right bottom left)." msgstr "" -#: ocean-posts-slider.php:559 +#: ocean-posts-slider.php:568 msgid "Speed" msgstr "" -#: ocean-posts-slider.php:560 +#: ocean-posts-slider.php:569 msgid "Enter the transition speed of the slides." msgstr "" -#: ocean-posts-slider.php:579 +#: ocean-posts-slider.php:588 msgid "Posts" msgstr "" -#: ocean-posts-slider.php:589 +#: ocean-posts-slider.php:598 msgid "Include Cat" msgstr "" -#: ocean-posts-slider.php:590 +#: ocean-posts-slider.php:599 msgid "Enter the slug of your category to include, separate cat by commas." msgstr "" -#: ocean-posts-slider.php:606 +#: ocean-posts-slider.php:615 msgid "Exclude Cat" msgstr "" -#: ocean-posts-slider.php:607 +#: ocean-posts-slider.php:616 msgid "Enter the slug of your category to exclude, separate cat by commas." msgstr "" -#: ocean-posts-slider.php:623 +#: ocean-posts-slider.php:632 msgid "Order" msgstr "" -#: ocean-posts-slider.php:624 +#: ocean-posts-slider.php:633 msgid "Designates the ascending or descending order." msgstr "" -#: ocean-posts-slider.php:626 +#: ocean-posts-slider.php:635 msgid "Ascending Order" msgstr "" -#: ocean-posts-slider.php:627 +#: ocean-posts-slider.php:636 msgid "Descending Order" msgstr "" -#: ocean-posts-slider.php:645 +#: ocean-posts-slider.php:654 msgid "Order By" msgstr "" -#: ocean-posts-slider.php:646 +#: ocean-posts-slider.php:655 msgid "Sort retrieved posts by parameter." msgstr "" -#: ocean-posts-slider.php:648 +#: ocean-posts-slider.php:657 msgid "No Order" msgstr "" -#: ocean-posts-slider.php:649 +#: ocean-posts-slider.php:658 msgid "ID" msgstr "" -#: ocean-posts-slider.php:650 +#: ocean-posts-slider.php:659 msgid "Author" msgstr "" -#: ocean-posts-slider.php:651 +#: ocean-posts-slider.php:660 msgid "Title" msgstr "" -#: ocean-posts-slider.php:652 +#: ocean-posts-slider.php:661 msgid "Slug" msgstr "" -#: ocean-posts-slider.php:654 +#: ocean-posts-slider.php:663 msgid "Date" msgstr "" -#: ocean-posts-slider.php:655 +#: ocean-posts-slider.php:664 msgid "Modified" msgstr "" -#: ocean-posts-slider.php:656 +#: ocean-posts-slider.php:665 msgid "Parent" msgstr "" -#: ocean-posts-slider.php:657 +#: ocean-posts-slider.php:666 msgid "Random" msgstr "" -#: ocean-posts-slider.php:658 +#: ocean-posts-slider.php:667 msgid "Comment Count" msgstr "" -#: ocean-posts-slider.php:691 +#: ocean-posts-slider.php:700 msgid "Post" msgstr "" -#: ocean-posts-slider.php:738 +#: ocean-posts-slider.php:747 msgctxt "Image Size Control" msgid "Full" msgstr "" -#: ocean-posts-slider.php:739 +#: ocean-posts-slider.php:748 msgctxt "Image Size Control" msgid "Custom" msgstr "" -#: ocean-posts-slider.php:756 +#: ocean-posts-slider.php:765 msgid "Shortcode" msgstr "" diff --git a/ocean-posts-slider.php b/ocean-posts-slider.php index e9d27dc..cee9d3c 100644 --- a/ocean-posts-slider.php +++ b/ocean-posts-slider.php @@ -3,11 +3,11 @@ * Plugin Name: Ocean Posts Slider * Plugin URI: https://oceanwp.org/extension/ocean-posts-slider/ * Description: Display your latest posts in a beautiful slider with different options. - * Version: 2.0.6 + * Version: 2.0.7 * Author: OceanWP * Author URI: https://oceanwp.org/ * Requires at least: 5.6 - * Tested up to: 6.3.1 + * Tested up to: 6.5.3 * * Text Domain: ocean-posts-slider * Domain Path: /languages @@ -86,6 +86,14 @@ final class Ocean_Posts_Slider { */ public $plugin_path; + /** + * The plugin data. + * + * @var array + * @access public + */ + public $plugin_data; + // Admin - Start /** * The admin object. @@ -107,7 +115,8 @@ public function __construct( $widget_areas = array() ) { $this->token = 'ocean-posts-slider'; $this->plugin_url = plugin_dir_url( __FILE__ ); $this->plugin_path = plugin_dir_path( __FILE__ ); - $this->version = '2.0.6'; + $this->plugin_data = get_file_data( __FILE__, array( 'Version' => 'Version' ), false ); + $this->version = $this->plugin_data['Version']; register_activation_hook( __FILE__, array( $this, 'install' ) ); diff --git a/readme.txt b/readme.txt index 05aba80..b50e951 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: oceanwp, apprimit, wpfleek Tags: slider, posts slider, oceanwp Requires at least: 5.6 -Tested up to: 6.3.1 -Stable tag: 2.0.6 +Tested up to: 6.5.3 +Stable tag: 2.0.7 Requires PHP: 7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -33,6 +33,9 @@ This plugin will only work with the [OceanWP](https://oceanwp.org/) theme. == Changelog == += 2.0.7 - MAY 20 2024 = +- Updated: Compatibility: WordPress version number. + = 2.0.6 - SEP 6 2023 = - Updated: Compatibility: WordPress version number.