Plugin / RSS Feed Icon

Space X-Chimp

Changelog

Changelog

2.36 – Nov 11, 2019

  • Maintenance: Compatibility with upcoming WordPress 5.3.
  • Framework update: Bootstrap library updated to the latest version; v3.4.1.
  • Framework update: The list control has been redesigned.

2.35 – Oct 2, 2019

  • French translation updated. (Thanks to Hervé Bouzin)

2.34.1 – Jul 16, 2019

  • Fixed: Prints a warning since PHP/7.1: “Notice: A non well formed numeric value encountered in /inc/php/versioning.php on line 43”.

2.34 – Apr 9, 2019

  • Improvement: The options on the plugin settings page are better named, described, sorted and grouped.

2.33 – Mar 31, 2019

  • Framework updated: Some text strings are better prepared for translation.
  • Framework updated: Code commenting improved.
  • Framework updated: The change log design is improved.

2.32 – Mar 24, 2019

  • Framework updated: Added function “_plugin”, which returns an array with the contents of plugin constants. The mention of plugin constants is replaced by the use of the function “_plugin”.
  • Framework updated: The function “_settings_link” is improved.
  • Framework updated: The function “_plugin_row_meta” is improved.
  • Framework updated: Code formatting improved.
  • Framework updated: Code commenting improved.
  • Framework updated: All translation files are updated.

2.31 – Mar 18, 2019

  • Improvement: Notification display system updated
  • Code commenting improved.
  • Style sheet for the back end is optimised.

2.30 – Mar 01, 2019

  • Framework updated: The file “page.php” is divided into the following parts: “page.php”, “usage.php”, “faq.php”, “support.php”.
  • Framework updated: The files “settings.php”, “usage.php”, “faq.php”, “support.php” are moved to the subfolder “tabs”.

2.29 – Feb 24, 2019

  • Added French translation. (Thanks to Hervé Bouzin)

2.28 – Feb 21, 2019

  • The readme “Tested up to:” value changed to 5.1 after full testing process and ensuring compatibility.
  • Content of the “F.A.Q.” section updated.
  • Some texts are corrected or replaced with new ones.
  • All translation files are updated.
  • Code formatting improved.
  • Added CSS class “.custom-list” for displaying a custom list, which is used on the plugin settings page.
  • The “humans.txt” file updated.

2.27 – Jan 11, 2019

  • Content of the “Usage” section updated.
  • The Live Preview section updated. After disabling the uploaded image it is removed from the Live Preview section.
  • Code formatting in the “admin.js” file improved.
  • Code commenting improved.
  • Fix: In the “admin.js” file, the missing semicolon is returned to its place.
  • The copyright date updated.
  • Translation files are updated.

2.26 – Nov 2, 2018

  • Improvement: Design of the plugin settings page is improved.

2.25 – Oct 23, 2018

  • Improvement: Design of the plugin settings page is improved.

2.24 – Oct 9, 2018

  • Content of the “Usage Instructions” section updated.
  • CSS code, which is located in the file “admin.css” and is related to the “FAQ” section, is improved.
  • Code commenting improved.
  • Translation files are updated.

2.23 – Jul 24, 2018

  • Dutch translation added. (Thanks to Peter Leenders)
  • The code block that adds dynamic JavaScript is moved to a separate function ‘_load_scripts_dynamic_js’ within the ‘enqueue.php’ file.
  • The code block that adds dynamic CSS is moved to a separate function ‘_load_scripts_dynamic_css’ within the ‘enqueue.php’ file.
  • The function ‘_load_scripts_base’ is deleted due to uselessness.
  • The function ‘_load_scripts_admin’ is improved.
  • The function ‘_load_scripts_frontend’ is improved.
  • The banner of Space X-Chimp, located on the settings page of the plugin, is updated. The image ‘banner.png’ is deleted.
  • Some texts are updated.
  • All translation files are updated.

2.22 – Jul 13, 2018

  • The extra mention of the constant ‘_SLUG’ is removed from the file ‘enqueue.php’.
  • All translation files are updated.

2.21 – Jun 4, 2018

  • Fixed a bug due to which the plugin data that stored in the database to not be deleted during the uninstallation of the plugin.
  • The contents of the file ‘uninstall.php’ is moved to the file ‘core.php’. The file ‘uninstall.php’ is deleted.
  • Some texts are corrected.

