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

Releases: XHiddenProjects/WebPress

v2.4.4

23 Sep 12:37
db40a9f
Compare
Choose a tag to compare
  • Fixed Array error, returns empty array to avoid errors. (Error found by aukc1970) #11

v2.4.3

22 Jun 23:28
Compare
Choose a tag to compare
  • Me being an idiot and some reason ++ on adding an new language onto the doughnut chart, did not add 1

v2.4.2

22 Jun 23:17
Compare
Choose a tag to compare
  • Fixed a few glitches

v2.4.0

22 Jun 22:53
Compare
Choose a tag to compare
  • Fixed email notifications, it is now a separate entry
  • Cleaner dashboard, sidebar/main page
  • New functions:
Utils::genHex(int $loop); //returns a array of random generated HEX colors
Utils::standtomil($hrs, $apm);//converts standard hours to military hours
  • Fixed Bugs/Glitches

v2.3.7

01 Jun 17:48
Compare
Choose a tag to compare
  • Added Russian Language File
  • Fixed Bugs/Glitches

v2.3.6

20 May 11:47
Compare
Choose a tag to compare
  • Added meter in HTMLform library.
HTMLform::meter($name, $default=0, $min=0, $max=10, $scheme=array('0'=>'success','50'=>'warning', '100'=>'danger'), $striped=false, $animate=false, $animateSpeed=100, $animateAction="(click|input)", $animateTarget="(elementToTrigger)",$class=''); 
/*
* name - name of the meter
* default - sets a default value of the meter
* min - minium value of the meter
* max - maxium value of the meter
* scheme - array of color by percentage of the meter
* striped - gives the meter stripes
* animate - animates the stripes
* animateSpeed - progress animation speed
* animateAction - either "click" or "input" to trigger the meter, leave blank for onload
* animateTarget - the element that will allow the trigger to be placed
* class - additional classname for the meter
*/
  • Added new JS file in themes ProgressAnimate.js allows bootstrap meter to have a 0% to max% using fluid animation
  • Added new theme oldies, makes the forum more grayscale.

v2.3.5

16 May 11:37
Compare
Choose a tag to compare
  • Added New Plugin Function:
Plugin::toggleActive($pluginData) //returns a boolean and checks if the plugin exists and it's active.
  • Fixed Alert when users with mobile devices on CMS edit page only(reduce confusion).
  • Fixed Bugs

v2.3.4

11 May 10:29
Compare
Choose a tag to compare
  • Fixed Anchor ID position
  • Bug Fix

v2.3.3

10 May 21:34
42d4701
Compare
Choose a tag to compare
  • Edited README.md
  • Mobile Friendly, CMS doesn't support mobile devices
  • Fixed Core Update
  • Edited updater.bat
  • And More...

v2.3.2

04 May 10:29
Compare
Choose a tag to compare
  • Simple clean up