Changeset 1824947
- Timestamp:
- 02/20/2018 02:19:53 AM (8 years ago)
- Location:
- replain
- Files:
-
- 29 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/banner-1544x500.jpg (added)
-
tags/1.1/assets/banner-772x250.jpg (added)
-
tags/1.1/assets/css (added)
-
tags/1.1/assets/css/replain-wp-toolbar-link.css (added)
-
tags/1.1/assets/icon-128x128.png (added)
-
tags/1.1/assets/icon-256x256.png (added)
-
tags/1.1/assets/img (added)
-
tags/1.1/assets/img/replain-logo-white.svg (added)
-
tags/1.1/lang (added)
-
tags/1.1/lang/replain-ar.mo (added)
-
tags/1.1/lang/replain-ar.po (added)
-
tags/1.1/lang/replain-pt_BR.mo (added)
-
tags/1.1/lang/replain-pt_BR.po (added)
-
tags/1.1/lang/replain-ru_RU.mo (added)
-
tags/1.1/lang/replain-ru_RU.po (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/replain.php (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
tags/1.1/screenshot-3.png (added)
-
tags/1.1/screenshot-4.png (added)
-
trunk/lang/replain-ar.mo (added)
-
trunk/lang/replain-ar.po (added)
-
trunk/lang/replain-pt_BR.mo (added)
-
trunk/lang/replain-pt_BR.po (added)
-
trunk/lang/replain-ru_RU.mo (added)
-
trunk/lang/replain-ru_RU.po (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/replain.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
replain/trunk/readme.txt
r1818806 r1824947 4 4 Tested up to: 4.7 5 5 Requires PHP: 5.2.4 6 Stable tag: 1. 0.06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Change log == 45 = 1.0 = 45 46 * First stable plugin version 47 48 = 1.1 = 49 * Added language packs: Russian, Arabic, Brazilian Portuguese -
replain/trunk/replain.php
r1818703 r1824947 5 5 Plugin URI: http://wordpress.org/plugins/replain/ 6 6 Description: The simplest live chat in the world. The first live chat in your messenger. Messages from the site come directly to your Telegram. Re:plain For those who need customers, not data. 7 Version: 1. 07 Version: 1.1 8 8 Author: Re:plain 9 9 Author URI: http://replain.cc … … 31 31 32 32 33 add_action( 'plugins_loaded', 'true_load_plugin_textdomain' ); 34 35 function true_load_plugin_textdomain() { 36 load_plugin_textdomain( 'replain', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); 37 } 38 39 33 40 add_action( 'wp_before_admin_bar_render', 'replain_admin_menu_link' ); 34 41
Note: See TracChangeset
for help on using the changeset viewer.