mirror of
https://ghproxy.net/https://github.com/AlxMedia/alx-extensions.git
synced 2025-08-26 15:53:37 +08:00
1.0.2 changelog / version change
This commit is contained in:
parent
2018407cdb
commit
4358ce2476
2 changed files with 15 additions and 9 deletions
|
@ -2,14 +2,14 @@
|
|||
/*
|
||||
Plugin Name: Alx Extensions
|
||||
Plugin URI: http://wordpress.org/plugins/alx-extensions/
|
||||
Description: Adds social share links to articles
|
||||
Version: 1.0.1
|
||||
Description: Extends AlxMedia themes with additional features such as social share links, custom sidebars, thumbnail image upscale and post format meta boxes.
|
||||
Version: 1.0.2
|
||||
Author: Alexander Agnarson
|
||||
Author URI: http://alxmedia.se
|
||||
Text Domain: alx-extensions
|
||||
Domain Path: /languages
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
*/
|
||||
|
||||
define( 'ALX_EXTENSIONS_SLUG', 'alx-extensions' );
|
||||
|
|
16
readme.txt
16
readme.txt
|
@ -4,18 +4,24 @@ Contributors: alxmedia
|
|||
Tags:
|
||||
Requires at least: 4.9
|
||||
Tested up to: 4.9
|
||||
Stable tag: 1.0.1
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Stable tag: 1.0.2
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
Adds social share links to articles
|
||||
Extends AlxMedia themes with additional features such as social share links, custom sidebars, thumbnail image upscale and post format meta boxes.
|
||||
|
||||
== Description ==
|
||||
|
||||
Adds social share links to articles
|
||||
Extends AlxMedia themes with additional features such as social share links, custom sidebars, thumbnail image upscale and post format meta boxes.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 - 2018-09-05 =
|
||||
* Move sidebar creation to plugin
|
||||
* Move image upscale function to plugin
|
||||
* Move post format meta boxes to plugin
|
||||
* Improve options with on/off settings in the "Theme Extensions" live customizer section
|
||||
|
||||
= 1.0.1 - 2018-05-31 =
|
||||
* Change markup to fit with all themes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue