Skip to content

Commit

Permalink
remove autmatic title and text from images
Browse files Browse the repository at this point in the history
  • Loading branch information
colomet committed Jul 4, 2019
1 parent 063f374 commit 17e0dd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 45 deletions.
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# Extensions for PressBooks

Contributors: @danzhik, @hugues

Donate link: https://opencollective.com/mylanguageskills

Tags: wordpress, multisite, pressbooks

Tested up to: WP 5.2

Requires: Pressbooks 5.8

Stable tag: [![Current Release](https://img.shields.io/github/release/my-language-skills/extensions-for-pressbooks.svg)](https://github.com/my-language-skills/extensions-for-pressbooks/releases/latest/)

License: [![License](https://img.shields.io/badge/license-GPL--3.0-red.svg)](https://github.com/my-language-skills/all-in-one-metadata/blob/master/LICENSE.txt)

License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Contributors: @danzhik, @hugues
* Donate link: https://opencollective.com/mylanguageskills
* Tags: wordpress, multisite, pressbooks
* Tested up to: WP 5.2
* Requires: Pressbooks 5.8
* Stable tag: [![Current Release](https://img.shields.io/github/release/my-language-skills/extensions-for-pressbooks.svg)](https://github.com/my-language-skills/extensions-for-pressbooks/releases/latest/)
* License: [![License](https://img.shields.io/badge/license-GPL--3.0-red.svg)](https://github.com/my-language-skills/all-in-one-metadata/blob/master/LICENSE.txt)
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Extended core functionalities for Pressbooks

Expand All @@ -37,7 +30,7 @@ For upgrades, download the las stable version from github, delete from FTP the o

Extensions For Pressbooks plugin works with:

* PHP 7.2
* PHP 5.6
* Pressbooks 5.8


Expand Down Expand Up @@ -65,6 +58,10 @@ If you need some help with understanding on how plugin was structured, take a lo
### Future

### Changelog
#### 1.2.2
* **REMOVED***
* Automatically set the wordpress image title alt text other meta transfered to **feature images for Pressbooks**.

#### 1.2.1
* **ADDITIONS***
* Add new functions in media to automatically set the wordpress image title alt text other meta
Expand Down
1 change: 0 additions & 1 deletion extensions-for-pressbooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


include_once plugin_dir_path( __FILE__ ) . "default-theme/default-theme.php";
include_once plugin_dir_path( __FILE__ ) . "media/automatically-set-the-wordpress-image-title-alt-text-other-meta.php";
include_once plugin_dir_path( __FILE__ ) . "original-mark/original-mark.php";


Expand Down

This file was deleted.

0 comments on commit 17e0dd9

Please sign in to comment.