2.20 – May 20, 2018

  • Added new constant “_FILE”.
  • Added a function that runs during the plugin activation. Now the date of the first activation of the plugin is recorded in the database.

2.19 – May 6, 2018

  • Added auto-versioning of the CSS and JavaScript files to avoid cache issues.
  • CSS code in the file ‘admin.css’ is optimized.
  • CSS code of button is optimized for better compatibility with themes.

2.18 – Apr 25, 2018

  • Fixed the link “Settings”, located in the plugin’s meta row on the “Plugins” page. The suffix “.php” was deleted.
  • Fixed information stored in the header of the translation files.
  • Translation files updated.

2.17 – Apr 20, 2018

  • Some texts updated, and typos corrected.
  • All translation files updated.
  • The information about the author of the plugin (including name, links, copyright, etc.) was changed due to the fact that the plugin became the property of SpaceXChimp.
  • The “humans.txt” file updated.

2.16 – Jan 22, 2018

  • Texts updated.
  • The year in the copyright text is updated.
  • The sidebar items are rearranged.
  • Translation files updated.

2.15 – Nov 13, 2017

  • The plugin is fully tested for compatibility with WordPress version 4.9.
  • CSS code improved.

2.14 – Oct 28, 2017

  • German translation added. (Thanks to Michael)
  • Spanish translation updated. (Thanks to Patricio Toledo)
  • Fixed an issue where the “Hello” message could not be hidden.

2.13 – Sep 23, 2017

  • At the request of some users, plugin settings page moved to the submenu item in the top-level menu item “Settings”, like before.

2.12 – Sep 19, 2017

  • Fixed the issue due to which the ‘Space X-Chimp’ sub menu item in the brand menu item was displayed.
  • Added branded footer text on the plugin’s settings page.

2.11 – Sep 17, 2017

  • Error in the PHP constant name fixed.

2.10 – Sep 15, 2017

  • Added the top level menu item of the brand.
  • The submenu item of the plugin has moved to the menu item of the brand.
  • The menu item of the plugin is renamed.
  • The “Author” tab on the settings page is removed.
  • Content of the “Support” tab on the settings page is updated.
  • Copyright of plugin files is changed to the “Space X-Chimp”.
  • The “Support” tab renamed to the “Support Me”.
  • The “Usage” tab renamed to the “Usage Instructions”.

2.9 – Sep 8, 2017

  • Plugin data that saved in the database upgraded to version 0001.

2.8 – Aug 30, 2017

  • Added Spanish translation. (Thanks Patricio Toledo)
  • Function that render controls on the settings page is moved to a separate file ‘controls.php’.
  • The ‘_setting’ function divided into two functions: ‘_control_field’ and ‘_control_switch’.
  • Added CSS class ‘control-switch’ to checkboxes with custom styles. Now the ‘bootstrap-checkbox.js’ plugin only applies to checkboxes with class ‘control-switch’.
  • The group name of the ‘_service_info’ option renamed to ‘_settings_group_si’.
  • The ‘admin.css’ file improved.
  • The “Font Awesome” library is integrated for use on the plugin settings page.
  • The save button is replaced by a new wider button.
  • Added an additional save button that fixed in the upper left corner.
  • The help text generating is moved to separate PHP function.
  • Prefixes of the PHP functions changed to ”spacexchimp_p013_.
  • Prefixes of the PHP constants changed to ”SPACEXCHIMP_P013_.

2.7 – Aug 10, 2017

  • Russian translation updated. (Thanks to Milena Kiseleva)
  • The navigation of the tabs is rearranged.
  • Fixed an issue due to which the sidebar was not hiding on mobile devices.
  • Code of sidebar moved to separate file ‘sidebar.php’.
  • Support page tab moved from external source to plugin code.
  • My avatar moved from external source to plugin folder.
  • Banner moved from external source to plugin folder.
  • Code of PayPal button updated.

2.6 – Aug 8, 2017

  • Preview section on the settings page changed to live preview.
  • Stylesheet in the admin.css file improved.
  • The ‘!important’ declarations in the admin.css file removed.
  • Code formatting in the admin.js file improved.
  • Code commenting improved.
  • Load of the additional remote CSS file removed from the admin.js file.
  • Added missing semicolon in the admin.js file.
  • Changed the sorting of enqueueing of scripts.
  • The ‘Family’ page tab renamed to ‘Store’.
  • Added ad banner of my store website.

