From 45c7ecb5252d8721502944f92470d82fc57a7abc Mon Sep 17 00:00:00 2001 From: Nicolas GEHIN Date: Fri, 16 Dec 2016 10:25:32 +0100 Subject: [PATCH] Bump 1.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 6 ++++++ code-freeze.php | 2 +- readme.txt | 19 ++++++++++++++++++- 4 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6cac682 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [1.3.0](https://github.com/rvola/code-freeze/tree/1.3.0) - 2016-12-16 +[Full Changelog](https://github.com/rvola/code-freeze/compare/1.2.3...1.3.0) + +* Check compatibility with WP 4.7 +* MINOR / white out space & new endliner +* FIX / Call script correctly in footer + versionning +* NEW / Add prevent automatic updated WordPress +* FIX / Display ‘actions’ for code-freeze actived in Wordpress > 4.6 +* NEW / Remove modal window in media librairy WP 4.0 +* NEW / Add element for JS disabled +* NEW / Activation & Desactivation function +* FIX / Arguments broken for tiny_mce +* DEL / Unused funciton +* UPDATED / Style Message +* FIX / Not loaded text_domain on login page +* NEW / Add language in french +* Start fork +* gitignore (mac environnement) diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9bd628 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Code Freeze for WordPress +### *Fork RVOLA* + +Fork of the WordPress plugin **"[Code Freeze](https://wordpress.org/plugins/code-freeze)"** + +* [**Changelog**](https://github.com/rvola/code-freeze/blob/master/CHANGELOG.md) diff --git a/code-freeze.php b/code-freeze.php index 1039aec..82e281c 100644 --- a/code-freeze.php +++ b/code-freeze.php @@ -9,7 +9,7 @@ Author original: Kevin Davis - http://www.davistribe.org Text Domain: codefreeze Domain Path: /languages/ -Version: 1.2.3 +Version: rvola-1.3.0 License: GPLv2 */ diff --git a/readme.txt b/readme.txt index 541e888..293da42 100644 --- a/readme.txt +++ b/readme.txt @@ -62,6 +62,23 @@ Let me know what you discover is still available and I'll try to disable modific == Changelog == += rvola-1.3.0 = +* Check compatibility with WP 4.7 +* MINOR / white out space & new endliner +* FIX / Call script correctly in footer + versionning +* NEW / Add prevent automatic updated WordPress +* FIX / Display ‘actions’ for code-freeze actived in Wordpress > 4.6 +* NEW / Remove modal window in media librairy WP 4.0 +* NEW / Add element for JS disabled +* NEW / Activation & Desactivation function +* FIX / Arguments broken for tiny_mce +* DEL / Unused funciton +* UPDATED / Style Message +* FIX / Not loaded text_domain on login page +* NEW / Add language in french +* Start fork +* gitignore (mac environnement) + = 1.2.3 = * WP 3.8 readiness @@ -83,4 +100,4 @@ Let me know what you discover is still available and I'll try to disable modific * More disabled options in dashboard. = 1.0 = -* Initial release (private). \ No newline at end of file +* Initial release (private).