home/freeclou/optimyar/wp-content/plugins/code-snippets/readme.txt000075500000040145151104375700021510 0ustar00=== Code Snippets === Contributors: bungeshea, ver3, lightbulbman, 0aksmith, johnpixle, louiswol94, carolinaop Donate link: https://codesnippets.pro Tags: code, snippets, multisite, php, css License: GPL-2.0-or-later License URI: license.txt Stable tag: 3.9.1 Tested up to: 6.8.2 An easy, clean and simple way to enhance your site with code snippets. == Description == **✂ Code Snippets** provides an effortless way to enhance your WordPress site. **🚀 Upgrade to Code Snippets Pro** for complete CSS, JavaScript, Gutenberg, Elementor and cloud synchronisation integrations. **[Elevate your snippets experience now!](https://codesnippets.pro/pricing)** Say goodbye to the hassle of tweaking your theme's `functions.php` file and downloading endless plugins – Code Snippets simplifies the process! A snippet is like a mini-plugin for your WordPress site, providing added functionality without the clutter. Unlike other solutions that involve dumping code into your `functions.php` file, Code Snippets offers an intuitive graphical interface for seamless integration and real-time execution. Managing snippets is as easy as activating and deactivating plugins, only without the bloat and overhead. **🎥 Watch a quick overview by Imran Siddiq:** https://youtu.be/uzND-wdSCMQ ☁️ Each copy of Code Snippets includes full integration with the community-powered [Code Snippets Cloud](https://codesnippets.cloud/) platform, providing easy access to hundreds of tweaks and enhancements ready to power-up any WordPress site. **🌐 Connect with us:** * [Support Forum](https://wordpress.org/support/plugin/code-snippets) * [Facebook Community](https://facebook.com/groups/codesnippetsplugin) * [Discord Community](https://snipco.de/discord) * [GitHub Repository](https://github.com/codesnippetspro/code-snippets) 🌟 Like our plugin? Find it useful? Please consider sharing your experience by [leaving a review on WordPress.org](https://wordpress.org/support/view/plugin-reviews/code-snippets). Your feedback is instrumental to shaping our future growth! 🌍 We'd like to thank the wonderful people who have helped contribute translations to allow Code Snippets to be used in different languages. [You can find a full list here](https://github.com/codesnippetspro/code-snippets/blob/core/CREDITS.md#translators). == Installation == = Automatic installation = 1. Log into your WordPress admin 2. Click __Plugins__ 3. Click __Add New__ 4. Search for __Code Snippets__ 5. Click __Install Now__ under "Code Snippets" 6. Activate the plugin = Manual installation = 1. Download the plugin 2. Extract the contents of the zip file 3. Upload the contents of the zip file to the `wp-content/plugins/` folder of your WordPress installation 4. Activate the Code Snippets plugin from 'Plugins' page. Network Activating Code Snippets through the Network Dashboard will enable a special interface for running snippets across the entire network. == Frequently Asked Questions == A full list of our Frequently Asked Questions can be found at [help.codesnippets.pro](https://help.codesnippets.pro/collection/3-faq). = How can I recover my site if it is crashed by a buggy snippet? = You can recover your site by enabling the Code Snippets safe mode feature. Instructions for how to turn it on are available here: . = Will I lose my snippets if I change the theme or upgrade WordPress? = No, the snippets are stored in the WordPress database, independent of the theme and unaffected by WordPress upgrades. = Can the plugin be completely uninstalled? = If you enable the 'Complete Uninstall' option on the plugin settings page, Code Snippets will clean up all of its data when deleted through the WordPress 'Plugins' menu. This includes all stored snippets. If you would like to preserve the snippets, ensure they are exported first. = Can I copy snippets that I have created to another WordPress site? = Yes! You can individually export a single snippet using the link below the snippet name on the 'Manage Snippets' page or bulk export multiple snippets using the 'Bulk Actions' feature. Snippets can later be imported using the 'Import Snippets' page by uploading the export file. = Can I export my snippets to PHP for a site where I'm not using the Code Snippets plugin? = Yes. Click the checkboxes next to the snippets you want to export, and then choose **Export to PHP** from the Bulk Actions menu and click Apply. The generated PHP file will contain the exported snippets' code, as well as their name and description in comments. = Can I run network-wide snippets on a multisite installation? = You can run snippets across an entire multisite network by **Network Activating** Code Snippets through the Network Dashboard. You can also activate Code Snippets just on the main site, and then individually on other sites of your choice. = Where are the snippets stored in my WordPress database? = Snippets are stored in the `wp_snippets` table in the WordPress database. The table name may differ depending on what your table prefix is set to. = Where can I go for help or suggest new features? = You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/codesnippetspro/code-snippets). = How can I help contribute to the development of the Code Snippets plugin? = The best way to do this is to fork the [repository on GitHub](https://github.com/codesnippetspro/code-snippets) and send a pull request. = How can I report security bugs found in this plugin? = You can report security bugs found in the source code of this plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/code-snippets). The Patchstack team will assist with verification, triage, and notification of security vulnerabilities. == Screenshots == 1. Managing existing snippets 2. Adding a new snippet 3. Editing a snippet 4. Importing snippets from an export file == Changelog == = 3.9.1 (2025-11-14) = __Changed__ * Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling * Updated dependencies to the latest compatible versions __Fixed__ * Fixed TinyMCE menu button registration to prevent initialization failure * Fixed the position of the 'code direction' control in the editor = 3.9.0 (2025-11-13) = __Added__ * Added contextual notices in the Snippets list table to surface action results and warnings in the UI * Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing __Changed__ * Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling) __Fixed__ * Fixed REST API pagination to return correct results and page counts * Resolved styling selector so the active snippet name highlights reliably = 3.8.2 (2025-10-31) = __Fixed__ * Improved namespaced PHP snippet handling with file based execution. = 3.8.1 (2025-10-28) = __Added__ * Code line explanation widget with apply and remove actions for AI-generated comments. (PRO) __Changed__ * Improved pagination handling and display structure for cloud search results. (PRO) * Enhanced styling for codevault rows and inactive tabs in cloud interface. (PRO) __Removed__ * Removed `guzzlehttp/guzzle` dependency to reduce package conflicts. (PRO) __Fixed__ * Improved file-based snippet handling for multisite installations. = 3.8.0 (2025-10-24) = __Added__ * @CarolinaOP and @louiswol94 join the team as plugin contributors. * File-based execution mode for snippets (Optional in Plugin Settings). * Version switch option, to help easily rollback the plugin to an earlier release. * Minor UI improvements to the editor and sidebar. __Changed__ * Prefixed Composer packages to reduce collisions with other plugins. * Snippets REST API now supports pagination via page and per_page query parameters. * Improved editor preview behavior. __Fixed__ * Fixed issues with snippet evaluation and front-end initialization in edge cases. * Improved reliability of snippet evaluation. * JavaScript and CSS snippets loading twice due to a conditions bug. (PRO) * Fixed issue where some conditions didn’t work due to loading before the loop. (PRO) = 3.7.0 (2025-08-29) = __Added__ * New 'conditions' feature: control where and when snippets execute with a powerful logic builder. (PRO) __Changed__ * Redesigned edit menu with refreshed look and functionality. * Updated snippet type badges to be more visually distinct. * Redesigned tooltips used throughout the plugin. * Moved content snippet shortcode options into separate modal window. * Updated snippet tag editor to use built-in WordPress tag editor. * Created proper form for sharing beta feedback. * Improved UX of snippet activation toggle. __Fixed__ * Fetching active snippets on a multisite network now respects the 'priority' field above all else when ordering snippets. * Cloud search appears correctly and allows downloading snippets in the free version of Code Snippets. * Improved performance of loading admin menu icon. = 3.6.9 (2025-02-17) = __Changed__ * Updated `Cloud_API::get_bundles()` to properly check bundle data and return an empty array if no valid bundles are present. * Refactored `Cloud_List_Table::fetch_snippets()` to always return a valid `Cloud_Snippets` instance. * Cleaned up bundle iteration code and improved translation handling in the bundles view. __Fixed__ * Fixed errors in bundle iteration by adding a check for the bundles array before iterating. = 3.6.8 (2025-02-14) = __Added__ * `code_snippets/hide_welcome_banner` filter hook for hiding welcome banner in dashboard. __Changed__ * Updated Freemius SDK to the latest version. (PRO) __Removed__ * Functionality allowing `[code_snippet]` shortcodes to be embedded recursively – it will be re-added in a future version. __Fixed__ * Shortcodes embedded within `[code_snippet]` shortcodes not evaluating correctly. * Translation functions being called too early in some instances when loading plugin settings. * 'Generate' button not appearing on some sites. (PRO) * Incorrect arrow entity used in cloud list table (props to [brandonjp]). * Removed reference to missing plugins.css file in core plugin version. = 3.6.7 (2025-01-24) = __Added__ * Generated snippet shortcode tags will include the snippet name, for easier identification. * Admin notices will dismiss automatically after five seconds. ([#208](https://github.com/codesnippetspro/code-snippets/issues/208)) __Changed__ * Updated CSS to use latest Sass features. * Moved theme selector to just above editor preview on settings page (thanks to brandonjp). ([#206](https://github.com/codesnippetspro/code-snippets/issues/206)) * `[code_snippet]` shortcodes can now be nested within each other. ([#198](https://github.com/codesnippetspro/code-snippets/issues/198)) __Fixed__ * Save buttons above editor did not follow usual validation process in Pro. (PRO) ([#197](https://github.com/codesnippetspro/code-snippets/issues/197)) * Minor inconsistencies in consistent UI elements between Core and Pro. * Tags input not allowing input. ([#211](https://github.com/codesnippetspro/code-snippets/issues/211)) * Issue with Elementor source code widget. (PRO) ([#205](https://github.com/codesnippetspro/code-snippets/issues/205)) * Snippet descriptions not visible when viewing cloud search results. * Snippet import page not displaying number of successfully imported snippets. * Use UTC time when deciding when to display campaign notices. = 3.6.6.1 (2024-11-27) = __Fixed__ * Redeployment of v3.6.6 to overcome issue with initial build. * Type issue when caching cloud links. (PRO) = 3.6.6 (2024-11-27) = __Changed__ * Improved compatability with modern versions of PHP. * Extended welcome API to include admin notices. __Fixed__ * Memory issue from checking aggregate posts while loading front-end syntax highlighter. * Translation functions being called too early on upgrade, resulting in localisation loading errors. * Bug preventing the 'share on network' status of network snippets from correctly updating. * Incorrect logic controlling when to display 'Save Changes' or 'Save Changes and Activate' buttons. * Old notices persisting when switching between editing and creating snippets. = 3.6.5.1 (2024-05-24) = * Redeployment of v3.6.5 to overcome issue with initial build. = 3.6.5 (2024-05-24) = __Added__ * New admin menu providing useful resources and updates on the Code Snippets plugin and community. = 3.6.4 (2024-03-15) = __Added__ * AI generation for all snippet types: HTML, CSS, JS. (PRO) * Button to create a cloud connection directly from the Snippets menu when disconnected. (PRO) __Changed__ * Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO) * UX in generate dialog, such as allowing 'Enter' to submit the form. (PRO) __Fixed__ * Minor type compatability issue with newer versions of PHP. * Undefined array key issue when initiating cloud sync. (PRO) * Bug preventing downloading a single snippet from a bundle. (PRO) * Translations not loading for strings in JavaScript files. = 3.6.3 (2023-11-13) = __Added__ * Added debug action for resetting snippets caches. __Fixed__ * Import error when initialising cloud sync configuration. (PRO) = 3.6.2 (2023-11-11) = __Removed__ * Removed automatic encoding of code content. __Fixed__ * Error when attempting to save shared network snippets marked as active. * Type error when rendering checkbox fields without a stored or default value. * Label for snippet sharing input incorrectly linked to input field. * Error when attempting to download export files from Edit menu. * Issue loading Freemius string overrides too early. (PRO) * Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO) * Import error when attempting to completely uninstall the plugin. = 3.6.1 (2023-11-07) = __Fixed__ * Issue accessing fields on Snippets class. = 3.6.0 (2023-11-07) = __Added__ * Ability to authenticate with Code Snippets Cloud using OAuth. (PRO) * Integration with GPT AI for generating snippets. (PRO) * Ability to generate line-by-line descriptions of snippet code with GPT AI. (PRO) * Ability to generate tags and description text from existing snippet code with GPT AI. (PRO) * Added debug settings menu for manually performing problem-solving actions. * Filter to disable scroll-into-view functionality for edit page notices. __Changed__ * Updated minimum PHP requirement to 7.4. * Ensure that the URL of the edit snippet page changes when adding a new snippet. * Snippet tags will automatically be added when focus is lost on the tags field. __Fixed__ * Moved active status border on edit name field to left-hand side. * New notices will not scroll if already at top of page. * Potential CSRF vulnerability allowing an authenticated user to reset settings. = 3.5.1 (2023-09-15) = __Fixed__ * Undefined array key error when accessing plugin settings page. (PRO) * Issue registering API endpoints affecting edit post screen. (PRO) * Snippet ID instead of snippet object being passed to `code_snippets/update_snippet` action hook. = 3.5.0 (2023-09-13) = __Added__ * Support for the Code Snippets Cloud API. * Search and download public snippets. * Codevault back-up and synchronisation. (PRO) * Synchronised local snippets are automatically updated in Cloud. (PRO) * Bulk actions - 'update' and 'download'. * Download snippets from public and private codevaults. (PRO) * Search and download any publicly viewable snippet in Code Snippet Cloud by keyword or name of codevault. (PRO) * Deploy snippets to plugin from Code Snippets Cloud app. (PRO) * Bundles of Joy! Search and download Snippet Bundles in one go direct from Code Snippets Cloud. (PRO) __Changed__ * Redirect to snippets table when deleting snippet from the edit menu. * Scroll new notices into view on edit menu. __Fixed__ * Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)] **[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/core/CHANGELOG.md)** home/freeclou/optimyar/wp-content/plugins/wp-parsidate/readme.txt000075500000023375151117152360021340 0ustar00=== پارسی دیت – Parsi Date === Contributors: lord_viper, man4toman, parselearn, yazdaniwp, saeedfard, iehsanir, wordpress-parsi Donate link: https://wp-parsi.com/support/ Tags: shamsi, persian, jalali, ووکامرس, woocommerce Requires at least: 5.3 Tested up to: 6.8 Stable tag: 5.1.8 License: GPLv3 Persian date support for WordPress == Description == ParsiDate is a powerful plugin developed by Persian contributors to enhance the WordPress experience for Farsi users. It provides full support for the Shamsi (Jalali) calendar across the WordPress dashboard and front-end, fixes character display issues, and improves Right-to-Left (RTL) compatibility. With seamless integration into core features and popular plugins like WooCommerce and Gravity Forms, ParsiDate makes managing Persian websites easier and more professional. List of some features: * Shamsi (Jalali) day-picker in Block Editor (Gutenberg) * Shamsi (Jalali) jQuery UI date-picker * Shamsi (Jalali) dates in posts, pages, comments, archives, categories, search results, and permalinks * Full WooCommerce support (checkout fields, orders, reports, widgets, and date-pickers) * Shamsi (Jalali) dates in admin sections: post list, comment list, page list, and Quick Edit panels * Shamsi (Jalali) calendar widget and archive widget * RTL and fixed TinyMCE editor for a better writing experience * Add Persian features to WooCommerce * Advanced compatibility with ACF (Advanced Custom Fields) * Powerful and fast function for fixing Arabic (ي , ك) to Persian (ی , ک) * Automatic conversion of English numbers to Persian numbers * Lightweight and optimized for low resource usage * [WP-Planet.ir](https://wp-planet.ir) Widget == Installation == 1. Upload plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. To use the archives widget, go to 'Widgets' and choose 'بایگانی تاریخ خورشیدی' 4. To use the calender widget, go to 'Widgets' and choose 'گاه‌شمار تاریخ خورشیدی' == Screenshots == 1. Plugin main settings 2. Conversions settings 3. Tools 4. Other plugin compatibility 5. Persian date picker in WooCommerce 6. Persian date type in ACF == Changelog == = 5.1.8 = * Improved multilingual compatibility * Added compatibility with Ultimate Dashboard * Major update to Rank Math compatibility * Fixed an issue with the Parsian Gateway * Fixed Wazir font compatibility * Made general enhancements to the core and UI = 5.1.7 = * Fix date format in ISO 8601 * Update dashboard.css * Fix postalCode Validate * Fix editor rtl * Fix show gateway logo * Central Gateways Method * Fix Mellat Gateway + Support Block API * Add Melli Gateway + Support Block API * Fixes Media view Select box and returns in Jalali Format Date * Compatible with Sales Countdown Timer plugin * Fix block editor datepicker wrong date = 5.1.6 = * Some additional/unused options have been removed * The sponsors widget loading mechanism has been optimized = 5.1.5 = * Revert 'wpp_fix_post_time' and 'wpp_fix_post_date' to fix recent date time issue = 5.1.4 = * Fix NuSoap Required file Path * Fix wp_kses allowed html * Fix the time hook = 5.1.3 = * Fix convert order date to Gregorian in edit order screen * Update fixes-dates.php * Warning REQUEST Params in PHP * Fix: Translations not loading * Fix: The posting time of posts in the block editor * Fix some reported bugs = 5.1.2 = * Fix some reported bugs * Fix security issue * Fix translation problem in new version of WordPress = 5.1.1 = * Fix Woo mails dates direction * Fix Fatal error in Woo product edit screen * Fix in_array() fetal error in 8.1 * Remove error_log = 5.1.0 = * HPOS compatible * Block-based gateways Woocommerce * Iranian cities for Woocommerce * Persian datepicker in Block editor * Fixed conflict with Jetpack. * Resolved dashboard page warning. * Addressed conflict with DATE_W3C format. * Fixed date problem in comments feed. * Resolved error while saving ACF fields. * Fixed "Undefined index: date_i18n" notice. * Addressed notice error in archive.php pages. * Resolved conflicts with RevSlider. * Fixed date conversion problem in WordPress 5.3. * Addressed conflict with get_the_modified_date. * Fixed Parsi Widget error. * Resolved "Undefined index: wp_date" notice in disable.php. * Fixed WooCommerce order detail issue. * Addressed conflict with Polylang and WPML. * Fixed duplicate activity date in the dashboard. * Resolved type error in editor date picker. * Fixed direction problem in the legacy editor. * Corrected wrong callback in get_the_time hook. * Addressed default timezone problem. * Displaying "@" instead of "at" in the Jalali version. * Added Persian numbers in WooCommerce prices. * Improved support for Persian dates in WooCommerce. * Added Persian date picker in WooCommerce. * Added ACF Parsi date. * Mini support for WPML and Polylang. * Updated calendar widgets. * Updated attachments filter dropdown. * New looks and feels for the settings panel. * Added Vazir font to the admin area. * Fix convert order date to Gregorian in edit order screen. * Compatiblity with WordPress 6.5x and WooCommerce 8.7x. = 4.0.0 = * This release contains huge bug fix: - Conflict with jetpack - Dashboard page warrning - Conflict with DATE_W3C format - Date problem in comments feed - Error while save ACF fields - Notice: Undefined index: date_i18n - Notice error in archive.php pages - RevSlider conflicts - Date convertion problem in WordPress 5.3 - Conflict with get_the_modified_date - Parsi Widget error - Notice: Undefined index: wp_date, disable.php - WooCommerce order detail fix - Conflict with polylang and wpml - Duplicate activity date in dashbaord - Type error in editor datepicke - Direction problem in legacy editor - Wrong callback in get_the_time hook - Default timezone problem * Displaying "@" instead of "at" in Jalali version * Persian number in WooCommerce prices * Better support of Persian date in WooCommerce * Persian datepicker in WooCommerce * ACF Parsi date * Mini support of WMPL and Polylang * Update Calendar widgets * Update attachments filter dropdown * New looks and feels of settings panel * Add Vazir font to admin area = 3.0.3 = * Fix widgets fatal errors * Fix get_post_modified_time output * Replace @ with persian character in edit posts * Fix notice in disable section = 3.0.2 = * Now we support WordPress 5.3! * Replace/add wp_date instead old function * Small fix in Woocommerce dates * Fix date in media files * All core codes cleaned and beautified = 3.0.1 = * The Woocommerce hook has been temporarily disabled = 3.0.0 = * Added Shamsi (Jalali) day-picker in Block Editor (Gutenberg) * Added Shamsi (Jalali) jQuery UI date-picker = 2.4 = * Fix for admin_posts_where * Added new version of planet on dashboard * New fixes for dates * Fix month in permalink * New fix for hook disabler = 2.3.4 = * Fix diagnosis leap year function ( WPP_ParsiDate::IsLeapYear() ) = 2.3.3 = * Fix WooCommerce Sale Price Dates (From/To) = 2.3.2 = * Change date based on WordPress language (Persian/Farsi) * Compatible with WP Multilingual plugin (WPML) = Development Log * Fix Wrong usage of $wp_query in posts_where filter that create "old posts" issue in WP_Query! = 2.3.1 = * Fix date picker's month dropdown bug in admin edit post. [#issue](https://github.com/wordpress-parsi/wp-parsidate/issues/5) = 2.3.0.2 = * Fix set editor font css = 2.3 = * Add [WP-Planet.ir](https://wp-planet.ir) widget * Fix some bug = 2.2.3 = * Conflict timezone with wordpress default timezone [#issue](https://github.com/wordpress-parsi/wp-parsidate/issues/1) = 2.2.2 = * Fix error in PHP 7 = 2.2.1 = * Compatible with WP 4.7 * Fixed: Notice error in acf group page. [#issue](https://wordpress.org/support/topic/need-a-conditional-for-posts-in-wpp_fix_post_date-function/) * Fixed: Undefined variable `$predate` error in admin lists-fix.php [#issue](https://wordpress.org/support/topic/undefined-variable-predate-in-admin-lists-fix-php/) * Fixed by: [Mostafa Soufi](https://profiles.wordpress.org/mostafas1990/) = 2.2 = * Fixed: Widgets bug causes Deprecated notices in WordPress >= 4.3 * Fixed: the_modified_date() is now in Shamsi. [Reported by Amirhossein Habibi] * New: Added EDD support to convert prices digits in Persian digits. = 2.1.7 = * Fixed timezone bug [Reported by HANNANStd] * Paragraph style returned to its previous style [Reported by WP-Parsi community] = 2.1.6 = * Fixed assets folder issue with community. = 2.1.5 = * Added "Droid Sans" & "Roboto" font family to back-end environment & editor by default, also an option for returning that * Added an option for moving menu item to submenu * Fixed timezone bug that was set to "Asia/Tehran" by default * Cleaned codes and documentation = 2.1.2 = * Admin menu problem fixed = 2.1.2 = * Fix Broken Plugins Update Link (Farsi Locale) = 2.1.1 = * Fix Post permalink with custom structure (%category%/%postname%/) = 2.1 = * Post Permalink Fixed * WordPress SEO OpenGraph Dates fixed * WooCommerce order detail date fixed * New option for set locale in plugin page settings * LTR post editor text mode = 2.0.0-alpha = * Fully recorded! * WordPress languages (Persian) files removed * Persian calendar widget added * Performance enhanced * Woocommerce prices problem fixed = 1.3.5 = * Wordpress 4.0 ready * languages updated = 1.3.4 = * unix timstamp problems fixed * languages fixed * core functions improved = 1.3.3 = * editor problems fixed = 1.3.2 = * update language files = 1.3.1 = * tested on wordpress 3.9 * added new language files = 1.3 = * core function enhanced * some date function problem fixed = 1.2 = * fix memory error * fix post_where hook = 1.1 = * Fix TinyMce text direction * Fix sitemaps date problems * New features on plugin settings * Add persian numbers on the_excerpt function * Some bugfixs on core functions = 1.0 = * Hello world...