2.5.1 – Jun 21, 2017

  • The HTTPS mixed content issue fixed by changing all links to HTTPS.
  • Content of the “FAQ” section updated.

2.5 – Jun 16, 2017

  • On the plugin settings page, text of buttons are corrected.
  • On the plugin settings page, the information about the plugin version number moved to header section.
  • Some mention of constants replaced with variables for easier access.
  • Content of the “Usage” tab updated.
  • Content of the “FAQ” tab updated.

2.4 – Jun 4, 2017

  • To the plugin settings page added information about the plugin version number.
  • The “Tested up to:” comment changed to 4.8 after full testing process.
  • The “version.php” file renamed to “versioning.php”.
  • The “versioning.php” file updated to new version.
  • The “_plugin_version_number” function renamed to the “_versioning”.

2.3 – May 26, 2017

  • Compatibility with PHP version 5.2 improved.
  • PHP shorthands improved.
  • Added function for generating the plugin constants.
  • Some constants now get the value from the plugin header data.
  • The “_plugin_version_number” function improved.
  • Added file “upgrade.php” for future upgrades.

2.2.1

  • Fixed the bug due to which the “Warning: Constants may only evaluate to scalar values in” warning are displayed.

2.2 – May 24, 2017

  • Added new constants: “_SLUG”, “_PREFIX”, “_SETTINGS” and “_NAME”.
  • Value of the “_VERSION” constant replaced with information from the plugin header data.
  • All references to the plugin name, slug, prefix are replaced with constants.
  • Added default values to empty options.
  • The “_load_scripts_base” function improved.
  • The “name” attribute removed from the “form” tag.
  • F.A.Q. section updated.

2.1 – May 17, 2017

  • Tooltip option added.
  • Added separate “bootstrap-tooltip.css” and “bootstrap-tooltip.js” files for using on frontend.
  • The “bootstrap-checkbox.js” JavaScript plugin added.
  • The “frontend.css” file added.
  • The “frontend.js” file added.
  • The “enqueue.php” file improved.
  • Code formatting improved.
  • Added function that render checkboxes and fields for saving plugin settings to database.

2.0.1 – May 12, 2017

  • Fixed the bug due to which the the “Warning: Illegal string offset ‘version’ in” and the “Warning: Illegal string offset ‘old_version’ in” warnings are displayed. (Thanks to Sven Brill)

2.0 – May 8, 2017

  • The design of the plugin settings page is completely redone.
  • Advertisement banner removed.
  • The ‘Using’ section renamed to ‘Usage’.
  • My Unicode signature added to the main file.
  • The donate button replaced with new.
  • The ‘Donate’ section renamed to ‘Support’.
  • The ‘donate.png’ image removed.
  • Options from the settings page moved to a separate file.
  • Added stylized descriptions of sections on the “Settings” tab.
  • Additional “Support” section added.
  • Added tab navigation menu for the settings page.
  • Added additional tabs on the settings page.
  • Code of the ‘admin.css’ file improved and better commented.
  • A full version of the Bootstrap framework is integrated.
  • The ‘RssFeedIcon_load_scripts’ function renamed to ‘RssFeedIcon_load_scripts_admin’.
  • Added the CSS code for the custom list numbers on the plugin settings page.
  • The main font is changed to “Verdana”.
  • All PHP and HTML code is better formatted.
  • The header on the settings page of plugin is redesigned.
  • The “LICENSE.txt” file renamed to “license.txt”.
  • The “humans.txt” file added.
  • The “RssFeedIcon_menu” function renamed to “RssFeedIcon_register_submenu_page”.
  • On the plugin settings page, the “valign=’top'” attribute removed from the “tr” element of HTML table and added the appropriate analog in CSS .
  • The “_service_info” setting added to the data-base.
  • Added function for managing information about the version number of the plugin.
  • Added the “Hello” message that show when the plugin is just installed.
  • Added the “Error” message that show when user is trying to degrade the version number of the plugin.
  • Fixed the parameter that contain the path to source files in all translation files.
  • The POT file updated.
  • Translations updated.

1.0

  • Initial release.

0.3

  • Release candidate.

0.2

  • Beta version.

0.1

  • Alpha version.

Ratings

0
0 reviews

Rating breakdown

Details Information

Version

2.36

First Released

10 Dec, 2015

Total Downloads

7,611

Wordpress Version

3.9 or higher

Tested up to:

5.3

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.