Skip to content

Commit

Permalink
2.0.0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Mar 19, 2018
1 parent 3edb2a0 commit 958a80a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __Please Note:__ GitHub is for bug reports and contributions only - if you have

* __Do not report potential security vulnerabilities here. Email them privately to our security team at [[email protected]](mailto:[email protected])__
* Submit a ticket for your issue, assuming one does not already exist.
* Raise it on our [Issue Tracker](https://github.com/GeoDirectory/geodirectory/issues)
* Raise it on our [Issue Tracker](https://github.com/AyeCode/geodirectory/issues)
* Clearly describe the issue including steps to reproduce the bug.
* Make sure you fill in the earliest version that you know has the issue as well as the version of WordPress you're using.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [GeoDirectory](http://wpgeodirectory.com/) #
[![Build Status](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/badges/build.png?b=master)](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/?branch=master) [![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg)](https://github.com/GeoDirectory/geodirectory/blob/master/license.txt)
[![Build Status](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/badges/build.png?b=master)](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/GeoDirectory/geodirectory/?branch=master) [![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg)](https://github.com/AyeCode/geodirectory/blob/master/license.txt)

### Welcome to our GitHub Repository

Expand Down Expand Up @@ -38,17 +38,17 @@ Automatic updates should seamlessly work. We always suggest you backup up your w
GeoDirectory comes with some dummy data you can use to see how listings look. You can install dummy data from your GeoDirectory back end.

## Bugs ##
If you find an issue, let us know [here](https://github.com/GeoDirectory/geodirectory/issues?state=open)!
If you find an issue, let us know [here](https://github.com/AyeCode/geodirectory/issues?state=open)!

## Support ##
This is a developer's portal for GeoDirectory and should _not_ be used for support. Please visit the [support forums](https://wpgeodirectory.com/support/).

## Contributions ##
Anyone is welcome to contribute to GeoDirectory. Please read the [guidelines for contributing](https://github.com/GeoDirectory/geodirectory/blob/master/CONTRIBUTING.md) to this repository.
Anyone is welcome to contribute to GeoDirectory. Please read the [guidelines for contributing](https://github.com/AyeCode/geodirectory/blob/master/CONTRIBUTING.md) to this repository.

There are various ways you can contribute:

1. Raise an [Issue](https://github.com/GeoDirectory/geodirectory/issues) on GitHub
1. Raise an [Issue](https://github.com/AyeCode/geodirectory/issues) on GitHub
2. Send us a Pull Request with your bug fixes and/or new features
3. Translate GeoDirectory into [different languages](https://wpgeodirectory.com/translate/projects/geodirectory)

Expand Down
2 changes: 1 addition & 1 deletion geodirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: GeoDirectory
* Plugin URI: https://wpgeodirectory.com/
* Description: GeoDirectory plugin for WordPress.
* Version: 2.0.0.0-dev
* Version: 2.0.0.1-dev
* Author: AyeCode Ltd
* Author URI: https://wpgeodirectory.com
* Text Domain: geodirectory
Expand Down
6 changes: 3 additions & 3 deletions includes/admin/class-geodir-admin-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public function add_tabs() {
'content' =>
'<h2>' . __( 'Found a bug?', 'geodirectory' ) . '</h2>' .
/* translators: 1: GitHub issues URL 2: GitHub contribution guide URL 3: System status report URL */
'<p>' . sprintf( __( 'If you find a bug within GeoDirectory core you can create a ticket via <a href="%1$s">Github issues</a>. Ensure you read the <a href="%2$s">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible and include your <a href="%3$s">system status report</a>.', 'geodirectory' ), 'https://github.com/GeoDirectory/geodirectory/issues?state=open', 'https://github.com/GeoDirectory/geodirectory/blob/master/CONTRIBUTING.md', admin_url( 'admin.php?page=gd-status' ) ) . '</p>' .
'<p><a href="https://github.com/GeoDirectory/geodirectory/issues?state=open" class="button button-primary">' . __( 'Report a bug', 'geodirectory' ) . '</a> <a href="' . admin_url( 'admin.php?page=gd-status' ) . '" class="button">' . __( 'System status', 'geodirectory' ) . '</a></p>',
'<p>' . sprintf( __( 'If you find a bug within GeoDirectory core you can create a ticket via <a href="%1$s">Github issues</a>. Ensure you read the <a href="%2$s">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible and include your <a href="%3$s">system status report</a>.', 'geodirectory' ), 'https://github.com/AyeCode/geodirectory/issues?state=open', 'https://github.com/AyeCode/geodirectory/blob/master/CONTRIBUTING.md', admin_url( 'admin.php?page=gd-status' ) ) . '</p>' .
'<p><a href="https://github.com/AyeCode/geodirectory/issues?state=open" class="button button-primary">' . __( 'Report a bug', 'geodirectory' ) . '</a> <a href="' . admin_url( 'admin.php?page=gd-status' ) . '" class="button">' . __( 'System status', 'geodirectory' ) . '</a></p>',

) );

Expand All @@ -81,7 +81,7 @@ public function add_tabs() {
'<p><strong>' . __( 'For more information:', 'geodirectory' ) . '</strong></p>' .
'<p><a href="https://wpgeodirectory.com/?utm_source=helptab&utm_medium=product&utm_content=about&utm_campaign=geodirectoryplugin" target="_blank">' . __( 'About GeoDirectory', 'geodirectory' ) . '</a></p>' .
'<p><a href="https://wordpress.org/plugins/geodirectory/" target="_blank">' . __( 'WordPress.org project', 'geodirectory' ) . '</a></p>' .
'<p><a href="https://github.com/GeoDirectory/geodirectory" target="_blank">' . __( 'Github project', 'geodirectory' ) . '</a></p>' .
'<p><a href="https://github.com/AyeCode/geodirectory" target="_blank">' . __( 'Github project', 'geodirectory' ) . '</a></p>' .
'<p><a href="https://wpgeodirectory.com/downloads/category/themes/?utm_source=helptab&utm_medium=product&utm_content=geodirthemes&utm_campaign=geodirectoryplugin" target="_blank">' . __( 'Official themes', 'geodirectory' ) . '</a></p>' .
'<p><a href="https://wpgeodirectory.com/downloads/category/addons/?utm_source=helptab&utm_medium=product&utm_content=geodirextensions&utm_campaign=geodirectoryplugin" target="_blank">' . __( 'Official extensions', 'geodirectory' ) . '</a></p>'
);
Expand Down

0 comments on commit 958a80a

Please sign in to comment.