We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fc9ee commit a591349Copy full SHA for a591349
ivrita.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
* Plugin Name: Ivrita
4
- * Version: 0.1.3
+ * Version: 0.1.4
5
* Plugin URI: https://alefalefalef.co.il/ivrita
6
* Description: Genderize your website
7
* Author: Reuven Karasik and Avraham Cornfeld
@@ -23,7 +23,7 @@
23
require_once 'admin-settings.php';
24
25
class IvritaWP {
26
- private $js_version = '0.1.3';
+ private $js_version = '0.1.4';
27
28
// This is used to uniquify each toolbar to make sure they won't collide
29
private $toolbar_count = 0;
0 commit comments