Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Bump version to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoquinteiro committed Apr 14, 2016
1 parent e06bd0a commit ea1c196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions facebook-instant-articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Add support for Instant Articles for Facebook to your WordPress site.
* Author: Automattic, Dekode, Facebook
* Author URI: https://vip.wordpress.com/plugins/instant-articles/
* Version: 2.7
* Version: 2.8
* Text Domain: instant-articles
* License: GPLv2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -67,7 +67,7 @@

defined( 'ABSPATH' ) || die( 'Shame on you' );

define( 'IA_PLUGIN_VERSION', '2.7' );
define( 'IA_PLUGIN_VERSION', '2.8' );
define( 'IA_PLUGIN_PATH_FULL', __FILE__ );
define( 'IA_PLUGIN_PATH', plugin_basename( __FILE__ ) );
define( 'IA_PLUGIN_FILE_BASENAME', pathinfo( __FILE__, PATHINFO_FILENAME ) );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: trrine, olethomas, bjornjohansen, dekode, automattic, facebook
Tags: instant articles, facebook, mobile
Requires at least: 4.3
Tested up to: 4.5
Stable tag: 2.7
Stable tag: 2.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

1 comment on commit ea1c196

@allindiablog
Copy link

@allindiablog allindiablog commented on ea1c196 Apr 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello i am getting the following error :

Plugin could not be activated because it triggered a fatal error.

Warning: require(/var/www/example.com/wp-content/plugins/facebook-instant-articles-wp-master/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/allindiablogorg/wp-content/plugins/facebook-instant-articles-wp-master/facebook-instant-articles.php on line 32

Fatal error: require(): Failed opening required '/var/www/example.com/wp-content/plugins/facebook-instant-articles-wp-master/vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/allindiablogorg/wp-content/plugins/facebook-instant-articles-wp-master/facebook-instant-articles.php on line 32

Please sign in to comment.