Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
Compatible Wordpress 6.2
  • Loading branch information
thanatos-vf-2000 committed Mar 22, 2023
1 parent 65f4624 commit a9de903
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,10 @@ If you want a new feature, you can contact me by email at contact@ginkgos.net

## Changelog

### 1.4.6 (2302-SFP2)
*Release Date - 08 Febrary 2023*
### 1.4.7 (2303-SFP1)
*Release Date - 22 March 2023*

* Bug 1.4.5,
* Test up to Wordpress 6.1.1,
* Add management of file security.txt.
* Test up Wordpress 6.2.

See [changelog.txt](https://plugins.svn.wordpress.org/ct4gg/trunk/changelog.txt) for older changelog

Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Plugin Name: ct4gg
Author: Franck VANHOUCKE
Author URI: https://ginkgos.net/
Version: 1.4.5
Version: 1.4.7
*/
/*
Variables global
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Plugin Name: ct4gg
Author: Franck VANHOUCKE
Author URI: https://ginkgos.net/
Version: 1.4.5
Version: 1.4.7
*/
/*
Variables global
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable.
For the latest changes, please see the "Changelog" section of the [readme.txt file](https://plugins.svn.wordpress.org/ct4gg/trunk/readme.txt).

= 1.4.7 (2303-SFP1) =
*Release Date - 22 March 2023*

* Test up Woodpress 6.2.

= 1.4.6 (2302-SFP2) =
*Release Date - 08 Febrary 2023*
Expand Down
6 changes: 3 additions & 3 deletions ct4gg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Plugin Name: ct4gg
Plugin URI: https://ginkgos.net/plugin/ct4gg/
Description: Customiser Tools For GinkGos - Plugin / Customiser Tools for Wordpress.
Version: 1.4.6
Version: 1.4.7
Requires at least: 5.2
Tested up to: 6.1.1
Tested up to: 6.2
Requires PHP: 7.4
Author: Franck VANHOUCKE
Author URI: https://ginkgos.net/
Expand Down Expand Up @@ -40,7 +40,7 @@
/**
* Plugin variable information
*/
define( 'CT4GG_VERSION', '1.4.6' );
define( 'CT4GG_VERSION', '1.4.7' );
define( 'CT4GG_NAME', 'ct4gg' );
define( 'CT4GG_FILE', __FILE__ );
define( 'CT4GG_PATH', plugin_dir_path( CT4GG_FILE ) );
Expand Down
12 changes: 5 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: vanhoucke
Tags: tools, customiser, homepage, redirect, Jetpack, performance, login, speed, comments, min comments, meta generator, htaccess, cache, robots.txt, robots, humans.txt, Share, sharing, share buttons, share button, share social media, share icons, social buttons, sharing buttons, sharing icons, social media icons, social share, social sharing
Requires at least: 5.2
Tested up to: 6.1.1
Tested up to: 6.2
Requires PHP: 7.4
Stable tag: 1.4.6
Stable tag: 1.4.7
License: GPLv2

Wordpress customiser tools for beginer and confirmed users.
Expand Down Expand Up @@ -123,12 +123,10 @@ If you want a new feature, you can contact me by email at contact@ginkgos.net

== Changelog ==

= 1.4.6 (2302-SFP2) =
*Release Date - 08 Febrary 2023*
= 1.4.7 (2303-SFP1) =
*Release Date - 22 March 2023*

* Bug 1.4.5,
* Test up to Wordpress 6.1.1,
* Add management of file security.txt.
* Test up Woodpress 6.2.


See [changelog.txt](https://plugins.svn.wordpress.org/ct4gg/trunk/changelog.txt) for older changelog
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'thanatos-vf-2000/ct4gg',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '436af8eee9c3d5451756a5904ceced61e858b8ac',
'reference' => '0419e85597015ba6378cbeee6bb8c25388e83da2',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'thanatos-vf-2000/ct4gg' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '436af8eee9c3d5451756a5904ceced61e858b8ac',
'reference' => '0419e85597015ba6378cbeee6bb8c25388e83da2',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit a9de903

Please sign in to comment.