Changeset 2678219
- Timestamp:
- 02/14/2022 06:28:17 AM (4 years ago)
- Location:
- wphindi/trunk
- Files:
-
- 4 edited
-
changelog.md (modified) (5 diffs)
-
constant.php (modified) (1 diff)
-
readme.txt (modified) (7 diffs)
-
zozuk-translator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wphindi/trunk/changelog.md
r2372301 r2678219 1 1 # Changelog 2 2 All notable changes to this project will be documented in this file. 3 4 ## [2.3.1] - 14-Feb-2022 5 * Updated Tested up to headers 3 6 4 7 ## [2.3.0] - 31-Aug-2020 … … 25 28 * Migrated to WPHindi_Writer from transliterator. 26 29 27 ## Removed 30 ## Removed 28 31 * Transliterator class. 29 32 … … 55 58 * Old blocks became incompatible after save. 56 59 57 ### Added 60 ### Added 58 61 * Text alignment toolbar. 59 62 … … 68 71 ## [1.0.5] - 20-Aug-19 69 72 ### Added 70 * Feedback form on plugin deactivation 73 * Feedback form on plugin deactivation 71 74 72 75 ## [1.0.4] - 15-Aug-2019 … … 80 83 ## [1.0.2] - 14-Aug-2019 81 84 82 ### Changed 85 ### Changed 83 86 * Renamed transliteration toggle buttons 84 87 -
wphindi/trunk/constant.php
r2372301 r2678219 5 5 define('WPHINDI_CORE_URL', plugin_dir_url(__FILE__)); 6 6 7 define('WPHINDI_VERSION', "2.3. 0");7 define('WPHINDI_VERSION', "2.3.1"); -
wphindi/trunk/readme.txt
r2372301 r2678219 4 4 Contributors: zozuk1,sudhanshur 5 5 Donate link: https://www.zozuk.com/donate/ 6 Tags: Hindi, Typing, Transliteration, Hinglish, Writing 6 Tags: Hindi, Typing, Transliteration, Hinglish, Writing 7 7 Requires at least: 5.0 8 Tested up to: 5. 58 Tested up to: 5.8 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later … … 25 25 Tired of using third party tools outside WordPress and then copy pasting content? WPHindi solves this problem by giving you the ability to type in Hindi inside your WordPress editor. 26 26 27 = Flexible to use = 28 WPHindi supports both Classic as well as Gutenberg editors. 27 = Flexible to use = 28 WPHindi supports both Classic as well as Gutenberg editors. 29 29 * Classic Editor : Just install the plugin and you can start using it. 30 30 * Gutenberg Editor : WPHindi provides you its own block in the new Gutenberg editor. Select the block and start using it. 31 31 32 32 == Installation == 33 34 Installing the plugin is extremely simple. 33 34 Installing the plugin is extremely simple. 35 35 * Download the plugin from the WordPress repository 36 36 * Upload the '.zip' file using WordPress's plugin uploader and activate it to start using it. 37 * Use Enable/Disable button inside WordPress editor to enable or disable Hindi typing inside WordPress. 37 * Use Enable/Disable button inside WordPress editor to enable or disable Hindi typing inside WordPress. 38 38 39 39 == Frequently Asked Questions == … … 42 42 Use the 'Disable WPHindi' to Disable and 'Enable WPHindi' button to enable the plugin functionality. This button is found on the post & page editor screen. 43 43 44 = Can I use this plugin in Classic editor? = 44 = Can I use this plugin in Classic editor? = 45 45 Yes. WPHindi fully supports Classic editor. You can type in Hindi inside the Classic WordPress Editor. 46 46 47 = Can I use this plugin in Block editor? = 47 = Can I use this plugin in Block editor? = 48 48 Yes. WPHindi fully supports the new Block/Gutenberg editor. You can type in Hindi inside the Gutenberg Editor. 49 49 … … 53 53 2. Editing in Gutenberg. 54 54 3. Editing in Classic editor 55 55 56 56 == Upgrade Notice == 57 57 58 58 == Changelog == 59 60 = 2.3.1 = 61 * Updated Tested up to headers 59 62 60 63 = 2.3.0 = … … 64 67 * Added site url field on feedback screen 65 68 66 = 2.2.0 = 69 = 2.2.0 = 67 70 * New feedback interface 68 71 … … 88 91 * Fixed static resource caching issue on plugin update. 89 92 90 = 1.3.0 = 93 = 1.3.0 = 91 94 * Added block transformation from paragraph block. 92 95 * Fixed new block creation in Gutenberg Zen Mode. … … 103 106 104 107 = 1.0.5 = 105 * Added feedback form on plugin deactivation 108 * Added feedback form on plugin deactivation 106 109 107 110 = 1.0.4 = -
wphindi/trunk/zozuk-translator.php
r2372301 r2678219 1 1 <?php 2 2 /* 3 3 4 4 Plugin Name: WPHindi - Type in Hindi in WordPress 5 5 Description: Type in Hindi inside WordPress. Hello -> हेलो. WPHindi helps you save time by letting you type inside Classic Editor and Gutenberg in Hindi. 6 6 Author: Zozuk 7 7 Author URI: https://www.zozuk.com 8 Version: 2.3. 08 Version: 2.3.1 9 9 Requires at least: 5.0 10 10 11 11 */ 12 12 include(plugin_dir_path(__FILE__).'constant.php');
Note: See TracChangeset
for help on using the changeset viewer.