Plugin Directory

Changeset 2678219


Ignore:
Timestamp:
02/14/2022 06:28:17 AM (4 years ago)
Author:
zozuk1
Message:

Release 2.3.1

Location:
wphindi/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wphindi/trunk/changelog.md

    r2372301 r2678219  
    11# Changelog
    22All 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
    36
    47## [2.3.0] - 31-Aug-2020
     
    2528* Migrated to WPHindi_Writer from transliterator.
    2629
    27 ## Removed 
     30## Removed
    2831* Transliterator class.
    2932
     
    5558* Old blocks became incompatible after save.
    5659
    57 ### Added 
     60### Added
    5861* Text alignment toolbar.
    5962
     
    6871## [1.0.5] - 20-Aug-19
    6972### Added
    70 * Feedback form on plugin deactivation 
     73* Feedback form on plugin deactivation
    7174
    7275## [1.0.4] - 15-Aug-2019
     
    8083## [1.0.2] - 14-Aug-2019
    8184
    82 ### Changed 
     85### Changed
    8386* Renamed transliteration toggle buttons
    8487
  • wphindi/trunk/constant.php

    r2372301 r2678219  
    55define('WPHINDI_CORE_URL', plugin_dir_url(__FILE__));
    66
    7 define('WPHINDI_VERSION', "2.3.0");
     7define('WPHINDI_VERSION', "2.3.1");
  • wphindi/trunk/readme.txt

    r2372301 r2678219  
    44Contributors: zozuk1,sudhanshur
    55Donate link: https://www.zozuk.com/donate/
    6 Tags: Hindi, Typing, Transliteration, Hinglish, Writing 
     6Tags: Hindi, Typing, Transliteration, Hinglish, Writing
    77Requires at least: 5.0
    8 Tested up to: 5.5
     8Tested up to: 5.8
    99Requires PHP: 5.6
    1010License: GPLv2 or later
     
    2525Tired 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.
    2626
    27 = Flexible to use = 
    28 WPHindi supports both Classic as well as Gutenberg editors. 
     27= Flexible to use =
     28WPHindi supports both Classic as well as Gutenberg editors.
    2929* Classic Editor : Just install the plugin and you can start using it.
    3030* Gutenberg Editor : WPHindi provides you its own block in the new Gutenberg editor. Select the block and start using it.
    3131
    3232== Installation ==
    33  
    34 Installing the plugin is extremely simple. 
     33
     34Installing the plugin is extremely simple.
    3535* Download the plugin from the WordPress repository
    3636* 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.
    3838
    3939== Frequently Asked Questions ==
     
    4242Use the 'Disable WPHindi' to Disable and 'Enable WPHindi' button to enable the plugin functionality. This button is found on the post & page editor screen.
    4343
    44 = Can I use this plugin in Classic editor? = 
     44= Can I use this plugin in Classic editor? =
    4545Yes. WPHindi fully supports Classic editor. You can type in Hindi inside the Classic WordPress Editor.
    4646
    47 = Can I use this plugin in Block editor? = 
     47= Can I use this plugin in Block editor? =
    4848Yes. WPHindi fully supports the new Block/Gutenberg editor. You can type in Hindi inside the Gutenberg Editor.
    4949
     
    53532. Editing in Gutenberg.
    54543. Editing in Classic editor
    55  
     55
    5656== Upgrade Notice ==
    5757
    5858== Changelog ==
     59
     60= 2.3.1 =
     61* Updated Tested up to headers
    5962
    6063= 2.3.0 =
     
    6467* Added site url field on feedback screen
    6568
    66 = 2.2.0 = 
     69= 2.2.0 =
    6770* New feedback interface
    6871
     
    8891* Fixed static resource caching issue on plugin update.
    8992
    90 = 1.3.0 = 
     93= 1.3.0 =
    9194* Added block transformation from paragraph block.
    9295* Fixed new block creation in Gutenberg Zen Mode.
     
    103106
    104107= 1.0.5 =
    105 * Added feedback form on plugin deactivation 
     108* Added feedback form on plugin deactivation
    106109
    107110= 1.0.4 =
  • wphindi/trunk/zozuk-translator.php

    r2372301 r2678219  
    11<?php
    22    /*
    3    
     3
    44    Plugin Name: WPHindi - Type in Hindi in WordPress
    55    Description: Type in Hindi inside WordPress. Hello -> हेलो. WPHindi helps you save time by letting you type inside Classic Editor and Gutenberg in Hindi.
    66    Author: Zozuk
    77    Author URI: https://www.zozuk.com
    8     Version: 2.3.0
     8    Version: 2.3.1
    99    Requires at least: 5.0
    10    
     10
    1111    */
    1212    include(plugin_dir_path(__FILE__).'constant.php');
Note: See TracChangeset for help on using the changeset viewer.