Skip to content

Commit

Permalink
* Fix bug with incorrect language load text domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
azurecurve committed Feb 3, 2020
1 parent e77b0b0 commit b134a2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azrcrv-shortcodes-in-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ------------------------------------------------------------------------------
* Plugin Name: Shortcodes in Comments
* Description: Allows shortcodes to be used in comments
* Version: 1.1.0
* Version: 1.1.1
* Author: azurecurve
* Author URI: https://development.azurecurve.co.uk/classicpress-plugins/
* Plugin URI: https://development.azurecurve.co.uk/classicpress-plugins/shortcodes-in-comments
Expand Down Expand Up @@ -60,7 +60,7 @@
*/
function azrcrv_sic_load_languages() {
$plugin_rel_path = basename(dirname(__FILE__)).'/languages';
load_plugin_textdomain('azrcrv-sic', false, $plugin_rel_path);
load_plugin_textdomain('shortcodes-in-comments', false, $plugin_rel_path);
}

/**
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Shortcodes in Comments ===

Description: Allows shortcodes to be used in comments.
Version: 1.1.0
Version: 1.1.1
Tags: shortcode, shortcodes, comment, comments
Author: azurecurve
Author URI: https://development.azurecurve.co.uk/
Expand Down Expand Up @@ -49,6 +49,9 @@ This plugin is developed for ClassicPress, but will likely work on WordPress.

# Changelog

### [Version 1.1.1](https://github.com/azurecurve/azrcrv-shortcodes-in-comments/tree/v1.1.1)
* Fix bug with incorrect language load text domain.

### [Version 1.1.0](https://github.com/azurecurve/azrcrv-shortcodes-in-comments/tree/v1.1.0)
* Add integration with Update Manager for automatic updates.
* Fix issue with display of azurecurve menu.
Expand All @@ -67,7 +70,7 @@ This plugin is developed for ClassicPress, but will likely work on WordPress.

# About azurecurve

**azurecurve** was one of the first plugin developers to start developing for Classicpress; all plugins are available from [azurecurve Development](https://development.azurecurve.co.uk/) and are integrated with the [Update Manager plugin](https://codepotent.com/classicpress/plugins/update-manager/) by [CodePotent](https://codepotent.com/) for fully automated, no hassle, updates.
**azurecurve** was one of the first plugin developers to start developing for Classicpress; all plugins are available from [azurecurve Development](https://development.azurecurve.co.uk/) and are integrated with the [Update Manager plugin](https://codepotent.com/classicpress/plugins/update-manager/) by [CodePotent](https://codepotent.com/) for fully integrated, no hassle, updates.

Some of the top plugins available from **azurecurve** are:
* [Add Twitter Cards](https://development.azurecurve.co.uk/classicpress-plugins/add-twitter-cards/)
Expand Down

0 comments on commit b134a2a

Please sign in to comment.