Changeset 1189587
- Timestamp:
- 06/29/2015 01:22:40 PM (11 years ago)
- Location:
- scode-by-mojwp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
scode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scode-by-mojwp/trunk/readme.txt
r1189583 r1189587 79 79 == Changelog == 80 80 81 = 1.1.1 = 82 Update instruction 83 81 84 = 1.1 = 82 85 * Add Formatting toolbar -
scode-by-mojwp/trunk/scode.php
r1186666 r1189587 5 5 Description: Easy way to creat and manage shortcode from Admin panel site. Создавайте и управляйте шорткодами прямо из админки сайта. 6 6 Author: mojWP 7 Version: 1.1 7 Version: 1.1.1 8 8 Author URI: http://mojwp.ru/ 9 9 Text Domain: scode … … 17 17 } 18 18 19 define('SCODE_VERSION', '1.1 ');19 define('SCODE_VERSION', '1.1.1'); 20 20 define('SCODE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('SCODE_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.