Skip to content

Commit

Permalink
Version: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frescoref committed Dec 16, 2022
1 parent 0072083 commit e99bbae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Archive extract and upload "wc1c-extension-support-1251" to /wp-content/plugins

== Changelog ==

= 0.8.0 =
* Requires WC1C: 0.14

= 0.7.2 =
* Fix: critical error

Expand Down
6 changes: 3 additions & 3 deletions src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

defined('ABSPATH') || exit;

use Wc1c\Configuration;
use Wc1c\Exceptions\Exception;
use Wc1c\Extensions\Abstracts\ExtensionAbstract;
use Wc1c\Main\Configuration;
use Wc1c\Main\Exceptions\Exception;
use Wc1c\Main\Extensions\Abstracts\ExtensionAbstract;

/**
* Core
Expand Down
6 changes: 3 additions & 3 deletions wc1c-extension-support-1251.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Plugin Name: WC1C > extension - Support Windows-1251
* Plugin URI: https://wc1c.info/extensions/support-windows-1251
* Description: Getting rid of incomprehensible hieroglyphs for old versions of 1C.
* Version: 0.7.2
* Version: 0.8.0
* Requires at least: 5.2
* Requires PHP: 7.0
* Requires WC1C: 0.11
* WC1C tested up to: 0.12
* Requires WC1C: 0.14
* WC1C tested up to: 0.14
* Text Domain: wc1c-support-1251
* Author: WC1C team
* Author URI: https://wc1c.info
Expand Down

0 comments on commit e99bbae

Please sign in to comment.